5 #ifndef TRIGL0GEPPERF_WFSCLUSTERMAKER_H
6 #define TRIGL0GEPPERF_WFSCLUSTERMAKER_H
21 std::vector<Gep::Cluster>
24 std::string
getName()
const override;
31 std::vector<int>
m_allowed_seed_samplings = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20};
32 std::vector<int>
m_allowed_clustering_samplings = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20};
36 bool isNewCell(
unsigned int id,
const std::vector<unsigned int>& seenCells)
const;
38 std::vector<Gep::GepCaloCell>
45 double getDeltaPhi(
double phi,
double seed_phi)
const;