43 |
|
GenParticle WMinusdecay1(); |
44 |
|
GenParticle WMinusdecay2(); |
45 |
|
E_DecayChannel DecayChannel(); |
46 |
+ |
|
47 |
+ |
//only for l+jets decays |
48 |
+ |
GenParticle TopLep(); |
49 |
+ |
GenParticle TopHad(); |
50 |
+ |
GenParticle BLep(); |
51 |
+ |
GenParticle BHad(); |
52 |
+ |
GenParticle WLep(); |
53 |
+ |
GenParticle WHad(); |
54 |
+ |
GenParticle ChargedLepton(); |
55 |
+ |
GenParticle Neutrino(); |
56 |
+ |
GenParticle Q1(); |
57 |
+ |
GenParticle Q2(); |
58 |
|
|
59 |
|
private: |
60 |
|
|
75 |
|
int m_index1; |
76 |
|
int m_index2; |
77 |
|
|
78 |
< |
E_DecayChannel m_type; |
78 |
> |
E_DecayChannel m_type; |
79 |
|
|
80 |
|
|
81 |
|
}; // class TTbarGen |