ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/UHHAnalysis/SFrameTools/include/TTbarGen.h
(Generate patch)

Comparing UserCode/UHHAnalysis/SFrameTools/include/TTbarGen.h (file contents):
Revision 1.4 by mmeyer, Thu Sep 27 16:34:18 2012 UTC vs.
Revision 1.5 by peiffer, Tue Nov 13 08:59:39 2012 UTC

# Line 43 | Line 43 | class TTbarGen
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  
# Line 63 | Line 75 | class TTbarGen
75    int m_index1;
76    int m_index2;
77  
78 < E_DecayChannel m_type;
78 >  E_DecayChannel m_type;
79  
80  
81   }; // class TTbarGen

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines