12 semiLepEvt_ (cfg.getParameter<edm::InputTag>(
"semiLepEvent")),
13 hypoClassKey_(cfg.getParameter<std::
string>(
"hypoClassKey"))
91 if(topPair && genTopPair)
99 if(hadTop && genHadTop) {
104 if(lepW && genLepW) {
110 if(lepTop && genLepTop) {
115 if(neutrino && genNeutrino)
125 if(hadTop && genHadTop) {
142 neutrinoEta_ = fs->
make<TH1F>(
"neutrinoEta",
"#eta (neutrino)", 21, -4., 4.);
143 neutrinoPullEta_ = fs->
make<TH1F>(
"neutrinoPullEta",
"(#eta_{rec}-#eta_{gen})/#eta_{gen} (neutrino)", 40, -1., 1.);
145 hadWPt_ = fs->
make<TH1F>(
"hadWPt" ,
"p_{T} (W_{had}) [GeV]", 25, 0., 500.);
146 hadWEta_ = fs->
make<TH1F>(
"hadWEta" ,
"#eta (W_{had})" , 21, -4., 4.);
147 hadWMass_ = fs->
make<TH1F>(
"hadWMass",
"M (W_{had}) [GeV]" , 25, 0., 200.);
149 hadTopPt_ = fs->
make<TH1F>(
"hadTopPt" ,
"p_{T} (t_{had}) [GeV]", 25, 0. , 500.);
150 hadTopEta_ = fs->
make<TH1F>(
"hadTopEta" ,
"#eta (t_{had})" , 21, -4., 4.);
151 hadTopMass_ = fs->
make<TH1F>(
"hadTopMass",
"M (t_{had}) [GeV]" , 40, 0. , 400.);
153 lepWPt_ = fs->
make<TH1F>(
"lepWPt" ,
"p_{t} (W_{lep}) [GeV]", 25, 0., 500.);
154 lepWEta_ = fs->
make<TH1F>(
"lepWEta" ,
"#eta (W_{lep})" , 21, -4., 4.);
155 lepWMass_ = fs->
make<TH1F>(
"lepWMass",
"M (W_{lep}) [GeV]" , 25, 0., 200.);
157 lepTopPt_ = fs->
make<TH1F>(
"lepTopPt" ,
"p_{T} (t_{lep}) [GeV]", 25, 0. , 500.);
158 lepTopEta_ = fs->
make<TH1F>(
"lepTopEta" ,
"#eta (t_{lep})" , 21, -4., 4.);
159 lepTopMass_ = fs->
make<TH1F>(
"lepTopMass",
"M (t_{lep}) [GeV]" , 40, 0. , 400.);
161 hadWPullPt_ = fs->
make<TH1F>(
"hadWPullPt" ,
"(p_{T,rec}-p_{T,gen})/p_{T,gen} (W_{had})" , 40, -1., 1.);
162 hadWPullEta_ = fs->
make<TH1F>(
"hadWPullEta" ,
"(#eta_{rec}-#eta_{gen})/#eta_{gen} (W_{had})", 40, -1., 1.);
163 hadWPullMass_ = fs->
make<TH1F>(
"hadWPullMass",
"(M_{rec}-M_{gen})/M_{gen} (W_{had})" , 40, -1., 1.);
165 hadTopPullPt_ = fs->
make<TH1F>(
"hadTopPullPt" ,
"(p_{T,rec}-p_{T,gen})/p_{T,gen} (t_{had})" , 40, -1., 1.);
166 hadTopPullEta_ = fs->
make<TH1F>(
"hadTopPullEta" ,
"(#eta_{rec}-#eta_{gen})/#eta_{gen} (t_{had})", 40, -1., 1.);
167 hadTopPullMass_ = fs->
make<TH1F>(
"hadTopPullMass",
"(M_{rec}-M_{gen})/M_{gen} (t_{had})" , 40, -1., 1.);
169 lepWPullPt_ = fs->
make<TH1F>(
"lepWPullPt" ,
"(p_{T,rec}-p_{T,gen})/p_{T,gen} (W_{lep})" , 40, -1., 1.);
170 lepWPullEta_ = fs->
make<TH1F>(
"lepWPullEta" ,
"(#eta_{rec}-#eta_{gen})/#eta_{gen} (W_{lep})", 40, -1., 1.);
171 lepWPullMass_ = fs->
make<TH1F>(
"lepWPullMass",
"(M_{rec}-M_{gen})/M_{gen} (W_{lep})" , 40, -1., 1.);
173 lepTopPullPt_ = fs->
make<TH1F>(
"lepTopPullPt" ,
"(p_{T,rec}-p_{T,gen})/p_{T,gen} (t_{lep})" , 40, -1., 1.);
174 lepTopPullEta_ = fs->
make<TH1F>(
"lepTopPullEta" ,
"(#eta_{rec}-#eta_{gen})/#eta_{gen} (t_{lep})", 40, -1., 1.);
175 lepTopPullMass_ = fs->
make<TH1F>(
"lepTopPullMass",
"(M_{rec}-M_{gen})/M_{gen} (t_{lep})" , 40, -1., 1.);
177 topPairMass_ = fs->
make<TH1F>(
"topPairMass",
"M (t#bar{t})", 36, 340., 940.);
178 topPairPullMass_ = fs->
make<TH1F>(
"topPairPullMass",
"(M_{rec}-M_{gen})/M_{gen} (t#bar{t})", 40, -1., 1.);
180 genMatchDr_ = fs->
make<TH1F>(
"genMatchDr",
"GenMatch #Sigma#DeltaR", 40, 0., 4.);
181 kinFitProb_ = fs->
make<TH1F>(
"kinFitProb",
"KinFit probability" , 50, 0., 1.);
184 "GenMatch #Sigma #Delta R vs. (M_{rec}-M_{gen})/M_{gen} (t_{had}))",
185 40, -1., 1., 40, 0., 4.);
187 "KinFit probability vs. (M_{rec}-M_{gen})/M_{gen} (t_{had}))",
188 40, -1., 1., 20, 0., 1.);
virtual void analyze(const edm::Event &, const edm::EventSetup &)
virtual float mass() const =0
mass
const edm::InputTag semiLepEvt_
TH2F * kinFitProbVsHadTopPullMass_
const std::string hypoClassKey_
virtual float eta() const =0
momentum pseudorapidity
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
virtual float pt() const =0
transverse momentum
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
HypothesisAnalyzer(const edm::ParameterSet &)
T * make() const
make new ROOT object
TH2F * genMatchDrVsHadTopPullMass_
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")