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.6 by rkogler, Thu Jan 17 23:50:42 2013 UTC

# Line 43 | Line 43 | class TTbarGen
43    GenParticle WMinusdecay1();
44    GenParticle WMinusdecay2();
45    E_DecayChannel DecayChannel();
46 +
47 +  bool IsTopHadronicDecay();
48 +  bool IsAntiTopHadronicDecay();
49 +
50 +  //only for l+jets decays
51 +  GenParticle TopLep();
52 +  GenParticle TopHad();
53 +  GenParticle BLep();
54 +  GenParticle BHad();
55 +  GenParticle WLep();
56 +  GenParticle WHad();
57 +  GenParticle ChargedLepton();
58 +  GenParticle Neutrino();
59 +  GenParticle Q1();
60 +  GenParticle Q2();
61 +
62    
63   private:
64  
# Line 63 | Line 79 | class TTbarGen
79    int m_index1;
80    int m_index2;
81  
82 < E_DecayChannel m_type;
82 >  E_DecayChannel m_type;
83  
84  
85   }; // class TTbarGen

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines