FCCAnalyses
Loading...
Searching...
No Matches
FCCAnalyses ::PodioSource ::JetClustering Namespace Reference

Jet clustering tools and utilities. More...

Functions

std::vector< fastjet::PseudoJet > createPseudoJets (const edm4hep::ReconstructedParticleCollection &inColl)
 Create FastJet pseudoJets for later usage by the jet clustering algorithm(s).
 

Detailed Description

Jet clustering tools and utilities.

This namespace contains a set of functions and utilities to perform jet clustering using FastJet clustering algorithms with pseudoJets created from EDM4hep collections of particles.

Most of the analyzers work with FastJet pseudoJets.

Function Documentation

◆ createPseudoJets()

std::vector< fastjet::PseudoJet > FCCAnalyses ::PodioSource ::JetClustering::createPseudoJets ( const edm4hep::ReconstructedParticleCollection & inColl)

Create FastJet pseudoJets for later usage by the jet clustering algorithm(s).

Parameters
[in]inCollInput collection of the reconstructed particles.
Returns
Vector of pseudoJets.