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.2 by peiffer, Fri Jun 29 12:58:37 2012 UTC vs.
Revision 1.6 by rkogler, Thu Jan 17 23:50:42 2013 UTC

# Line 18 | Line 18 | class TTbarGen
18    /// Default destructor
19    ~TTbarGen();
20  
21 +  enum E_DecayChannel{
22 +    e_had,
23 +    e_ehad,
24 +    e_muhad,
25 +    e_tauhad,
26 +    e_ee,  
27 +    e_mumu,
28 +    e_tautau,
29 +    e_emu,
30 +    e_etau,
31 +    e_mutau,
32 +    e_notfound
33 +  };
34 +
35    GenParticle Top();
36    GenParticle Antitop();
37    GenParticle WTop();
38    GenParticle WAntitop();
39    GenParticle bTop();
40    GenParticle bAntitop();
41 +  GenParticle Wdecay1();
42 +  GenParticle Wdecay2();
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 33 | Line 68 | class TTbarGen
68    GenParticle m_WAntitop;
69    GenParticle m_bTop;
70    GenParticle m_bAntitop;
71 <  
71 >  GenParticle m_Wdecay1;
72 >  GenParticle m_Wdecay2;
73 >  GenParticle m_WMinusdecay1;
74 >  GenParticle m_WMinusdecay2;
75 >  int m_pdgId1;
76 >  int m_pdgId2;
77 >  int m_indexW;
78 >  int m_indexb;
79 >  int m_index1;
80 >  int m_index2;
81 >
82 >  E_DecayChannel m_type;
83 >
84 >
85   }; // class TTbarGen
86  
87  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines