9 namespace TopDiLeptonOffline {
12 label_(label), eidPattern_(0), elecIso_(0), elecSelect_(0), muonIso_(0), muonSelect_(0), jetIDSelect_(0),
13 lowerEdge_(-1.), upperEdge_(-1.), elecMuLogged_(0), diMuonLogged_(0), diElecLogged_(0)
128 hists_[
"invMassLog_" ] =
store_->
book1D(
"InvMassLog" ,
"log_{10}(M(lep1, lep2))" , 80, .1, 2.5);
130 hists_[
"invMassWC_" ] =
store_->
book1D(
"InvMassWC" ,
"M_{WC}(L1, L2)" , 80, 0., 320.);
132 hists_[
"invMassWCLog_"] =
store_->
book1D(
"InvMassLogWC",
"log_{10}(M_{WC})" , 80, .1, 2.5);
136 hists_[
"elecMuEff_" ] =
store_->
book1D(
"ElecMuEff" ,
"Eff(e/#mu paths)" , nElecMu, 0., nElecMu);
138 hists_[
"elecMuMon_" ] =
store_->
book1D(
"ElecMuMon" ,
"Mon(e/#mu paths)" , nElecMu, 0., nElecMu);
140 hists_[
"diMuonEff_" ] =
store_->
book1D(
"DiMuonEff" ,
"Eff(#mu/#mu paths)" , nDiMuon, 0., nDiMuon);
142 hists_[
"diMuonMon_" ] =
store_->
book1D(
"DiMuonMon" ,
"Mon(#mu/#mu paths)" , nDiMuon, 0., nDiMuon);
156 hists_[
"decayChannel_"]->setBinLabel( 1,
"#mu e" , 1);
157 hists_[
"decayChannel_"]->setBinLabel( 2,
"#mu #mu", 1);
158 hists_[
"decayChannel_"]->setBinLabel( 3,
"e e" , 1);
164 hists_[
"sumEtaL1L2_" ] =
store_->
book1D(
"SumEtaL1L2" ,
"<#eta>(lep1, lep2)" , 30, -5., 5.);
166 hists_[
"dEtaL1L2_" ] =
store_->
book1D(
"DEtaL1L2" ,
"#Delta#eta(lep1,lep2)" , 30, 0., 3.);
168 hists_[
"dPhiL1L2_" ] =
store_->
book1D(
"DPhiL1L2" ,
"#Delta#phi(lep1,lep2)" , 32, 0., 3.2);
176 hists_[
"muonRelIso_" ] =
store_->
book1D(
"MuonRelIso" ,
"Iso_{Rel}(#mu)" , 50, 0., 1.);
188 hists_[
"muonDelXY_" ] =
store_->
book2D(
"MuonDelXY" ,
"d_{xy}(#mu)" , 50, -0.1, 0.1, 50, -0.1, 0.1 );
190 hists_[
"lepMultIso_" ] =
store_->
book2D(
"LepMultIso" ,
"N_{Iso}(e) vs N_{Iso}(#mu)" , 5, 0., 5., 5, 0., 5.);
193 hists_[
"muonDelXY_" ]->setAxisTitle(
"x [cm]", 1);
hists_[
"muonDelXY_" ]->setAxisTitle(
"y [cm]", 2);
195 hists_[
"lepMultIso_" ]->setAxisTitle(
"N_{Iso}(#mu)", 1);
hists_[
"lepMultIso_" ]->setAxisTitle(
"N_{Iso}(elec)", 2);
203 hists_[
"muonMultIso_" ] =
store_->
book1D(
"MuonMultIso" ,
"N_{Iso}(#mu)" , 10, 0., 10.);
205 hists_[
"muonCalIso_" ] =
store_->
book1D(
"MuonCalIso" ,
"Iso_{Cal}(#mu)" , 50, 0., 1.);
207 hists_[
"muonTrkIso_" ] =
store_->
book1D(
"MuonTrkIso" ,
"Iso_{Trk}(#mu)" , 50, 0., 1.);
217 hists_[
"jet1PtRaw_" ] =
store_->
book1D(
"Jet1PtRaw" ,
"pt_{Raw}(jet1)" , 60, 0., 300.);
219 hists_[
"jet2PtRaw_" ] =
store_->
book1D(
"Jet2PtRaw" ,
"pt_{Raw}(jet2)" , 60, 0., 300.);
221 hists_[
"dEtaJet1Jet2_"] =
store_->
book1D(
"DEtaJet1Jet2",
"#Delta#eta(jet1,jet2)" , 30, 0., 3.);
223 hists_[
"dEtaJet1Lep1_"] =
store_->
book1D(
"DEtaJet1Lep1",
"#Delta#eta(jet1,lep1)" , 30, 0., 3.);
225 hists_[
"dEtaLep1MET_" ] =
store_->
book1D(
"DEtaLep1MET" ,
"#Delta#eta(lep1,MET)" , 30, 0., 3.);
227 hists_[
"dEtaJet1MET_" ] =
store_->
book1D(
"DEtaJet1MET" ,
"#Delta#eta(jet1,MET)" , 30, 0., 3.);
229 hists_[
"dPhiJet1Jet2_"] =
store_->
book1D(
"DPhiJet1Jet2",
"#Delta#phi(jet1,jet2)" , 32, 0., 3.2);
231 hists_[
"dPhiJet1Lep1_"] =
store_->
book1D(
"DPhiJet1Lep1",
"#Delta#phi(jet1,lep1)" , 32, 0., 3.2);
233 hists_[
"dPhiLep1MET_" ] =
store_->
book1D(
"DPhiLep1MET" ,
"#Delta#phi(lep1,MET)" , 32, 0., 3.2);
235 hists_[
"dPhiJet1MET_" ] =
store_->
book1D(
"DPhiJet1MET" ,
"#Delta#phi(jet1,MET)" , 32, 0., 3.2);
237 hists_[
"diMuonLogger_"] =
store_->
book2D(
"DiMuonLogger",
"Logged DiMuon Events" , 8, 0., 8., 10, 0., 10.);
239 hists_[
"diElecLogger_"] =
store_->
book2D(
"DiElecLogger",
"Logged DiElec Events" , 8, 0., 8., 10, 0., 10.);
241 hists_[
"elecMuLogger_"] =
store_->
book2D(
"ElecMuLogger",
"Logged ElecMu Events" , 8, 0., 8., 10, 0., 10.);
268 std::vector<const reco::Muon*> isoMuons;
275 if(
muon->isGlobalMuon() ){
276 fill(
"muonDelZ_" ,
muon->globalTrack()->vz());
277 fill(
"muonDelXY_",
muon->globalTrack()->vx(),
muon->globalTrack()->vy());
280 double isolationTrk =
muon->pt()/(
muon->pt()+
muon->isolationR03().sumPt);
281 double isolationCal =
muon->pt()/(
muon->pt()+
muon->isolationR03().emEt+
muon->isolationR03().hadEt);
282 double isolationRel = (
muon->isolationR03().sumPt+
muon->isolationR03().emEt+
muon->isolationR03().hadEt)/
muon->pt();
283 fill(
"muonTrkIso_" , isolationTrk);
fill(
"muonCalIso_" , isolationCal);
fill(
"muonRelIso_" , isolationRel);
288 fill(
"muonMultIso_", isoMuons.size());
299 std::vector<const reco::GsfElectron*> isoElecs;
310 int idx = elec-elecs->begin();
314 double isolationTrk = elec->pt()/(elec->pt()+elec->dr03TkSumPt());
315 double isolationCal = elec->pt()/(elec->pt()+elec->dr03EcalRecHitSumEt()+elec->dr03HcalTowerSumEt());
316 double isolationRel = (elec->dr03TkSumPt()+elec->dr03EcalRecHitSumEt()+elec->dr03HcalTowerSumEt())/elec->pt();
317 fill(
"elecTrkIso_" , isolationTrk);
fill(
"elecCalIso_" , isolationCal);
fill(
"elecRelIso_" , isolationRel);
322 fill(
"elecMultIso_", isoElecs.size());
335 if(setup.
find( edm::eventsetup::EventSetupRecordKey::makeKey<JetCorrectionsRecord>() )){
341 <<
"------------------------------------------------------------------------------------- \n"
342 <<
" No JetCorrectionsRecord available from EventSetup: \n"
343 <<
" - Jets will not be corrected. \n"
344 <<
" - If you want to change this add the following lines to your cfg file: \n"
346 <<
" ## load jet corrections \n"
347 <<
" process.load(\"JetMETCorrections.Configuration.JetCorrectionServicesAllAlgos_cff\") \n"
348 <<
" process.prefer(\"ak5CaloL2L3\") \n"
350 <<
"------------------------------------------------------------------------------------- \n";
356 std::vector<reco::Jet> leadingJets;
366 unsigned int idx=
jet-jets->begin();
367 if(
jetIDSelect_ && dynamic_cast<const reco::CaloJet*>(jets->refAt(idx).get())){
368 if(!(*
jetIDSelect_)((*jetID)[jets->refAt(idx)]))
continue;
371 if(dynamic_cast<const reco::CaloJet*>(&*
jet)){
375 else if(dynamic_cast<const reco::PFJet*>(&*
jet)){
385 for(std::vector<const reco::GsfElectron*>::const_iterator elec=isoElecs.begin(); elec!=isoElecs.end(); ++elec){
386 if(
reco::deltaR((*elec)->eta(), (*elec)->phi(),
jet->eta(),
jet->phi())<0.4){overlap=
true;
break;}
387 }
if(overlap){
continue;}
392 leadingJets.push_back(monitorJet);
393 fill(
"jet1Pt_" , monitorJet.
pt());
394 fill(
"jet1PtRaw_" ,
jet->pt() );
398 leadingJets.push_back(monitorJet);
399 fill(
"jet2Pt_" , monitorJet.
pt());
400 fill(
"jet2PtRaw_" ,
jet->pt() );
404 if(leadingJets.size()>1){
405 fill(
"dEtaJet1Jet2_" , leadingJets[0].
eta()-leadingJets[1].
eta());
407 if( !isoMuons.empty() ){
408 if( isoElecs.empty() || isoMuons[0]->pt()>isoElecs[0]->pt() ){
409 fill(
"dEtaJet1Lep1_" , isoMuons[0]->
eta()-leadingJets[0].
eta());
413 if( !isoElecs.empty() ){
414 if( isoMuons.empty() || isoElecs[0]->pt()>isoMuons[0]->pt() ){
415 fill(
"dEtaJet1Lep1_" , isoElecs[0]->
eta()-leadingJets[0].
eta());
420 fill(
"jetMult_", mult);
432 for(std::vector<edm::InputTag>::const_iterator met_=
mets_.begin(); met_!=
mets_.end(); ++met_){
437 if(met->begin()!=met->end()){
438 unsigned int idx=met_-
mets_.begin();
440 caloMET=*met->begin();
441 fill(
"metCalo_", met->begin()->et());
442 if(!leadingJets.empty()){
443 fill(
"dEtaJet1MET_" , leadingJets[0].
eta()-met->begin()->eta());
446 if( !isoMuons.empty() ){
447 if( isoElecs.empty() || isoMuons[0]->pt()>isoElecs[0]->pt() ){
448 fill(
"dEtaLep1MET_" , isoMuons[0]->
eta()-met->begin()->eta());
452 if( !isoElecs.empty() ){
453 if( isoMuons.empty() || isoElecs[0]->pt()>isoMuons[0]->pt() ){
454 fill(
"dEtaLep1MET_" , isoElecs[0]->
eta()-met->begin()->eta());
459 if(idx==1){
fill(
"metTC_" , met->begin()->et());}
460 if(idx==2){
fill(
"metPflow_", met->begin()->et());}
474 fill(
"lepMultIso_", isoMuons.size(), isoElecs.size());
477 fill(
"decayChannel_", 0.5);
478 double mass = (isoElecs[0]->p4()+isoMuons[0]->p4()).mass();
480 fill(
"dEtaL1L2_" , isoElecs[0]->
eta()-isoMuons[0]->
eta());
481 fill(
"sumEtaL1L2_", (isoElecs[0]->
eta()+isoMuons[0]->
eta())/2);
483 fill(
"elecPt_", isoElecs[0]->pt());
fill(
"muonPt_", isoMuons[0]->pt());
484 fill(
"lep1Pt_", isoElecs[0]->pt()>isoMuons[0]->pt() ? isoElecs[0]->pt() : isoMuons[0]->pt());
485 fill(
"lep2Pt_", isoElecs[0]->pt()>isoMuons[0]->pt() ? isoMuons[0]->pt() : isoElecs[0]->pt());
496 if(leadingJets.size()>0)
fill(
"elecMuLogger_", 5.5,
elecMuLogged_+0.5, leadingJets[0].pt());
497 if(leadingJets.size()>1)
fill(
"elecMuLogger_", 6.5,
elecMuLogged_+0.5, leadingJets[1].pt());
506 fill(
"decayChannel_", 1.5);
507 int charge = isoMuons[0]->charge()*isoMuons[1]->charge();
508 double mass = (isoMuons[0]->p4()+isoMuons[1]->p4()).mass();
509 fill(charge<0 ?
"invMass_" :
"invMassWC_" , mass );
510 fill(charge<0 ?
"invMassLog_" :
"invMassWCLog_" , log10(mass));
512 fill(
"dEtaL1L2" , isoMuons[0]->
eta()-isoMuons[1]->
eta() );
513 fill(
"sumEtaL1L2", (isoMuons[0]->
eta()+isoMuons[1]->
eta())/2);
515 fill(
"muonPt_", isoMuons[0]->pt());
fill(
"muonPt_", isoMuons[1]->pt());
516 fill(
"lep1Pt_", isoMuons[0]->pt());
fill(
"lep2Pt_", isoMuons[1]->pt());
527 if(leadingJets.size()>0)
fill(
"diMuonLogger_", 5.5,
diMuonLogged_+0.5, leadingJets[0].pt());
528 if(leadingJets.size()>1)
fill(
"diMuonLogger_", 6.5,
diMuonLogged_+0.5, leadingJets[1].pt());
537 int charge = isoElecs[0]->charge()*isoElecs[1]->charge();
538 double mass = (isoElecs[0]->p4()+isoElecs[1]->p4()).mass();
539 fill(
"decayChannel_", 2.5);
540 fill(charge<0 ?
"invMass_" :
"invMassWC_" , mass );
541 fill(charge<0 ?
"invMassLog_" :
"invMassWCLog_" , log10(mass));
543 fill(
"dEtaL1L2" , isoElecs[0]->
eta()-isoElecs[1]->
eta() );
544 fill(
"sumEtaL1L2", (isoElecs[0]->
eta()+isoElecs[1]->
eta())/2);
546 fill(
"elecPt_", isoElecs[0]->pt());
fill(
"elecPt_", isoElecs[1]->pt());
547 fill(
"lep1Pt_", isoElecs[0]->pt());
fill(
"lep2Pt_", isoElecs[1]->pt());
556 if(leadingJets.size()>0)
fill(
"diElecLogger_", 5.5,
diElecLogged_+0.5, leadingJets[0].pt());
557 if(leadingJets.size()>1)
fill(
"diElecLogger_", 6.5,
diElecLogged_+0.5, leadingJets[1].pt());
588 std::vector<edm::ParameterSet>
sel=cfg.
getParameter<std::vector<edm::ParameterSet> >(
"selection");
589 for(
unsigned int i=0;
i<sel.size(); ++
i){
606 if(vertex->empty() || !(*vertexSelect_)(vertex->front()))
return;
634 if(step.
select(event, setup)){
638 if(
type==
"jets/pf" ){
640 if(step.
select(event, setup)){
644 if(
type==
"jets/calo" ){
646 if(step.
select(event, setup)){
StringCutObjectSelector< reco::Vertex > * vertexSelect_
string cut selector
T getParameter(std::string const &) const
StringCutObjectSelector< reco::JetID > * jetIDSelect_
extra jetID selection on calo jets
std::string selectionStep(const std::string &label)
virtual double et() const GCC11_FINAL
transverse energy
std::vector< std::string > selectionOrder_
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
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
MonitorElement * book1D(const char *name, const char *title, int nchX, double lowX, double highX)
Book 1D histogram.
StringCutObjectSelector< reco::GsfElectron > * elecIso_
extra isolation criterion on electron
Base class for all types of Jets.
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
int elecMuLogged_
number of logged interesting events
virtual void scaleEnergy(double fScale)
scale energy of the jet
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
edm::InputTag elecs_
input sources for monitoring
void fill(const edm::Event &event, const edm::EventSetup &setup)
fill monitor histograms with electronId and jetCorrections
Jets made from PFObjects.
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)
StringCutObjectSelector< reco::Muon > * muonIso_
extra isolation criterion on muon
edm::InputTag vertex_
primary vertex
edm::InputTag electronId_
electronId label
std::string jetCorrector_
jetCorrector
edm::InputTag beamspot_
beamspot
std::string label_
instance label
edm::InputTag triggerTable_
trigger table
StringCutObjectSelector< reco::Muon > * muonSelect_
extra selection on muons
auto deltaR(const T1 &t1, const T2 &t2) -> decltype(t1.eta())
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
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
StringCutObjectSelector< reco::BeamSpot > * beamspotSelect_
string cut selector
TopDiLeptonOfflineDQM(const edm::ParameterSet &cfg)
default constructor
void book(std::string directory)
book histograms in subdirectory directory
double deltaPhi(double phi1, double phi2)
EventAuxiliary const & eventAuxiliary() const
std::vector< std::string > diMuonPaths_
trigger paths for di muon channel
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 ...
double lowerEdge_
mass window upper and lower edge
Templated helper class to allow a selection on a certain object collection.
Level verbosity_
verbosity level for booking
std::map< std::string, MonitorElement * > hists_
histogram container
StringCutObjectSelector< reco::GsfElectron > * elecSelect_
extra selection on electrons
std::vector< std::string > triggerPaths_
trigger paths
DQMStore * store_
storage manager
std::vector< edm::InputTag > mets_
considers a vector of METs
std::vector< std::string > elecMuPaths_
MonitorEnsemble(const char *label, const edm::ParameterSet &cfg)
default contructor
edm::InputTag jetIDLabel_
jetID as an extra selection type
std::string objectType(const std::string &label)
MonitorElement * book2D(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
Book 2D histogram.
edm::InputTag triggerTable_
trigger table
virtual float pt() const GCC11_FINAL
transverse momentum
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
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