# | Line 2 | Line 2 | |
---|---|---|
2 | #define TTbarGen_H | |
3 | ||
4 | // Local include(s): | |
5 | + | #include "TLorentzVector.h" |
6 | #include "include/ObjectHandler.h" | |
7 | ||
8 | /** | |
# | Line 44 | Line 45 | class TTbarGen | |
45 | GenParticle WMinusdecay2(); | |
46 | E_DecayChannel DecayChannel(); | |
47 | ||
48 | + | bool IsTopHadronicDecay(); |
49 | + | bool IsAntiTopHadronicDecay(); |
50 | + | |
51 | //only for l+jets decays | |
52 | GenParticle TopLep(); | |
53 | GenParticle TopHad(); | |
# | Line 55 | Line 59 | class TTbarGen | |
59 | GenParticle Neutrino(); | |
60 | GenParticle Q1(); | |
61 | GenParticle Q2(); | |
62 | + | |
63 | ||
64 | private: | |
65 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |