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.4 by mmeyer, Thu Sep 27 16:34:18 2012 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   private:
48  
# Line 33 | Line 52 | class TTbarGen
52    GenParticle m_WAntitop;
53    GenParticle m_bTop;
54    GenParticle m_bAntitop;
55 <  
55 >  GenParticle m_Wdecay1;
56 >  GenParticle m_Wdecay2;
57 >  GenParticle m_WMinusdecay1;
58 >  GenParticle m_WMinusdecay2;
59 >  int m_pdgId1;
60 >  int m_pdgId2;
61 >  int m_indexW;
62 >  int m_indexb;
63 >  int m_index1;
64 >  int m_index2;
65 >
66 > E_DecayChannel m_type;
67 >
68 >
69   }; // class TTbarGen
70  
71  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines