FCCAnalyses
Loading...
Searching...
No Matches
JetClusteringUtilsSource.h
Go to the documentation of this file.
1#ifndef ANALYZERS_SOURCE_JET_CLUSTERING_UTILS_H
2#define ANALYZERS_SOURCE_JET_CLUSTERING_UTILS_H
3
4// EDM4hep
5#include "edm4hep/ReconstructedParticleCollection.h"
6
7// FastJet
9#include "fastjet/JetDefinition.hh"
10
20namespace FCCAnalyses ::PodioSource ::JetClustering {
28std::vector<fastjet::PseudoJet>
29createPseudoJets(const edm4hep::ReconstructedParticleCollection &inColl);
30} // namespace FCCAnalyses::PodioSource::JetClustering
31
32#endif /* ANALYZERS_SOURCE_JET_CLUSTERING_UTILS_H */
FCC analyzers collection.
Definition Algorithms.h:15