3 #ifndef HFTRACKEFFICIENCY_H
4 #define HFTRACKEFFICIENCY_H
22 #include <CLHEP/Vector/LorentzVector.h>
23 #include <CLHEP/Vector/ThreeVector.h>
25 #pragma GCC diagnostic push
26 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
27 #include <HepMC/GenEvent.h>
28 #include <HepMC/GenVertex.h>
29 #pragma GCC diagnostic pop
31 #include <HepMC/GenParticle.h>
32 #include <HepMC/IteratorRange.h>
33 #include <HepMC/SimpleVector.h>
36 #include <TDatabasePDG.h>
50 class HepLorentzVector;
83 using Decay = std::vector<std::pair<std::pair<int, int>,
int>>;
153 #endif // HFTRACKEFFICIENCY_H