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.7 by peiffer, Fri Apr 5 12:21:08 2013 UTC

# 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 43 | Line 44 | class TTbarGen
44    GenParticle WMinusdecay1();
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();
54 +  GenParticle BLep();
55 +  GenParticle BHad();
56 +  GenParticle WLep();
57 +  GenParticle WHad();
58 +  GenParticle ChargedLepton();
59 +  GenParticle Neutrino();
60 +  GenParticle Q1();
61 +  GenParticle Q2();
62 +
63    
64   private:
65  
# Line 63 | Line 80 | class TTbarGen
80    int m_index1;
81    int m_index2;
82  
83 < E_DecayChannel m_type;
83 >  E_DecayChannel m_type;
84  
85  
86   }; // class TTbarGen

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines