1 #ifndef TRUTHTRKMATCHER__H
2 #define TRUTHTRKMATCHER__H
56 ,
const unsigned short _nmin_match = 4
57 ,
const float _nmin_ratio = 0.
58 ,
const float _cutoff_dphi = 0.3
59 ,
const float _same_dphi = 0.05
60 ,
const float _cutoff_deta = 0.3
61 ,
const float _same_deta = 0.05
62 ,
const unsigned short _max_nreco_per_truth = 4
63 ,
const unsigned short _max_ntruth_per_reco = 4);
136 using RECOentry = std::tuple<float, float, float, unsigned short>;
207 std::pair<std::vector<unsigned short>, std::vector<unsigned short>>
215 float abs_dphi(
float phi0,
float phi1);