CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
TTbar_Kinematics Class Reference

#include <TTbar_Kinematics.h>

Inheritance diagram for TTbar_Kinematics:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 TTbar_Kinematics (const edm::ParameterSet &)
 
 ~TTbar_Kinematics ()
 
- Public Member Functions inherited from edm::EDAnalyzer
 EDAnalyzer ()
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 
- Public Member Functions inherited from edm::EDConsumerBase
 EDConsumerBase ()
 
ProductHolderIndex indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 

Private Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 
virtual void beginJob ()
 
virtual void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &)
 
virtual void beginRun (edm::Run const &, edm::EventSetup const &)
 
virtual void endJob ()
 
virtual void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &)
 
virtual void endRun (edm::Run const &, edm::EventSetup const &)
 

Private Attributes

DQMStoredbe
 ME's "container". More...
 
edm::InputTag genEventInfoProductTag_
 
MonitorElementhBottomE
 
MonitorElementhBottomEta
 
MonitorElementhBottomEtaPt
 
MonitorElementhBottomEtaPz
 
MonitorElementhBottomMass
 
MonitorElementhBottomMassDeltaY
 
MonitorElementhBottomMassEta
 
MonitorElementhBottomMassPz
 
MonitorElementhBottomMassY
 
MonitorElementhBottomPt
 
MonitorElementhBottomPtPz
 
MonitorElementhBottomPz
 
MonitorElementhBottomY
 
MonitorElementhBottomYPz
 
edm::InputTag hepmcCollection_
 
MonitorElementhTopMass
 
MonitorElementhTopPt
 
MonitorElementhTopY
 
MonitorElementhTTbarMass
 
MonitorElementhTTbarPt
 
MonitorElementhTTbarY
 
MonitorElementhWminPz
 
MonitorElementhWplusPz
 
MonitorElementnEvt
 
TLorentzVector tlv_Bottom
 
TLorentzVector tlv_BottomBar
 
TLorentzVector tlv_Top
 
TLorentzVector tlv_TopBar
 
TLorentzVector tlv_TTbar
 
TLorentzVector tlv_Wmin
 
TLorentzVector tlv_Wplus
 
double weight
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
typedef WorkerT< EDAnalyzerWorkerType
 
- Protected Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
CurrentProcessingContext const * currentContext () const
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Description: [one line class summary]

Implementation: [Notes on implementation]

Definition at line 59 of file TTbar_Kinematics.h.

Constructor & Destructor Documentation

TTbar_Kinematics::TTbar_Kinematics ( const edm::ParameterSet iConfig)
explicit

Definition at line 8 of file TTbar_Kinematics.cc.

References dbe, and cppFunctionSkipper::operator.

8  :
9  genEventInfoProductTag_(iConfig.getParameter<edm::InputTag>("genEventInfoProductTag"))
10 {
11  dbe = 0;
13 }
T getParameter(std::string const &) const
edm::InputTag genEventInfoProductTag_
DQMStore * dbe
ME&#39;s &quot;container&quot;.
TTbar_Kinematics::~TTbar_Kinematics ( )

Definition at line 16 of file TTbar_Kinematics.cc.

17 {
18 
19  // do anything here that needs to be done at desctruction time
20  // (e.g. close files, deallocate resources etc.)
21 
22 }

Member Function Documentation

void TTbar_Kinematics::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
privatevirtual

Implements edm::EDAnalyzer.

Definition at line 31 of file TTbar_Kinematics.cc.

References MonitorElement::Fill(), genEventInfoProductTag_, TtGenEvtProducer_cfi::genEvt, edm::Event::getByLabel(), hBottomE, hBottomEta, hBottomEtaPt, hBottomEtaPz, hBottomMass, hBottomMassDeltaY, hBottomMassEta, hBottomMassPz, hBottomMassY, hBottomPt, hBottomPtPz, hBottomPz, hBottomY, hBottomYPz, hTopMass, hTopPt, hTopY, hTTbarMass, hTTbarPt, hTTbarY, hWminPz, hWplusPz, edm::HandleBase::isValid(), nEvt, reco::LeafCandidate::p4(), tlv_Bottom, tlv_BottomBar, tlv_Top, tlv_TopBar, tlv_TTbar, tlv_Wmin, tlv_Wplus, and weight.

32 {
33 
34  // --- the MC weights ---
36  iEvent.getByLabel(genEventInfoProductTag_, evt_info);
37  if(!evt_info.isValid()) return;
38  weight = evt_info->weight() ;
39 
40  // --- get TopQuarkAnalysis TtGenEvent
42  iEvent.getByLabel("genEvt", genEvt);
43 
44  if(!genEvt.isValid())return;
45 
46  const reco::GenParticle* top = 0;
47  const reco::GenParticle* antitop = 0;
48  const reco::GenParticle* bottom = 0;
49  const reco::GenParticle* antibottom = 0;
50  const reco::GenParticle* Wplus = 0;
51  const reco::GenParticle* Wmin = 0;
52 
53  top = genEvt->top();
54  antitop = genEvt->topBar();
55  bottom = genEvt->b();
56  antibottom = genEvt->bBar();
57  Wplus = genEvt->wPlus();
58  Wmin = genEvt->wMinus();
59 
60  tlv_Top = TLorentzVector(0,0,0,0) ;
61  tlv_TopBar = TLorentzVector(0,0,0,0) ;
62  tlv_Bottom = TLorentzVector(0,0,0,0) ;
63  tlv_BottomBar = TLorentzVector(0,0,0,0) ;
64  tlv_Wplus = TLorentzVector(0,0,0,0) ;
65  tlv_Wmin = TLorentzVector(0,0,0,0) ;
66  tlv_TTbar = TLorentzVector(0,0,0,0);
67 
68  if(top) tlv_Top.SetPxPyPzE(top->p4().px(),top->p4().py(),top->p4().pz(),top->p4().e());
69  if(antitop) tlv_TopBar.SetPxPyPzE(antitop->p4().px(),antitop->p4().py(),antitop->p4().pz(),antitop->p4().e());
70  if(bottom) tlv_Bottom.SetPxPyPzE(bottom->p4().px(),bottom->p4().py(),bottom->p4().pz(),bottom->p4().e());
71  if(antibottom) tlv_BottomBar.SetPxPyPzE(antibottom->p4().px(),antibottom->p4().py(),antibottom->p4().pz(),antibottom->p4().e());
72  if(Wplus) tlv_Wplus.SetPxPyPzE(Wplus->p4().px(),Wplus->p4().py(),Wplus->p4().pz(),Wplus->p4().e());
73  if(Wmin) tlv_Wmin.SetPxPyPzE(Wmin->p4().px(),Wmin->p4().py(),Wmin->p4().pz(),Wmin->p4().e());
75 
76  //---topquarkquantities---
77  nEvt->Fill(0.5,weight);
78  if(top && antitop){
79  hTopPt->Fill(tlv_Top.Pt(),weight);
80  hTopPt->Fill(tlv_TopBar.Pt(),weight);
81 
82  hTopY->Fill(tlv_Top.Rapidity(),weight);
83  hTopY->Fill(tlv_TopBar.Rapidity(),weight);
84 
86  hTopMass->Fill(tlv_TopBar.M(),weight);
87 
88  //---ttbarpairquantities---
91 
92  hTTbarY->Fill(tlv_TTbar.Rapidity(),weight);
93  hTTbarY->Fill(tlv_TTbar.Rapidity(),weight);
94 
97  }
98  if(bottom && antibottom){
101 
104 
105  //hBottomY->Fill(math::XYZTLorentzVector(bottom->momentum()).Rapidity(),weight);
106  //hBottomY->Fill(math::XYZTLorentzVector(antibottom->momentum()).Rapidity(),weight);
107 
108  hBottomY->Fill(tlv_Bottom.Rapidity(),weight);
109  hBottomY->Fill(tlv_BottomBar.Rapidity(),weight);
110 
113 
116 
119 
122 
125 
128 
129  hBottomYPz->Fill(tlv_Bottom.Rapidity(),tlv_Bottom.Pz(),weight);
131 
134 
137 
138  hBottomMassY->Fill(tlv_Bottom.M(),tlv_Bottom.Rapidity(),weight);
140 
143  }
144  if(Wplus && Wmin){
145  hWplusPz->Fill(tlv_Wplus.Pz(),weight);
146  hWminPz->Fill(tlv_Wmin.Pz(),weight);
147  }
148 }
MonitorElement * hBottomYPz
MonitorElement * nEvt
TLorentzVector tlv_Bottom
MonitorElement * hBottomMass
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
MonitorElement * hBottomPtPz
MonitorElement * hTTbarMass
MonitorElement * hBottomMassY
TLorentzVector tlv_Wplus
MonitorElement * hBottomEtaPt
void Fill(long long x)
MonitorElement * hBottomEta
TLorentzVector tlv_TopBar
MonitorElement * hTopMass
MonitorElement * hTTbarY
TLorentzVector tlv_TTbar
MonitorElement * hWminPz
bool isValid() const
Definition: HandleBase.h:76
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:361
TLorentzVector tlv_BottomBar
MonitorElement * hBottomMassPz
MonitorElement * hBottomMassEta
edm::InputTag genEventInfoProductTag_
MonitorElement * hBottomPz
MonitorElement * hTopY
TLorentzVector tlv_Wmin
MonitorElement * hTTbarPt
MonitorElement * hBottomMassDeltaY
MonitorElement * hBottomPt
MonitorElement * hTopPt
TLorentzVector tlv_Top
MonitorElement * hBottomE
MonitorElement * hWplusPz
MonitorElement * hBottomEtaPz
MonitorElement * hBottomY
void TTbar_Kinematics::beginJob ( void  )
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 153 of file TTbar_Kinematics.cc.

References DQMStore::book1D(), DQMStore::book2D(), dbe, hBottomE, hBottomEta, hBottomEtaPt, hBottomEtaPz, hBottomMass, hBottomMassDeltaY, hBottomMassEta, hBottomMassPz, hBottomMassY, hBottomPt, hBottomPtPz, hBottomPz, hBottomY, hBottomYPz, hTopMass, hTopPt, hTopY, hTTbarMass, hTTbarPt, hTTbarY, hWminPz, hWplusPz, nEvt, MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().

154 {
155  if(!dbe) return;
156  dbe->setCurrentFolder("Generator/TTbar");
157 
158  nEvt = dbe->book1D("nEvt", "n analyzed Events", 1, 0., 1.);
159 
160  hTopPt = dbe->book1D("TTbar_TopPt","t quark transverse momentum",1000,0.,1000.); hTopPt->setAxisTitle("t quark transverse momentum");
161  hTopY = dbe->book1D("TTbar_TopY","t quark rapidity",200,-5.,5.); hTopY->setAxisTitle("t quark rapidity");
162  hTopMass = dbe->book1D("TTbar_TopMass","t quark mass",500,0.,500.); hTopMass->setAxisTitle("t quark mass");
163 
164  hTTbarPt = dbe->book1D("TTbar_TTbarPt","tt pair transverse momentum",1000,0.,1000.); hTTbarPt->setAxisTitle("tt pair transverse momentum");
165  hTTbarY = dbe->book1D("TTbar_TTbarY","tt pair rapidity",200,-5.,5.); hTTbarY->setAxisTitle("tt pair rapidity");
166  hTTbarMass = dbe->book1D("TTbar_TTbarMass","tt pair mass",1000,0.,1000.); hTTbarMass->setAxisTitle("tt pair mass");
167 
168  hBottomPt = dbe->book1D("TTbar_BottomPt","b quark transverse momentum",1000,0.,1000.); hBottomPt->setAxisTitle("b quark transverse momentum");
169  hBottomEta = dbe->book1D("TTbar_BottomEta","b quark pseudo-rapidity",200,-5.,5.); hBottomEta->setAxisTitle("b quark pseudo-rapidity");
170  hBottomY = dbe->book1D("TTbar_BottomY","b quark rapidity",200,-5.,5.); hBottomY->setAxisTitle("b quark rapidity");
171  hBottomPz = dbe->book1D("TTbar_BottomPz","b quark longitudinal momentum",200,-100.,100.); hBottomPz->setAxisTitle("b quark longitudinal momentum");
172  hBottomE = dbe->book1D("TTbar_BottomE","b quark energy",1000,0.,1000.); hBottomE->setAxisTitle("b quark energy");
173  hBottomMass = dbe->book1D("TTbar_BottomMass","b quark mass",50,0.,5.); hBottomMass->setAxisTitle("b quark mass");
174 
175  hBottomPtPz = dbe->book2D("TTbar_BottomPtPz","b quark longitudinal vs transverse momentum",1000,0.,1000.,200,-100.,100.); hBottomPtPz->setAxisTitle("P_{z} (GeV)",1);hBottomPtPz->setAxisTitle("P_{t} (GeV)",2);
176  hBottomEtaPz = dbe->book2D("TTbar_BottomEtaPz","b quark longitudinal momentum vs pseudorapidity",200,-5.,5.,200,-100.,100.); hBottomEtaPz->setAxisTitle("#eta",1);hBottomEtaPz->setAxisTitle("P_{z} (GeV)",1);
177  hBottomEtaPt = dbe->book2D("TTbar_BottomEtaPt"," quark transveral momentum vs pseudorapidity",200,-5.,5.,1000,0.,1000.); hBottomEtaPt->setAxisTitle("#eta");hBottomEtaPt->setAxisTitle("P_{t} (GeV)");
178  hBottomYPz = dbe->book2D("TTbar_BottomYPz","b quark longitudinal momentum vs rapidity",200,-5.,5.,200,-100.,100.); hBottomYPz->setAxisTitle("Y");hBottomYPz->setAxisTitle("P_{z} (GeV)");
179  hBottomMassPz = dbe->book2D("TTbar_BottomMassPz","b quark longitudinal momentum vs mass",50,0.,5.,200,-100.,100.); hBottomMassPz->setAxisTitle("M (GeV)");hBottomMassPz->setAxisTitle("P_{z} (GeV)");
180  hBottomMassEta = dbe->book2D("TTbar_BottomMassEta","b quark pseudorapidity vs mass",50,0.,5.,200,-5.,5.); hBottomMassEta->setAxisTitle("M (GeV)");hBottomMassEta->setAxisTitle("#eta");
181  hBottomMassY = dbe->book2D("TTbar_BottomMassY","b quark rapidity vs mass",50,0.,5.,200,-5.,5.); hBottomMassY->setAxisTitle("M (GeV)"); hBottomMassY->setAxisTitle("Y");
182  hBottomMassDeltaY = dbe->book2D("TTbar_BottomMassDeltaY","b quark pseudorapidity - rapidity vs mass",50,0.,50.,2000,-5.,5.); hBottomMassDeltaY->setAxisTitle("M (GeV)");hBottomMassDeltaY->setAxisTitle("Y");
183 
184  hWplusPz = dbe->book1D("TTbar_WplusPz","W+ boson longitudinal momentum",200,-100.,100.); hWplusPz->setAxisTitle("W+ boson longitudinal momentum");
185  hWminPz = dbe->book1D("TTbar_WminPz","W- boson longitudinal momentum",200,-100.,100.); hWminPz->setAxisTitle("W- boson longitudinal momentum");
186 
187 }
MonitorElement * hBottomYPz
MonitorElement * nEvt
MonitorElement * book1D(const char *name, const char *title, int nchX, double lowX, double highX)
Book 1D histogram.
Definition: DQMStore.cc:722
MonitorElement * hBottomMass
MonitorElement * hBottomPtPz
MonitorElement * hTTbarMass
MonitorElement * hBottomMassY
MonitorElement * hBottomEtaPt
MonitorElement * hBottomEta
MonitorElement * hTopMass
MonitorElement * hTTbarY
MonitorElement * hWminPz
MonitorElement * hBottomMassPz
MonitorElement * hBottomMassEta
MonitorElement * hBottomPz
MonitorElement * hTopY
MonitorElement * hTTbarPt
MonitorElement * hBottomMassDeltaY
MonitorElement * hBottomPt
MonitorElement * hTopPt
MonitorElement * hBottomE
MonitorElement * hWplusPz
DQMStore * dbe
ME&#39;s &quot;container&quot;.
MonitorElement * book2D(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
Book 2D histogram.
Definition: DQMStore.cc:850
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
MonitorElement * hBottomEtaPz
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:434
MonitorElement * hBottomY
void TTbar_Kinematics::beginLuminosityBlock ( edm::LuminosityBlock const &  ,
edm::EventSetup const &   
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 209 of file TTbar_Kinematics.cc.

210 {
211 }
void TTbar_Kinematics::beginRun ( edm::Run const &  ,
edm::EventSetup const &   
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 197 of file TTbar_Kinematics.cc.

198 {
199 }
void TTbar_Kinematics::endJob ( void  )
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 191 of file TTbar_Kinematics.cc.

192 {
193 }
void TTbar_Kinematics::endLuminosityBlock ( edm::LuminosityBlock const &  ,
edm::EventSetup const &   
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 215 of file TTbar_Kinematics.cc.

216 {
217 }
void TTbar_Kinematics::endRun ( edm::Run const &  ,
edm::EventSetup const &   
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 203 of file TTbar_Kinematics.cc.

204 {
205 }
void TTbar_Kinematics::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 221 of file TTbar_Kinematics.cc.

References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().

221  {
222  //The following says we do not know what parameters are allowed so do no validation
223  // Please change this to state exactly what you do use, even if it is no parameters
225  desc.setUnknown();
226  descriptions.addDefault(desc);
227 }
void addDefault(ParameterSetDescription const &psetDescription)

Member Data Documentation

DQMStore* TTbar_Kinematics::dbe
private

ME's "container".

Definition at line 79 of file TTbar_Kinematics.h.

Referenced by beginJob(), and TTbar_Kinematics().

edm::InputTag TTbar_Kinematics::genEventInfoProductTag_
private

Definition at line 82 of file TTbar_Kinematics.h.

Referenced by analyze().

MonitorElement* TTbar_Kinematics::hBottomE
private

Definition at line 109 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomEta
private

Definition at line 106 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomEtaPt
private

Definition at line 117 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomEtaPz
private

Definition at line 116 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomMass
private

Definition at line 110 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomMassDeltaY
private

Definition at line 122 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomMassEta
private

Definition at line 120 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomMassPz
private

Definition at line 119 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomMassY
private

Definition at line 121 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomPt
private

Definition at line 105 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomPtPz
private

Definition at line 115 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomPz
private

Definition at line 108 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomY
private

Definition at line 107 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hBottomYPz
private

Definition at line 118 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

edm::InputTag TTbar_Kinematics::hepmcCollection_
private

Definition at line 81 of file TTbar_Kinematics.h.

MonitorElement* TTbar_Kinematics::hTopMass
private

Definition at line 99 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hTopPt
private

Definition at line 97 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hTopY
private

Definition at line 98 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hTTbarMass
private

Definition at line 103 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hTTbarPt
private

Definition at line 101 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hTTbarY
private

Definition at line 102 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hWminPz
private

Definition at line 113 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::hWplusPz
private

Definition at line 112 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

MonitorElement* TTbar_Kinematics::nEvt
private

Definition at line 96 of file TTbar_Kinematics.h.

Referenced by analyze(), and beginJob().

TLorentzVector TTbar_Kinematics::tlv_Bottom
private

Definition at line 89 of file TTbar_Kinematics.h.

Referenced by analyze().

TLorentzVector TTbar_Kinematics::tlv_BottomBar
private

Definition at line 90 of file TTbar_Kinematics.h.

Referenced by analyze().

TLorentzVector TTbar_Kinematics::tlv_Top
private

Definition at line 87 of file TTbar_Kinematics.h.

Referenced by analyze().

TLorentzVector TTbar_Kinematics::tlv_TopBar
private

Definition at line 88 of file TTbar_Kinematics.h.

Referenced by analyze().

TLorentzVector TTbar_Kinematics::tlv_TTbar
private

Definition at line 94 of file TTbar_Kinematics.h.

Referenced by analyze().

TLorentzVector TTbar_Kinematics::tlv_Wmin
private

Definition at line 92 of file TTbar_Kinematics.h.

Referenced by analyze().

TLorentzVector TTbar_Kinematics::tlv_Wplus
private

Definition at line 91 of file TTbar_Kinematics.h.

Referenced by analyze().

double TTbar_Kinematics::weight
private