16 #include "TLorentzVector.h"
35 theMuonCollectionLabel_ = consumes<reco::MuonCollection> (
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");
73 test_TightMu_Minv = ibooker.
book1D(
"test_TightMu_Minv" ,
"Minv",50,70,110);
75 h_allProbes_pt = ibooker.
book1D(
"allProbes_pt",
"All Probes Pt", ptBin_, ptMin_, ptMax_);
76 h_allProbes_EB_pt = ibooker.
book1D(
"allProbes_EB_pt",
"Barrel: all Probes Pt", ptBin_, ptMin_, ptMax_);
77 h_allProbes_EE_pt = ibooker.
book1D(
"allProbes_EE_pt",
"Endcap: all Probes Pt", ptBin_, ptMin_, ptMax_);
78 h_allProbes_eta = ibooker.
book1D(
"allProbes_eta",
"All Probes Eta", etaBin_, etaMin_, etaMax_);
79 h_allProbes_hp_eta = ibooker.
book1D(
"allProbes_hp_eta",
"High Pt all Probes Eta", etaBin_, etaMin_, etaMax_);
80 h_allProbes_phi = ibooker.
book1D(
"allProbes_phi",
"All Probes Phi", phiBin_, phiMin_, phiMax_);
82 h_allProbes_TightMu_pt = ibooker.
book1D(
"allProbes_TightMu_pt",
"All TightMu Probes Pt", ptBin_, ptMin_, ptMax_);
83 h_allProbes_EB_TightMu_pt = ibooker.
book1D(
"allProbes_EB_TightMu_pt",
"Barrel: all TightMu Probes Pt", ptBin_, ptMin_, ptMax_);
84 h_allProbes_EE_TightMu_pt = ibooker.
book1D(
"allProbes_EE_TightMu_pt",
"Endcap: all TightMu Probes Pt", ptBin_, ptMin_, ptMax_);
85 h_allProbes_TightMu_nVtx = ibooker.
book1D(
"allProbes_TightMu_nVtx",
"All Probes (TightMu) nVtx", vtxBin_, vtxMin_, vtxMax_);
86 h_allProbes_EB_TightMu_nVtx = ibooker.
book1D(
"allProbes_EB_TightMu_nVtx",
"Barrel: All Probes (TightMu) nVtx", vtxBin_, vtxMin_, vtxMax_);
87 h_allProbes_EE_TightMu_nVtx = ibooker.
book1D(
"allProbes_EE_TightMu_nVtx",
"Endcap: All Probes (TightMu) nVtx", vtxBin_, vtxMin_, vtxMax_);
89 h_passProbes_TightMu_pt = ibooker.
book1D(
"passProbes_TightMu_pt",
"TightMu Passing Probes Pt", ptBin_ , ptMin_ , ptMax_ );
90 h_passProbes_TightMu_EB_pt = ibooker.
book1D(
"passProbes_TightMu_EB_pt",
"Barrel: TightMu Passing Probes Pt", ptBin_ , ptMin_ , ptMax_ );
91 h_passProbes_TightMu_EE_pt = ibooker.
book1D(
"passProbes_TightMu_EE_pt",
"Endcap: TightMu Passing Probes Pt", ptBin_ , ptMin_ , ptMax_ );
92 h_passProbes_TightMu_eta = ibooker.
book1D(
"passProbes_TightMu_eta",
"TightMu Passing Probes #eta", etaBin_, etaMin_, etaMax_);
93 h_passProbes_TightMu_hp_eta = ibooker.
book1D(
"passProbes_TightMu_hp_eta",
"High Pt TightMu Passing Probes #eta", etaBin_, etaMin_, etaMax_);
94 h_passProbes_TightMu_phi = ibooker.
book1D(
"passProbes_TightMu_phi",
"TightMu Passing Probes #phi", phiBin_, phiMin_, phiMax_);
96 h_passProbes_detIsoTightMu_pt = ibooker.
book1D(
"passProbes_detIsoTightMu_pt",
"detIsoTightMu Passing Probes Pt", ptBin_, ptMin_, ptMax_);
97 h_passProbes_EB_detIsoTightMu_pt = ibooker.
book1D(
"passProbes_EB_detIsoTightMu_pt",
"Barrel: detIsoTightMu Passing Probes Pt", ptBin_, ptMin_, ptMax_);
98 h_passProbes_EE_detIsoTightMu_pt = ibooker.
book1D(
"passProbes_EE_detIsoTightMu_pt",
"Endcap: detIsoTightMu Passing Probes Pt", ptBin_, ptMin_, ptMax_);
100 h_passProbes_pfIsoTightMu_pt = ibooker.
book1D(
"passProbes_pfIsoTightMu_pt",
"pfIsoTightMu Passing Probes Pt", ptBin_, ptMin_, ptMax_);
101 h_passProbes_EB_pfIsoTightMu_pt = ibooker.
book1D(
"passProbes_EB_pfIsoTightMu_pt",
"Barrel: pfIsoTightMu Passing Probes Pt", ptBin_, ptMin_, ptMax_);
102 h_passProbes_EE_pfIsoTightMu_pt = ibooker.
book1D(
"passProbes_EE_pfIsoTightMu_pt",
"Endcap: pfIsoTightMu Passing Probes Pt", ptBin_, ptMin_, ptMax_);
104 h_passProbes_detIsoTightMu_nVtx = ibooker.
book1D(
"passProbes_detIsoTightMu_nVtx",
"detIsoTightMu Passing Probes nVtx (R03)", vtxBin_, vtxMin_, vtxMax_);
105 h_passProbes_pfIsoTightMu_nVtx = ibooker.
book1D(
"passProbes_pfIsoTightMu_nVtx",
"pfIsoTightMu Passing Probes nVtx (R04)", vtxBin_, vtxMin_, vtxMax_);
106 h_passProbes_EB_detIsoTightMu_nVtx = ibooker.
book1D(
"passProbes_EB_detIsoTightMu_nVtx",
"Barrel: detIsoTightMu Passing Probes nVtx (R03)", vtxBin_, vtxMin_, vtxMax_);
107 h_passProbes_EE_detIsoTightMu_nVtx = ibooker.
book1D(
"passProbes_EE_detIsoTightMu_nVtx",
"Endcap: detIsoTightMu Passing Probes nVtx (R03)", vtxBin_, vtxMin_, vtxMax_);
108 h_passProbes_EB_pfIsoTightMu_nVtx = ibooker.
book1D(
"passProbes_EB_pfIsoTightMu_nVtx",
"Barrel: pfIsoTightMu Passing Probes nVtx (R04)", vtxBin_, vtxMin_, vtxMax_);
109 h_passProbes_EE_pfIsoTightMu_nVtx = ibooker.
book1D(
"passProbes_EE_pfIsoTightMu_nVtx",
"Endcap: pfIsoTightMu Passing Probes nVtx (R04)", vtxBin_, vtxMin_, vtxMax_);
114 h_passProbes_pfIsodBTightMu_pt = ibooker.
book1D(
"passProbes_pfIsodBTightMu_pt",
"pfIsoTightMu Passing Probes Pt (deltaB PU correction)", ptBin_, ptMin_, ptMax_);
115 h_passProbes_EB_pfIsodBTightMu_pt = ibooker.
book1D(
"passProbes_EB_pfIsodBTightMu_pt",
"Barrel: pfIsoTightMu Passing Probes Pt (deltaB PU correction)", ptBin_, ptMin_, ptMax_);
116 h_passProbes_EE_pfIsodBTightMu_pt = ibooker.
book1D(
"passProbes_EE_pfIsodBTightMu_pt",
"Endcap: pfIsoTightMu Passing Probes Pt (deltaB PU correction)", ptBin_, ptMin_, ptMax_);
117 h_passProbes_pfIsodBTightMu_nVtx = ibooker.
book1D(
"passProbes_pfIsodBTightMu_nVtx",
"pfIsoTightMu Passing Probes nVtx (R04) (deltaB PU correction)", vtxBin_, vtxMin_, vtxMax_);
118 h_passProbes_EB_pfIsodBTightMu_nVtx = ibooker.
book1D(
"passProbes_EB_pfIsodBTightMu_nVtx",
"Barrel: pfIsoTightMu Passing Probes nVtx (R04) (deltaB PU correction)", vtxBin_, vtxMin_, vtxMax_);
119 h_passProbes_EE_pfIsodBTightMu_nVtx = ibooker.
book1D(
"passProbes_EE_pfIsodBTightMu_nVtx",
"Endcap: pfIsoTightMu Passing Probes nVtx (R04) (deltaB PU correction)", vtxBin_, vtxMin_, vtxMax_);
122 cout <<
"[EfficiencyAnalyzer] Parameters initialization DONE" <<endl;
128 LogTrace(
metname)<<
"[EfficiencyAnalyzer] Analyze the mu in different eta regions";
129 theService->update(iSetup);
134 iEvent.
getByToken(theMuonCollectionLabel_, muons);
138 iEvent.
getByToken(theTrackCollectionLabel_,tracks);
148 bool bPrimaryVertex =
true;
150 bPrimaryVertex =
false;
153 LogTrace(
metname) <<
"[EfficiencyAnalyzer] Could not find vertex collection" << std::endl;
154 bPrimaryVertex =
false;
159 int vertex_number = vertexCollection.size();
161 reco::VertexCollection::const_iterator
v = vertexCollection.begin();
162 for ( ; v != vertexCollection.end(); ++
v) {
163 double vertex_chi2 = v->normalizedChi2();
164 double vertex_ndof = v->ndof();
165 bool fakeVtx = v->isFake();
166 double vertex_Z = v->z();
169 && vertex_number >= 1
172 && fabs(vertex_Z)< 24. ) {
173 bPrimaryVertex =
true;
185 unsigned int theIndexOfThePrimaryVertex = 999.;
187 for (
unsigned int ind=0; ind<vertex->size(); ++ind) {
188 if ( (*vertex)[ind].isValid() && !((*vertex)[ind].isFake()) ) {
189 theIndexOfThePrimaryVertex = ind;
195 if (theIndexOfThePrimaryVertex<100) {
196 posVtx = ((*vertex)[theIndexOfThePrimaryVertex]).
position();
197 errVtx = ((*vertex)[theIndexOfThePrimaryVertex]).
error();
200 LogInfo(
"RecoMuonValidator") <<
"reco::PrimaryVertex not found, use BeamSpot position instead\n";
203 iEvent.
getByToken(theBeamSpotLabel_,recoBeamSpotHandle);
209 errVtx(2,2) = bs.
sigmaZ();
218 TLorentzVector Mu1, Mu2;
223 for (reco::MuonCollection::const_iterator recoMu1 = muons->begin(); recoMu1!=muons->end(); ++recoMu1) {
224 LogTrace(
metname)<<
"[EfficiencyAnalyzer] loop over first muons" << endl;
228 float combIso = (Iso_muon.
emEt + Iso_muon.
hadEt + Iso_muon.
sumPt);
231 if (!recoMu1->isGlobalMuon())
continue;
235 float muPt1 = recoCombinedGlbTrack1->pt();
236 Mu1.SetPxPyPzE(recoCombinedGlbTrack1->px(), recoCombinedGlbTrack1->py(),recoCombinedGlbTrack1->pz(), recoCombinedGlbTrack1->p());
245 if (muPt1 <= 15)
continue;
246 if (combIso/muPt1 > 0.1 )
continue;
248 for (reco::MuonCollection::const_iterator recoMu2 = muons->begin(); recoMu2!=muons->end(); ++recoMu2){
249 LogTrace(
metname)<<
"[EfficiencyAnalyzer] loop over second muon" <<endl;
250 if (recoMu2 == recoMu1)
continue;
252 if (recoMu2->eta() < 1.479 ) isMB =
true;
253 if (recoMu2->eta() >= 1.479 ) isME =
true;
256 Mu2.SetPxPyPzE(recoMu2->px(), recoMu2->py(), recoMu2->pz(), recoMu2->p());
258 float Minv = (Mu1+Mu2).M();
259 if (!recoMu2->isTrackerMuon())
continue;
260 if ( recoMu2->pt() < 5 )
continue;
261 if ( (recoMu1->charge())*(recoMu2->charge()) > 0 )
continue;
262 if ( Minv < 70 || Minv > 110 )
continue;
264 h_allProbes_pt->Fill(recoMu2->pt());
265 h_allProbes_eta->Fill(recoMu2->eta());
266 h_allProbes_phi->Fill(recoMu2->phi());
268 if (isMB) h_allProbes_EB_pt->Fill(recoMu2->pt());
269 if (isME) h_allProbes_EE_pt->Fill(recoMu2->pt());
270 if(recoMu2->pt() > 20 ) h_allProbes_hp_eta->Fill(recoMu2->eta());
272 test_TightMu_Minv->Fill(Minv);
280 h_passProbes_TightMu_pt->Fill(recoMu2->pt());
281 h_passProbes_TightMu_eta->Fill(recoMu2->eta());
282 h_passProbes_TightMu_phi->Fill(recoMu2->phi());
284 if (isMB) h_passProbes_TightMu_EB_pt->Fill(recoMu2->pt());
285 if (isME) h_passProbes_TightMu_EE_pt->Fill(recoMu2->pt());
286 if( recoMu2->pt() > 20 ) h_passProbes_TightMu_hp_eta->Fill(recoMu2->eta());
288 h_allProbes_TightMu_pt->Fill(recoMu2->pt());
289 if (isMB) h_allProbes_EB_TightMu_pt->Fill(recoMu2->pt());
290 if (isME) h_allProbes_EE_TightMu_pt->Fill(recoMu2->pt());
293 if (bPrimaryVertex) h_allProbes_TightMu_nVtx->Fill(_numPV);
294 if (bPrimaryVertex && isMB) h_allProbes_EB_TightMu_nVtx->Fill(_numPV);
295 if (bPrimaryVertex && isME) h_allProbes_EE_TightMu_nVtx->Fill(_numPV);
298 float tkIso = recoMu2->isolationR03().sumPt;
299 float emIso = recoMu2->isolationR03().emEt;
300 float hadIso = recoMu2->isolationR03().hadEt + recoMu2->isolationR03().hoEt;
301 float relDetIso = (tkIso + emIso + hadIso) / (recoMu2->pt());
303 if (relDetIso < 0.05 ) {
304 h_passProbes_detIsoTightMu_pt->Fill(recoMu2->pt());
305 if (isMB) h_passProbes_EB_detIsoTightMu_pt->Fill(recoMu2->pt());
306 if (isME) h_passProbes_EE_detIsoTightMu_pt->Fill(recoMu2->pt());
308 if (bPrimaryVertex) h_passProbes_detIsoTightMu_nVtx->Fill(_numPV);
309 if (bPrimaryVertex && isMB) h_passProbes_EB_detIsoTightMu_nVtx->Fill(_numPV);
310 if (bPrimaryVertex && isME) h_passProbes_EE_detIsoTightMu_nVtx->Fill(_numPV);
314 float chargedIso = recoMu2->pfIsolationR04().sumChargedHadronPt;
315 float neutralIso = recoMu2->pfIsolationR04().sumNeutralHadronEt;
316 float photonIso = recoMu2->pfIsolationR04().sumPhotonEt;
317 float relPFIso = (chargedIso + neutralIso + photonIso) / (recoMu2->pt());
319 float pu = recoMu2->pfIsolationR04().sumPUPt;
321 float neutralphotonPUCorrected =
std::max(0.0 , (neutralIso + photonIso - 0.5*pu ) );
323 float relPFIsoPUCorrected = (chargedIso + neutralphotonPUCorrected) / (recoMu2->pt());
327 if (relPFIso < 0.12 ) {
328 h_passProbes_pfIsoTightMu_pt->Fill(recoMu2->pt());
329 if (isMB) h_passProbes_EB_pfIsoTightMu_pt->Fill(recoMu2->pt());
330 if (isME) h_passProbes_EE_pfIsoTightMu_pt->Fill(recoMu2->pt());
332 if( bPrimaryVertex) h_passProbes_pfIsoTightMu_nVtx->Fill(_numPV);
333 if (bPrimaryVertex && isMB) h_passProbes_EB_pfIsoTightMu_nVtx->Fill(_numPV);
334 if (bPrimaryVertex && isME) h_passProbes_EE_pfIsoTightMu_nVtx->Fill(_numPV);
341 if ( relPFIsoPUCorrected < 0.12 ) {
343 h_passProbes_pfIsodBTightMu_pt->Fill(recoMu2->pt());
344 if (isMB) h_passProbes_EB_pfIsodBTightMu_pt->Fill(recoMu2->pt());
345 if (isME) h_passProbes_EE_pfIsodBTightMu_pt->Fill(recoMu2->pt());
347 if( bPrimaryVertex) h_passProbes_pfIsodBTightMu_nVtx->Fill(_numPV);
348 if (bPrimaryVertex && isMB) h_passProbes_EB_pfIsodBTightMu_nVtx->Fill(_numPV);
349 if (bPrimaryVertex && isME) h_passProbes_EE_pfIsodBTightMu_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
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 analyze(const edm::Event &event, const edm::EventSetup &eventSetup)
void setCurrentFolder(const std::string &fullpath)
double sigmaZ() const
sigma z
double BeamWidthY() const
beam width Y
T const * product() const
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)