16 #include "TLorentzVector.h" 35 theMuonCollectionLabel_ = consumes<edm::View<reco::Muon> > (
parameters.getParameter<
edm::InputTag>(
"MuonCollection"));
36 theTrackCollectionLabel_ = consumes<reco::TrackCollection> (
parameters.getParameter<
edm::InputTag>(
"TrackCollection"));
41 doPVCheck_ =
parameters.getParameter<
bool>(
"doPrimaryVertexCheck");
43 ptBin_ =
parameters.getParameter<
int>(
"ptBin");
44 ptMin_ =
parameters.getParameter<
double>(
"ptMin");
45 ptMax_ =
parameters.getParameter<
double>(
"ptMax");
47 etaBin_ =
parameters.getParameter<
int>(
"etaBin");
48 etaMin_ =
parameters.getParameter<
double>(
"etaMin");
49 etaMax_ =
parameters.getParameter<
double>(
"etaMax");
51 phiBin_ =
parameters.getParameter<
int>(
"phiBin");
52 phiMin_ =
parameters.getParameter<
double>(
"phiMin");
53 phiMax_ =
parameters.getParameter<
double>(
"phiMax");
55 vtxBin_ =
parameters.getParameter<
int>(
"vtxBin");
56 vtxMin_ =
parameters.getParameter<
double>(
"vtxMin");
57 vtxMax_ =
parameters.getParameter<
double>(
"vtxMax");
60 theFolder =
parameters.getParameter<
string>(
"folder");
74 h_allProbes_pt = ibooker.
book1D(
"allProbes_pt",
"All Probes Pt", ptBin_, ptMin_, ptMax_);
75 h_allProbes_EB_pt = ibooker.
book1D(
"allProbes_EB_pt",
"Barrel: all Probes Pt", ptBin_, ptMin_, ptMax_);
76 h_allProbes_EE_pt = ibooker.
book1D(
"allProbes_EE_pt",
"Endcap: all Probes Pt", ptBin_, ptMin_, ptMax_);
77 h_allProbes_eta = ibooker.
book1D(
"allProbes_eta",
"All Probes Eta", etaBin_, etaMin_, etaMax_);
78 h_allProbes_hp_eta = ibooker.
book1D(
"allProbes_hp_eta",
"High Pt all Probes Eta", etaBin_, etaMin_, etaMax_);
79 h_allProbes_phi = ibooker.
book1D(
"allProbes_phi",
"All Probes Phi", phiBin_, phiMin_, phiMax_);
81 h_allProbes_ID_pt = ibooker.
book1D(
"allProbes_ID_pt",
"All ID Probes Pt", ptBin_, ptMin_, ptMax_);
82 h_allProbes_EB_ID_pt = ibooker.
book1D(
"allProbes_EB_ID_pt",
"Barrel: all ID Probes Pt", ptBin_, ptMin_, ptMax_);
83 h_allProbes_EE_ID_pt = ibooker.
book1D(
"allProbes_EE_ID_pt",
"Endcap: all ID Probes Pt", ptBin_, ptMin_, ptMax_);
84 h_allProbes_ID_nVtx = ibooker.
book1D(
"allProbes_ID_nVtx",
"All Probes (ID) nVtx", vtxBin_, vtxMin_, vtxMax_);
85 h_allProbes_EB_ID_nVtx = ibooker.
book1D(
"allProbes_EB_ID_nVtx",
"Barrel: All Probes (ID) nVtx", vtxBin_, vtxMin_, vtxMax_);
86 h_allProbes_EE_ID_nVtx = ibooker.
book1D(
"allProbes_EE_ID_nVtx",
"Endcap: All Probes (ID) nVtx", vtxBin_, vtxMin_, vtxMax_);
88 h_passProbes_ID_pt = ibooker.
book1D(
"passProbes_ID_pt",
"ID Passing Probes Pt", ptBin_ , ptMin_ , ptMax_ );
89 h_passProbes_ID_EB_pt = ibooker.
book1D(
"passProbes_ID_EB_pt",
"Barrel: ID Passing Probes Pt", ptBin_ , ptMin_ , ptMax_ );
90 h_passProbes_ID_EE_pt = ibooker.
book1D(
"passProbes_ID_EE_pt",
"Endcap: ID Passing Probes Pt", ptBin_ , ptMin_ , ptMax_ );
91 h_passProbes_ID_eta = ibooker.
book1D(
"passProbes_ID_eta",
"ID Passing Probes #eta", etaBin_, etaMin_, etaMax_);
92 h_passProbes_ID_hp_eta = ibooker.
book1D(
"passProbes_ID_hp_eta",
"High Pt ID Passing Probes #eta", etaBin_, etaMin_, etaMax_);
93 h_passProbes_ID_phi = ibooker.
book1D(
"passProbes_ID_phi",
"ID Passing Probes #phi", phiBin_, phiMin_, phiMax_);
95 h_passProbes_detIsoID_pt = ibooker.
book1D(
"passProbes_detIsoID_pt",
"detIsoID Passing Probes Pt", ptBin_, ptMin_, ptMax_);
96 h_passProbes_EB_detIsoID_pt = ibooker.
book1D(
"passProbes_EB_detIsoID_pt",
"Barrel: detIsoID Passing Probes Pt", ptBin_, ptMin_, ptMax_);
97 h_passProbes_EE_detIsoID_pt = ibooker.
book1D(
"passProbes_EE_detIsoID_pt",
"Endcap: detIsoID Passing Probes Pt", ptBin_, ptMin_, ptMax_);
99 h_passProbes_pfIsoID_pt = ibooker.
book1D(
"passProbes_pfIsoID_pt",
"pfIsoID Passing Probes Pt", ptBin_, ptMin_, ptMax_);
100 h_passProbes_EB_pfIsoID_pt = ibooker.
book1D(
"passProbes_EB_pfIsoID_pt",
"Barrel: pfIsoID Passing Probes Pt", ptBin_, ptMin_, ptMax_);
101 h_passProbes_EE_pfIsoID_pt = ibooker.
book1D(
"passProbes_EE_pfIsoID_pt",
"Endcap: pfIsoID Passing Probes Pt", ptBin_, ptMin_, ptMax_);
103 h_passProbes_detIsoID_nVtx = ibooker.
book1D(
"passProbes_detIsoID_nVtx",
"detIsoID Passing Probes nVtx (R03)", vtxBin_, vtxMin_, vtxMax_);
104 h_passProbes_pfIsoID_nVtx = ibooker.
book1D(
"passProbes_pfIsoID_nVtx",
"pfIsoID Passing Probes nVtx (R04)", vtxBin_, vtxMin_, vtxMax_);
105 h_passProbes_EB_detIsoID_nVtx = ibooker.
book1D(
"passProbes_EB_detIsoID_nVtx",
"Barrel: detIsoID Passing Probes nVtx (R03)", vtxBin_, vtxMin_, vtxMax_);
106 h_passProbes_EE_detIsoID_nVtx = ibooker.
book1D(
"passProbes_EE_detIsoID_nVtx",
"Endcap: detIsoID Passing Probes nVtx (R03)", vtxBin_, vtxMin_, vtxMax_);
107 h_passProbes_EB_pfIsoID_nVtx = ibooker.
book1D(
"passProbes_EB_pfIsoID_nVtx",
"Barrel: pfIsoID Passing Probes nVtx (R04)", vtxBin_, vtxMin_, vtxMax_);
108 h_passProbes_EE_pfIsoID_nVtx = ibooker.
book1D(
"passProbes_EE_pfIsoID_nVtx",
"Endcap: pfIsoID Passing Probes nVtx (R04)", vtxBin_, vtxMin_, vtxMax_);
113 h_passProbes_pfIsodBID_pt = ibooker.
book1D(
"passProbes_pfIsodBID_pt",
"pfIsoID Passing Probes Pt (deltaB PU correction)", ptBin_, ptMin_, ptMax_);
114 h_passProbes_EB_pfIsodBID_pt = ibooker.
book1D(
"passProbes_EB_pfIsodBID_pt",
"Barrel: pfIsoID Passing Probes Pt (deltaB PU correction)", ptBin_, ptMin_, ptMax_);
115 h_passProbes_EE_pfIsodBID_pt = ibooker.
book1D(
"passProbes_EE_pfIsodBID_pt",
"Endcap: pfIsoID Passing Probes Pt (deltaB PU correction)", ptBin_, ptMin_, ptMax_);
116 h_passProbes_pfIsodBID_nVtx = ibooker.
book1D(
"passProbes_pfIsodBID_nVtx",
"pfIsoID Passing Probes nVtx (R04) (deltaB PU correction)", vtxBin_, vtxMin_, vtxMax_);
117 h_passProbes_EB_pfIsodBID_nVtx = ibooker.
book1D(
"passProbes_EB_pfIsodBID_nVtx",
"Barrel: pfIsoID Passing Probes nVtx (R04) (deltaB PU correction)", vtxBin_, vtxMin_, vtxMax_);
118 h_passProbes_EE_pfIsodBID_nVtx = ibooker.
book1D(
"passProbes_EE_pfIsodBID_nVtx",
"Endcap: pfIsoID Passing Probes nVtx (R04) (deltaB PU correction)", vtxBin_, vtxMin_, vtxMax_);
121 cout <<
"[EfficiencyAnalyzer] Parameters initialization DONE" <<endl;
127 LogTrace(
metname)<<
"[EfficiencyAnalyzer] Analyze the mu in different eta regions";
128 theService->update(iSetup);
133 iEvent.
getByToken(theMuonCollectionLabel_, muons);
137 iEvent.
getByToken(theTrackCollectionLabel_,tracks);
147 bool bPrimaryVertex =
true;
149 bPrimaryVertex =
false;
152 LogTrace(
metname) <<
"[EfficiencyAnalyzer] Could not find vertex collection" << std::endl;
153 bPrimaryVertex =
false;
158 int vertex_number = vertexCollection.size();
160 reco::VertexCollection::const_iterator
v = vertexCollection.begin();
161 for ( ; v != vertexCollection.end(); ++
v) {
162 double vertex_chi2 = v->normalizedChi2();
163 double vertex_ndof = v->ndof();
164 bool fakeVtx = v->isFake();
165 double vertex_Z = v->z();
168 && vertex_number >= 1
171 && fabs(vertex_Z)< 24. ) {
172 bPrimaryVertex =
true;
184 unsigned int theIndexOfThePrimaryVertex = 999.;
186 for (
unsigned int ind=0; ind<vertex->size(); ++ind) {
187 if ( (*vertex)[ind].isValid() && !((*vertex)[ind].isFake()) ) {
188 theIndexOfThePrimaryVertex = ind;
194 if (theIndexOfThePrimaryVertex<100) {
195 posVtx = ((*vertex)[theIndexOfThePrimaryVertex]).
position();
196 errVtx = ((*vertex)[theIndexOfThePrimaryVertex]).
error();
199 LogInfo(
"RecoMuonValidator") <<
"reco::PrimaryVertex not found, use BeamSpot position instead\n";
202 iEvent.
getByToken(theBeamSpotLabel_,recoBeamSpotHandle);
208 errVtx(2,2) = bs.
sigmaZ();
217 TLorentzVector Mu1, Mu2;
223 LogTrace(
metname)<<
"[EfficiencyAnalyzer] loop over first muons" << endl;
227 float combIso = (Iso_muon.
emEt + Iso_muon.
hadEt + Iso_muon.
sumPt);
230 if (!muon1->isGlobalMuon())
continue;
234 float muPt1 = recoCombinedGlbTrack1->pt();
235 Mu1.SetPxPyPzE(recoCombinedGlbTrack1->px(), recoCombinedGlbTrack1->py(),recoCombinedGlbTrack1->pz(), recoCombinedGlbTrack1->p());
245 if (muPt1 <= 15)
continue;
246 if (combIso/muPt1 > 0.1 )
continue;
249 LogTrace(
metname)<<
"[EfficiencyAnalyzer] loop over second muon" <<endl;
250 if (muon2 == muon1)
continue;
252 if (muon2->eta() < 1.479 ) isMB =
true;
253 if (muon2->eta() >= 1.479 ) isME =
true;
256 Mu2.SetPxPyPzE(muon2->px(), muon2->py(), muon2->pz(), muon2->p());
258 float Minv = (Mu1+Mu2).M();
259 if (!muon2->isTrackerMuon())
continue;
260 if ( muon2->pt() < 5 )
continue;
261 if ( (muon1->charge())*(muon2->charge()) > 0 )
continue;
262 if ( Minv < 70 || Minv > 110 )
continue;
264 h_allProbes_pt->Fill(muon2->pt());
265 h_allProbes_eta->Fill(muon2->eta());
266 h_allProbes_phi->Fill(muon2->phi());
268 if (isMB) h_allProbes_EB_pt->Fill(muon2->pt());
269 if (isME) h_allProbes_EE_pt->Fill(muon2->pt());
270 if(muon2->pt() > 20 ) h_allProbes_hp_eta->Fill(muon2->eta());
279 h_passProbes_ID_pt->Fill(muon2->pt());
280 h_passProbes_ID_eta->Fill(muon2->eta());
281 h_passProbes_ID_phi->Fill(muon2->phi());
283 if (isMB) h_passProbes_ID_EB_pt->Fill(muon2->pt());
284 if (isME) h_passProbes_ID_EE_pt->Fill(muon2->pt());
285 if( muon2->pt() > 20 ) h_passProbes_ID_hp_eta->Fill(muon2->eta());
287 h_allProbes_ID_pt->Fill(muon2->pt());
288 if (isMB) h_allProbes_EB_ID_pt->Fill(muon2->pt());
289 if (isME) h_allProbes_EE_ID_pt->Fill(muon2->pt());
292 if (bPrimaryVertex) h_allProbes_ID_nVtx->Fill(_numPV);
293 if (bPrimaryVertex && isMB) h_allProbes_EB_ID_nVtx->Fill(_numPV);
294 if (bPrimaryVertex && isME) h_allProbes_EE_ID_nVtx->Fill(_numPV);
297 float tkIso = muon2->isolationR03().sumPt;
298 float emIso = muon2->isolationR03().emEt;
299 float hadIso = muon2->isolationR03().hadEt + muon2->isolationR03().hoEt;
300 float relDetIso = (tkIso + emIso + hadIso) / (muon2->pt());
302 if (relDetIso < 0.05 ) {
303 h_passProbes_detIsoID_pt->Fill(muon2->pt());
304 if (isMB) h_passProbes_EB_detIsoID_pt->Fill(muon2->pt());
305 if (isME) h_passProbes_EE_detIsoID_pt->Fill(muon2->pt());
307 if (bPrimaryVertex) h_passProbes_detIsoID_nVtx->Fill(_numPV);
308 if (bPrimaryVertex && isMB) h_passProbes_EB_detIsoID_nVtx->Fill(_numPV);
309 if (bPrimaryVertex && isME) h_passProbes_EE_detIsoID_nVtx->Fill(_numPV);
313 float chargedIso = muon2->pfIsolationR04().sumChargedHadronPt;
314 float neutralIso = muon2->pfIsolationR04().sumNeutralHadronEt;
315 float photonIso = muon2->pfIsolationR04().sumPhotonEt;
316 float relPFIso = (chargedIso + neutralIso + photonIso) / (muon2->pt());
318 float pu = muon2->pfIsolationR04().sumPUPt;
319 float neutralphotonPUCorrected =
std::max(0.0 , (neutralIso + photonIso - 0.5*pu ) );
320 float relPFIsoPUCorrected = (chargedIso + neutralphotonPUCorrected) / (muon2->pt());
324 if (relPFIso < 0.12 ) {
325 h_passProbes_pfIsoID_pt->Fill(muon2->pt());
326 if (isMB) h_passProbes_EB_pfIsoID_pt->Fill(muon2->pt());
327 if (isME) h_passProbes_EE_pfIsoID_pt->Fill(muon2->pt());
329 if( bPrimaryVertex) h_passProbes_pfIsoID_nVtx->Fill(_numPV);
330 if (bPrimaryVertex && isMB) h_passProbes_EB_pfIsoID_nVtx->Fill(_numPV);
331 if (bPrimaryVertex && isME) h_passProbes_EE_pfIsoID_nVtx->Fill(_numPV);
335 if ( relPFIsoPUCorrected < 0.12 ) {
336 h_passProbes_pfIsodBID_pt->Fill(muon2->pt());
337 if (isMB) h_passProbes_EB_pfIsodBID_pt->Fill(muon2->pt());
338 if (isME) h_passProbes_EE_pfIsodBID_pt->Fill(muon2->pt());
340 if( bPrimaryVertex) h_passProbes_pfIsodBID_nVtx->Fill(_numPV);
341 if (bPrimaryVertex && isMB) h_passProbes_EB_pfIsodBID_nVtx->Fill(_numPV);
342 if (bPrimaryVertex && isME) h_passProbes_EE_pfIsodBID_nVtx->Fill(_numPV);
float sumPt
sum-pt of tracks
bool getByToken(EDGetToken token, Handle< PROD > &result) const
const std::string metname
math::Error< dimension >::type Error
covariance error matrix (3x3)
std::vector< Vertex > VertexCollection
collection of Vertex objects
bool isMediumMuon(const reco::Muon &)
bool isLooseMuon(const reco::Muon &)
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
MonitorElement * book1D(Args &&...args)
math::XYZPoint Point
point in the space
double BeamWidthX() const
beam width X
void setCurrentFolder(const std::string &fullpath)
T const * product() const
double sigmaZ() const
sigma z
double BeamWidthY() const
beam width Y
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
static int position[264][3]
const Point & position() const
position
virtual ~EfficiencyAnalyzer()
bool isTightMuon(const reco::Muon &, const reco::Vertex &)
EfficiencyAnalyzer(const edm::ParameterSet &pset)
void analyze(const edm::Event &event, const edm::EventSetup &eventSetup) override