11 namespace TopDiLeptonOffline {
14 label_(label), eidPattern_(0), elecIso_(0), elecSelect_(0), muonIso_(0), muonSelect_(0), jetIDSelect_(0),
15 lowerEdge_(-1.), upperEdge_(-1.), elecMuLogged_(0), diMuonLogged_(0), diElecLogged_(0)
133 hists_[
"invMassLog_" ] =
store_->
book1D(
"InvMassLog" ,
"log_{10}(M(lep1, lep2))" , 80, .1, 2.5);
135 hists_[
"invMassWC_" ] =
store_->
book1D(
"InvMassWC" ,
"M_{WC}(L1, L2)" , 80, 0., 320.);
137 hists_[
"invMassWCLog_"] =
store_->
book1D(
"InvMassLogWC",
"log_{10}(M_{WC})" , 80, .1, 2.5);
141 hists_[
"elecMuEff_" ] =
store_->
book1D(
"ElecMuEff" ,
"Eff(e/#mu paths)" , nElecMu, 0., nElecMu);
143 hists_[
"elecMuMon_" ] =
store_->
book1D(
"ElecMuMon" ,
"Mon(e/#mu paths)" , nElecMu, 0., nElecMu);
145 hists_[
"diMuonEff_" ] =
store_->
book1D(
"DiMuonEff" ,
"Eff(#mu/#mu paths)" , nDiMuon, 0., nDiMuon);
147 hists_[
"diMuonMon_" ] =
store_->
book1D(
"DiMuonMon" ,
"Mon(#mu/#mu paths)" , nDiMuon, 0., nDiMuon);
161 hists_[
"decayChannel_"]->setBinLabel( 1,
"#mu e" , 1);
162 hists_[
"decayChannel_"]->setBinLabel( 2,
"#mu #mu", 1);
163 hists_[
"decayChannel_"]->setBinLabel( 3,
"e e" , 1);
169 hists_[
"sumEtaL1L2_" ] =
store_->
book1D(
"SumEtaL1L2" ,
"<#eta>(lep1, lep2)" , 100, -5., 5.);
171 hists_[
"dEtaL1L2_" ] =
store_->
book1D(
"DEtaL1L2" ,
"#Delta#eta(lep1,lep2)" , 80, -4., 4.);
173 hists_[
"dPhiL1L2_" ] =
store_->
book1D(
"DPhiL1L2" ,
"#Delta#phi(lep1,lep2)" , 64, -3.2, 3.2);
181 hists_[
"muonRelIso_" ] =
store_->
book1D(
"MuonRelIso" ,
"Iso_{Rel}(#mu)" , 50, 0., 1.);
193 hists_[
"muonDelXY_" ] =
store_->
book2D(
"MuonDelXY" ,
"d_{xy}(#mu)" , 50, -1., 1., 50, -1., 1.);
195 hists_[
"lepMultIso_" ] =
store_->
book2D(
"LepMultIso" ,
"N_{Iso}(e) vs N_{Iso}(#mu)" , 5, 0., 5., 5, 0., 5.);
198 hists_[
"muonDelXY_" ]->setAxisTitle(
"x [cm]", 1);
hists_[
"muonDelXY_" ]->setAxisTitle(
"y [cm]", 2);
200 hists_[
"lepMultIso_" ]->setAxisTitle(
"N_{Iso}(#mu)", 1);
hists_[
"lepMultIso_" ]->setAxisTitle(
"N_{Iso}(elec)", 2);
206 hists_[
"elecMultIso_" ] =
store_->
book1D(
"ElecMultIso" ,
"N_{Iso}(e)" , 11, -0.5, 10.5);
208 hists_[
"muonMultIso_" ] =
store_->
book1D(
"MuonMultIso" ,
"N_{Iso}(#mu)" , 11, -0.5, 10.5);
210 hists_[
"muonCalIso_" ] =
store_->
book1D(
"MuonCalIso" ,
"Iso_{Cal}(#mu)" , 50, 0., 1.);
212 hists_[
"muonTrkIso_" ] =
store_->
book1D(
"MuonTrkIso" ,
"Iso_{Trk}(#mu)" , 50, 0., 1.);
222 hists_[
"jet1PtRaw_" ] =
store_->
book1D(
"Jet1PtRaw" ,
"pt_{Raw}(jet1)" , 60, 0., 300.);
224 hists_[
"jet2PtRaw_" ] =
store_->
book1D(
"Jet2PtRaw" ,
"pt_{Raw}(jet2)" , 60, 0., 300.);
226 hists_[
"dEtaJet1Jet2_"] =
store_->
book1D(
"DEtaJet1Jet2",
"#Delta#eta(jet1,jet2)" , 80, -4., 4.);
228 hists_[
"dEtaJet1Lep1_"] =
store_->
book1D(
"DEtaJet1Lep1",
"#Delta#eta(jet1,lep1)" , 80, -4., 4.);
230 hists_[
"dEtaLep1MET_" ] =
store_->
book1D(
"DEtaLep1MET" ,
"#Delta#eta(lep1,MET)" , 80, -4., 4.);
232 hists_[
"dEtaJet1MET_" ] =
store_->
book1D(
"DEtaJet1MET" ,
"#Delta#eta(jet1,MET)" , 80, -4., 4.);
234 hists_[
"dPhiJet1Jet2_"] =
store_->
book1D(
"DPhiJet1Jet2",
"#Delta#phi(jet1,jet2)" , 64, -3.2, 3.2);
236 hists_[
"dPhiJet1Lep1_"] =
store_->
book1D(
"DPhiJet1Lep1",
"#Delta#phi(jet1,lep1)" , 64, -3.2, 3.2);
238 hists_[
"dPhiLep1MET_" ] =
store_->
book1D(
"DPhiLep1MET" ,
"#Delta#phi(lep1,MET)" , 64, -3.2, 3.2);
240 hists_[
"dPhiJet1MET_" ] =
store_->
book1D(
"DPhiJet1MET" ,
"#Delta#phi(jet1,MET)" , 64, -3.2, 3.2);
242 hists_[
"diMuonLogger_"] =
store_->
book2D(
"DiMuonLogger",
"Logged DiMuon Events" , 8, 0., 8., 10, 0., 10.);
244 hists_[
"diElecLogger_"] =
store_->
book2D(
"DiElecLogger",
"Logged DiElec Events" , 8, 0., 8., 10, 0., 10.);
246 hists_[
"elecMuLogger_"] =
store_->
book2D(
"ElecMuLogger",
"Logged ElecMu Events" , 8, 0., 8., 10, 0., 10.);
274 double dummy=5.;
fill(
"InstLumi_", dummy);
286 std::vector<const reco::Muon*> isoMuons;
293 if(
muon->isGlobalMuon() ){
294 fill(
"muonDelZ_" ,
muon->globalTrack()->vz());
295 fill(
"muonDelXY_",
muon->globalTrack()->vx(),
muon->globalTrack()->vy());
298 double isolationTrk =
muon->pt()/(
muon->pt()+
muon->isolationR03().sumPt);
299 double isolationCal =
muon->pt()/(
muon->pt()+
muon->isolationR03().emEt+
muon->isolationR03().hadEt);
300 double isolationRel = (
muon->isolationR03().sumPt+
muon->isolationR03().emEt+
muon->isolationR03().hadEt)/
muon->pt();
301 fill(
"muonTrkIso_" , isolationTrk);
fill(
"muonCalIso_" , isolationCal);
fill(
"muonRelIso_" , isolationRel);
306 fill(
"muonMultIso_", isoMuons.size());
317 std::vector<const reco::GsfElectron*> isoElecs;
327 int idx = elec-elecs->begin();
331 double isolationTrk = elec->pt()/(elec->pt()+elec->dr03TkSumPt());
332 double isolationCal = elec->pt()/(elec->pt()+elec->dr03EcalRecHitSumEt()+elec->dr03HcalTowerSumEt());
333 double isolationRel = (elec->dr03TkSumPt()+elec->dr03EcalRecHitSumEt()+elec->dr03HcalTowerSumEt())/elec->pt();
334 fill(
"elecTrkIso_" , isolationTrk);
fill(
"elecCalIso_" , isolationCal);
fill(
"elecRelIso_" , isolationRel);
339 fill(
"elecMultIso_", isoElecs.size());
352 if(setup.
find( edm::eventsetup::EventSetupRecordKey::makeKey<JetCorrectionsRecord>() )){
358 <<
"------------------------------------------------------------------------------------- \n"
359 <<
" No JetCorrectionsRecord available from EventSetup: \n"
360 <<
" - Jets will not be corrected. \n"
361 <<
" - If you want to change this add the following lines to your cfg file: \n"
363 <<
" ## load jet corrections \n"
364 <<
" process.load(\"JetMETCorrections.Configuration.JetCorrectionServicesAllAlgos_cff\") \n"
365 <<
" process.prefer(\"ak4CaloL2L3\") \n"
367 <<
"------------------------------------------------------------------------------------- \n";
373 std::vector<reco::Jet> leadingJets;
383 unsigned int idx=
jet-jets->begin();
384 if(
jetIDSelect_ && dynamic_cast<const reco::CaloJet*>(jets->refAt(idx).get())){
385 if(!(*
jetIDSelect_)((*jetID)[jets->refAt(idx)]))
continue;
388 if(dynamic_cast<const reco::CaloJet*>(&*
jet)){
392 else if(dynamic_cast<const reco::PFJet*>(&*
jet)){
402 for(std::vector<const reco::GsfElectron*>::const_iterator elec=isoElecs.begin(); elec!=isoElecs.end(); ++elec){
403 if(
reco::deltaR((*elec)->eta(), (*elec)->phi(),
jet->eta(),
jet->phi())<0.4){overlap=
true;
break;}
404 }
if(overlap){
continue;}
409 leadingJets.push_back(monitorJet);
410 fill(
"jet1Pt_" , monitorJet.
pt());
411 fill(
"jet1PtRaw_" ,
jet->pt() );
415 leadingJets.push_back(monitorJet);
416 fill(
"jet2Pt_" , monitorJet.
pt());
417 fill(
"jet2PtRaw_" ,
jet->pt() );
421 if(leadingJets.size()>1){
422 fill(
"dEtaJet1Jet2_" , leadingJets[0].
eta()-leadingJets[1].
eta());
424 if( !isoMuons.empty() ){
425 if( isoElecs.empty() || isoMuons[0]->pt()>isoElecs[0]->pt() ){
426 fill(
"dEtaJet1Lep1_" , isoMuons[0]->
eta()-leadingJets[0].
eta());
430 if( !isoElecs.empty() ){
431 if( isoMuons.empty() || isoElecs[0]->pt()>isoMuons[0]->pt() ){
432 fill(
"dEtaJet1Lep1_" , isoElecs[0]->
eta()-leadingJets[0].
eta());
437 fill(
"jetMult_", mult);
455 if(met->begin()!=met->end()){
456 unsigned int idx=met_-
mets_.begin();
458 caloMET=*met->begin();
459 fill(
"metCalo_", met->begin()->et());
460 if(!leadingJets.empty()){
461 fill(
"dEtaJet1MET_" , leadingJets[0].
eta()-met->begin()->eta());
464 if( !isoMuons.empty() ){
465 if( isoElecs.empty() || isoMuons[0]->pt()>isoElecs[0]->pt() ){
466 fill(
"dEtaLep1MET_" , isoMuons[0]->
eta()-met->begin()->eta());
470 if( !isoElecs.empty() ){
471 if( isoMuons.empty() || isoElecs[0]->pt()>isoMuons[0]->pt() ){
472 fill(
"dEtaLep1MET_" , isoElecs[0]->
eta()-met->begin()->eta());
477 if(idx==1){
fill(
"metTC_" , met->begin()->et());}
478 if(idx==2){
fill(
"metPflow_", met->begin()->et());}
492 fill(
"lepMultIso_", isoMuons.size(), isoElecs.size());
495 fill(
"decayChannel_", 0.5);
496 double mass = (isoElecs[0]->p4()+isoMuons[0]->p4()).mass();
499 fill(
"dEtaL1L2_" , isoElecs[0]->
eta()-isoMuons[0]->
eta());
500 fill(
"sumEtaL1L2_", (isoElecs[0]->
eta()+isoMuons[0]->
eta())/2);
502 fill(
"elecPt_", isoElecs[0]->
pt());
fill(
"muonPt_", isoMuons[0]->
pt());
503 fill(
"lep1Pt_", isoElecs[0]->
pt()>isoMuons[0]->
pt() ? isoElecs[0]->
pt() : isoMuons[0]->
pt());
504 fill(
"lep2Pt_", isoElecs[0]->
pt()>isoMuons[0]->
pt() ? isoMuons[0]->
pt() : isoElecs[0]->
pt());
515 if(leadingJets.size()>0)
fill(
"elecMuLogger_", 5.5,
elecMuLogged_+0.5, leadingJets[0].
pt());
516 if(leadingJets.size()>1)
fill(
"elecMuLogger_", 6.5,
elecMuLogged_+0.5, leadingJets[1].
pt());
525 fill(
"decayChannel_", 1.5);
526 int charge = isoMuons[0]->charge()*isoMuons[1]->charge();
527 double mass = (isoMuons[0]->p4()+isoMuons[1]->p4()).mass();
529 fill(charge<0 ?
"invMass_" :
"invMassWC_" , mass );
530 fill(charge<0 ?
"invMassLog_" :
"invMassWCLog_" , log10(mass));
532 fill(
"dEtaL1L2_" , isoMuons[0]->
eta()-isoMuons[1]->
eta() );
533 fill(
"sumEtaL1L2_", (isoMuons[0]->
eta()+isoMuons[1]->
eta())/2);
535 fill(
"muonPt_", isoMuons[0]->
pt());
fill(
"muonPt_", isoMuons[1]->
pt());
536 fill(
"lep1Pt_", isoMuons[0]->
pt());
fill(
"lep2Pt_", isoMuons[1]->
pt());
547 if(leadingJets.size()>0)
fill(
"diMuonLogger_", 5.5,
diMuonLogged_+0.5, leadingJets[0].
pt());
548 if(leadingJets.size()>1)
fill(
"diMuonLogger_", 6.5,
diMuonLogged_+0.5, leadingJets[1].
pt());
557 fill(
"decayChannel_", 2.5);
558 int charge = isoElecs[0]->charge()*isoElecs[1]->charge();
559 double mass = (isoElecs[0]->p4()+isoElecs[1]->p4()).mass();
560 fill(charge<0 ?
"invMass_" :
"invMassWC_" , mass );
561 fill(charge<0 ?
"invMassLog_" :
"invMassWCLog_" , log10(mass));
563 fill(
"dEtaL1L2_" , isoElecs[0]->
eta()-isoElecs[1]->
eta() );
564 fill(
"sumEtaL1L2_", (isoElecs[0]->
eta()+isoElecs[1]->
eta())/2);
566 fill(
"elecPt_", isoElecs[0]->
pt());
fill(
"elecPt_", isoElecs[1]->
pt());
567 fill(
"lep1Pt_", isoElecs[0]->
pt());
fill(
"lep2Pt_", isoElecs[1]->
pt());
576 if(leadingJets.size()>0)
fill(
"diElecLogger_", 5.5,
diElecLogged_+0.5, leadingJets[0].
pt());
577 if(leadingJets.size()>1)
fill(
"diElecLogger_", 6.5,
diElecLogged_+0.5, leadingJets[1].
pt());
612 std::vector<edm::ParameterSet>
sel=cfg.
getParameter<std::vector<edm::ParameterSet> >(
"selection");
613 for(
unsigned int i=0;
i<sel.size(); ++
i){
632 if(
type==
"jets/pf" ){
635 if(
type==
"jets/calo" ){
656 if(vertex->empty() || !(*vertexSelect_)(vertex->front()))
return;
663 unsigned int passed=0;
665 unsigned int nJetSteps = -1;
667 unsigned int nPFJetSteps = -1;
669 unsigned int nCaloJetSteps = -1;
StringCutObjectSelector< reco::Vertex > * vertexSelect_
string cut selector
T getParameter(std::string const &) const
std::string selectionStep(const std::string &label)
DQMStore * store_
storage manager
std::vector< std::string > selectionOrder_
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
tuple met
____________________________________________________________________________||
std::map< std::string, std::pair< edm::ParameterSet, TopDiLeptonOffline::MonitorEnsemble * > > selection_
bool existsAs(std::string const ¶meterName, bool trackiness=true) const
checks if a parameter exists as a given type
Jets made from CaloTowers.
bool select(const edm::Event &event)
apply selection
Level verbosity_
verbosity level for booking
virtual float pt() const
transverse momentum
MonitorElement * book1D(const char *name, const char *title, int nchX, double lowX, double highX)
Book 1D histogram.
edm::EDGetTokenT< reco::JetIDValueMap > jetIDLabel_
jetID as an extra selection type
SelectionStep< reco::Muon > * MuonStep
virtual double et() const
transverse energy
bool getByToken(EDGetToken token, Handle< PROD > &result) const
SelectionStep< reco::MET > * METStep
edm::EDGetTokenT< edm::View< reco::Muon > > muons_
Base class for all types of Jets.
edm::EDGetTokenT< std::vector< reco::Vertex > > vertex_
primary vertex
MonitorEnsemble(const char *label, const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC)
default contructor
virtual void analyze(const edm::Event &event, const edm::EventSetup &setup)
do this during the event loop
DecayChannel decayChannel(const std::vector< const reco::Muon * > &muons, const std::vector< const reco::GsfElectron * > &elecs) const
determine dileptonic decay channel
void loggerBinLabels(std::string hist)
set labels for event logging histograms
virtual void scaleEnergy(double fScale)
scale energy of the jet
double deltaR(const T1 &t1, const T2 &t2)
SelectionStep< reco::Vertex > * PvStep
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
void fill(const edm::Event &event, const edm::EventSetup &setup)
fill monitor histograms with electronId and jetCorrections
Jets made from PFObjects.
edm::EDGetTokenT< edm::View< reco::GsfElectron > > elecs_
edm::EDGetTokenT< edm::View< reco::Jet > > jets_
input sources for monitoring
LuminosityBlockNumber_t luminosityBlock() const
const eventsetup::EventSetupRecord * find(const eventsetup::EventSetupRecordKey &) const
bool overlap(const reco::Muon &muon1, const reco::Muon &muon2, double pullX=1.0, double pullY=1.0, bool checkAdjacentChambers=false)
std::map< std::string, MonitorElement * > hists_
histogram container
SelectionStep< reco::GsfElectron > * ElectronStep
StringCutObjectSelector< reco::Muon > * muonSelect_
extra selection on muons
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
double lowerEdge_
mass window upper and lower edge
std::vector< edm::EDGetTokenT< edm::View< reco::MET > > > mets_
considers a vector of METs
std::vector< std::string > elecMuPaths_
std::vector< SelectionStep< reco::PFJet > * > PFJetSteps
std::string jetCorrector_
jetCorrector
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
std::vector< SelectionStep< reco::Jet > * > JetSteps
StringCutObjectSelector< reco::BeamSpot > * beamspotSelect_
string cut selector
TopDiLeptonOfflineDQM(const edm::ParameterSet &cfg)
default constructor
void book(std::string directory)
book histograms in subdirectory directory
StringCutObjectSelector< reco::Muon > * muonIso_
extra isolation criterion on muon
double deltaPhi(double phi1, double phi2)
EventAuxiliary const & eventAuxiliary() const
int elecMuLogged_
number of logged interesting events
std::vector< std::string > diMuonPaths_
trigger paths for di muon channel
std::string label_
instance label
tuple idx
DEBUGGING if hasattr(process,"trackMonIterativeTracking2012"): print "trackMonIterativeTracking2012 D...
static const JetCorrector * getJetCorrector(const std::string &fName, const edm::EventSetup &fSetup)
retrieve corrector from the event setup. troughs exception if something is missing ...
edm::EDGetTokenT< edm::TriggerResults > triggerTable_
trigger table
edm::EDGetTokenT< edm::TriggerResults > triggerTable_
trigger table
std::vector< std::string > triggerPaths_
trigger paths
bool isUninitialized() const
std::string objectType(const std::string &label)
StringCutObjectSelector< reco::JetID > * jetIDSelect_
extra jetID selection on calo jets
StringCutObjectSelector< reco::GsfElectron > * elecSelect_
extra selection on electrons
StringCutObjectSelector< reco::GsfElectron > * elecIso_
extra isolation criterion on electron
MonitorElement * book2D(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
Book 2D histogram.
std::vector< SelectionStep< reco::CaloJet > * > CaloJetSteps
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
edm::EDGetTokenT< reco::BeamSpot > beamspot_
beamspot
edm::EDGetTokenT< edm::ValueMap< float > > electronId_
electronId label
EventNumber_t event() const
void setCurrentFolder(const std::string &fullpath)
void triggerBinLabels(std::string channel, const std::vector< std::string > labels)
set configurable labels for trigger monitoring histograms