FCCAnalyses
|
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). | |
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.
std::vector< fastjet::PseudoJet > FCCAnalyses ::PodioSource ::JetClustering::createPseudoJets | ( | const edm4hep::ReconstructedParticleCollection & | inColl | ) |
Create FastJet pseudoJets for later usage by the jet clustering algorithm(s).
[in] | inColl | Input collection of the reconstructed particles. |