CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
MuonRecoAnalyzer Class Reference

#include <MuonRecoAnalyzer.h>

Inheritance diagram for MuonRecoAnalyzer:
DQMEDAnalyzer edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > edm::stream::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &)
 Inizialize parameters for histo binning. More...
 
void bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
 
void GetRes (reco::TrackRef t1, reco::TrackRef t2, std::string par, float &res, float &pull)
 
 MuonRecoAnalyzer (const edm::ParameterSet &)
 Constructor. More...
 
virtual ~MuonRecoAnalyzer ()
 Destructor. More...
 
- Public Member Functions inherited from DQMEDAnalyzer
virtual void beginRun (edm::Run const &, edm::EventSetup const &) final
 
virtual void beginStream (edm::StreamID id) final
 
virtual void dqmBeginRun (edm::Run const &, edm::EventSetup const &)
 
 DQMEDAnalyzer (void)
 
virtual void endLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
virtual void endRunSummary (edm::Run const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
uint32_t streamId () const
 
- Public Member Functions inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::stream::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Attributes

int chi2Bin
 
double chi2Max
 
double chi2Min
 
std::vector< MonitorElement * > chi2OvDFGlbTrack
 
MonitorElementchi2OvDFStaTrack
 
MonitorElementchi2OvDFTrack
 
int etaBin
 
std::vector< MonitorElement * > etaEfficiency
 
std::vector< MonitorElement * > etaGlbTrack
 
double etaMax
 
double etaMin
 
MonitorElementetaPull
 
std::vector< MonitorElement * > etaResolution
 
MonitorElementetaStaTrack
 
MonitorElementetaTrack
 
std::string metname
 
MonitorElementmuReco
 
std::vector< MonitorElement * > muVStkSytemRotation
 
MonitorElementoneOverpPull
 
std::vector< MonitorElement * > oneOverpResolution
 
MonitorElementoneOverptPull
 
std::vector< MonitorElement * > oneOverptResolution
 
edm::ParameterSet parameters
 
int pBin
 
std::vector< MonitorElement * > pGlbTrack
 
int phiBin
 
std::vector< MonitorElement * > phiEfficiency
 
std::vector< MonitorElement * > phiGlbTrack
 
double phiMax
 
double phiMin
 
MonitorElementphiPull
 
std::vector< MonitorElement * > phiResolution
 
MonitorElementphiStaTrack
 
MonitorElementphiTrack
 
std::vector< MonitorElement * > phiVsetaGlbTrack
 
double pMax
 
double pMin
 
int pResBin
 
double pResMax
 
double pResMin
 
std::vector< MonitorElement * > probchi2GlbTrack
 
MonitorElementprobchi2StaTrack
 
MonitorElementprobchi2Track
 
MonitorElementpStaTrack
 
int ptBin
 
std::vector< MonitorElement * > ptGlbTrack
 
double ptMax
 
double ptMin
 
MonitorElementpTrack
 
MonitorElementptStaTrack
 
MonitorElementptTrack
 
std::vector< MonitorElement * > qGlbTrack
 
MonitorElementqOverpPull
 
std::vector< MonitorElement * > qOverpResolution
 
MonitorElementqOverptPull
 
std::vector< MonitorElement * > qOverptResolution
 
MonitorElementqStaTrack
 
MonitorElementqTrack
 
std::vector< MonitorElement * > rhAnalysis
 
int rhBin
 
double rhMax
 
double rhMin
 
edm::EDGetTokenT
< reco::MuonCollection
theMuonCollectionLabel_
 
MuonServiceProxytheService
 
int thetaBin
 
std::vector< MonitorElement * > thetaGlbTrack
 
double thetaMax
 
double thetaMin
 
MonitorElementthetaPull
 
std::vector< MonitorElement * > thetaResolution
 
MonitorElementthetaStaTrack
 
MonitorElementthetaTrack
 
int tunePBin
 
double tunePMax
 
double tunePMin
 
MonitorElementtunePResolution
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
typedef CacheContexts< T...> CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T...> HasAbility
 
typedef
CacheTypes::LuminosityBlockCache 
LuminosityBlockCache
 
typedef
LuminosityBlockContextT
< LuminosityBlockCache,
RunCache, GlobalCache
LuminosityBlockContext
 
typedef
CacheTypes::LuminosityBlockSummaryCache 
LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache,
GlobalCache
RunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from DQMEDAnalyzer
static std::shared_ptr
< dqmDetails::NoCache
globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *)
 
static std::shared_ptr
< dqmDetails::NoCache
globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *)
 
static void globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *)
 
static void globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *)
 
- Static Public Member Functions inherited from edm::stream::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 29 of file MuonRecoAnalyzer.h.

Constructor & Destructor Documentation

MuonRecoAnalyzer::MuonRecoAnalyzer ( const edm::ParameterSet pSet)

Constructor.

Definition at line 20 of file MuonRecoAnalyzer.cc.

References HLT_25ns14e33_v1_cff::etaMax, HLT_25ns14e33_v1_cff::etaMin, MuonServiceProxy_cff::MuonServiceProxy, Parameters::parameters, HLT_25ns14e33_v1_cff::pMin, and PtMinSelector_cfg::ptMin.

20  {
21  parameters = pSet;
22 
23  // the services:
24  theService = new MuonServiceProxy(parameters.getParameter<ParameterSet>("ServiceParameters"));
25 
26  theMuonCollectionLabel_ = consumes<reco::MuonCollection>(parameters.getParameter<InputTag>("MuonCollection"));
27 
28  ptBin = parameters.getParameter<int>("ptBin");
29  ptMin = parameters.getParameter<double>("ptMin");
30  ptMax = parameters.getParameter<double>("ptMax");
31  pResBin = parameters.getParameter<int>("pResBin");
32  pResMin = parameters.getParameter<double>("pResMin");
33  pResMax = parameters.getParameter<double>("pResMax");
34  rhBin=parameters.getParameter<int>("rhBin");
35  rhMin=parameters.getParameter<double>("rhMin");
36  rhMax=parameters.getParameter<double>("rhMax");
37  pBin = parameters.getParameter<int>("pBin");
38  pMin = parameters.getParameter<double>("pMin");
39  pMax = parameters.getParameter<double>("pMax");
40  chi2Bin = parameters.getParameter<int>("chi2Bin");
41  chi2Min = parameters.getParameter<double>("chi2Min");
42  chi2Max = parameters.getParameter<double>("chi2Max");
43  phiBin = parameters.getParameter<int>("phiBin");
44  phiMin = parameters.getParameter<double>("phiMin");
45  phiMax = parameters.getParameter<double>("phiMax");
46  tunePBin= parameters.getParameter<int>("tunePBin");
47  tunePMax= parameters.getParameter<double>("tunePMax");
48  tunePMin= parameters.getParameter<double>("tunePMin");
49  thetaBin = parameters.getParameter<int>("thetaBin");
50  thetaMin = parameters.getParameter<double>("thetaMin");
51  thetaMax = parameters.getParameter<double>("thetaMax");
52  etaBin = parameters.getParameter<int>("etaBin");
53  etaMin = parameters.getParameter<double>("etaMin");
54  etaMax = parameters.getParameter<double>("etaMax");
55 }
T getParameter(std::string const &) const
MuonServiceProxy * theService
edm::ParameterSet parameters
edm::EDGetTokenT< reco::MuonCollection > theMuonCollectionLabel_
MuonRecoAnalyzer::~MuonRecoAnalyzer ( )
virtual

Destructor.

Definition at line 58 of file MuonRecoAnalyzer.cc.

58  {
59  delete theService;
60 }
MuonServiceProxy * theService

Member Function Documentation

void MuonRecoAnalyzer::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
virtual

Inizialize parameters for histo binning.

Implements edm::stream::EDAnalyzerBase.

Definition at line 331 of file MuonRecoAnalyzer.cc.

References HcalObjRepresent::Fill(), edm::Event::getByToken(), edm::HandleBase::isValid(), LogTrace, metname, DetId::Muon, patZpeak::muons, and DetId::Tracker.

331  {
332  LogTrace(metname)<<"[MuonRecoAnalyzer] Analyze the mu";
333  theService->update(iSetup);
334 
335  // Take the muon container
337  iEvent.getByToken(theMuonCollectionLabel_,muons);
338 
339 
340  float res=0, pull=0;
341  if(!muons.isValid()) return;
342 
343  for (reco::MuonCollection::const_iterator recoMu = muons->begin(); recoMu!=muons->end(); ++recoMu){
344 
345  if(recoMu->isGlobalMuon()) {
346 
347  LogTrace(metname)<<"[MuonRecoAnalyzer] The mu is global - filling the histos";
348  if(recoMu->isTrackerMuon() && recoMu->isStandAloneMuon())
349  muReco->Fill(1);
350  if(!(recoMu->isTrackerMuon()) && recoMu->isStandAloneMuon())
351  muReco->Fill(2);
352  if(!recoMu->isStandAloneMuon())
353  LogTrace(metname)<<"[MuonRecoAnalyzer] ERROR: the mu is global but not standalone!";
354 
355  // get the track combinig the information from both the Tracker and the Spectrometer
356  reco::TrackRef recoCombinedGlbTrack = recoMu->combinedMuon();
357  // get the track using only the tracker data
358  reco::TrackRef recoTkGlbTrack = recoMu->track();
359  // get the track using only the mu spectrometer data
360  reco::TrackRef recoStaGlbTrack = recoMu->standAloneMuon();
361 
362 
363  etaGlbTrack[0]->Fill(recoCombinedGlbTrack->eta());
364  etaGlbTrack[1]->Fill(recoTkGlbTrack->eta());
365  etaGlbTrack[2]->Fill(recoStaGlbTrack->eta());
366 
367  phiVsetaGlbTrack[0]->Fill(recoCombinedGlbTrack->eta(), recoCombinedGlbTrack->phi());
368  phiVsetaGlbTrack[1]->Fill(recoTkGlbTrack->eta() , recoTkGlbTrack->phi());
369  phiVsetaGlbTrack[2]->Fill(recoStaGlbTrack->eta() , recoStaGlbTrack->phi());
370 
371  GetRes(recoTkGlbTrack, recoCombinedGlbTrack, "eta", res, pull);
372  etaResolution[0]->Fill(res);
373  GetRes(recoCombinedGlbTrack, recoStaGlbTrack, "eta", res, pull);
374  etaResolution[1]->Fill(res);
375  GetRes(recoTkGlbTrack, recoStaGlbTrack, "eta", res, pull);
376  etaResolution[2]->Fill(res);
377  etaPull->Fill(pull);
378 
379  etaResolution[3]->Fill(recoCombinedGlbTrack->eta(), recoTkGlbTrack->eta()-recoCombinedGlbTrack->eta());
380  etaResolution[4]->Fill(recoCombinedGlbTrack->eta(), -recoStaGlbTrack->eta()+recoCombinedGlbTrack->eta());
381  etaResolution[5]->Fill(recoCombinedGlbTrack->eta(), recoTkGlbTrack->eta()-recoStaGlbTrack->eta());
382 
383 
384  thetaGlbTrack[0]->Fill(recoCombinedGlbTrack->theta());
385  thetaGlbTrack[1]->Fill(recoTkGlbTrack->theta());
386  thetaGlbTrack[2]->Fill(recoStaGlbTrack->theta());
387  GetRes(recoTkGlbTrack, recoCombinedGlbTrack, "theta", res, pull);
388  thetaResolution[0]->Fill(res);
389 
390  GetRes(recoCombinedGlbTrack, recoStaGlbTrack, "theta", res, pull);
391  thetaResolution[1]->Fill(res);
392 
393  GetRes(recoTkGlbTrack, recoStaGlbTrack, "theta", res, pull);
394  thetaResolution[2]->Fill(res);
395  thetaPull->Fill(pull);
396 
397  thetaResolution[3]->Fill(recoCombinedGlbTrack->theta(), recoTkGlbTrack->theta()-recoCombinedGlbTrack->theta());
398  thetaResolution[4]->Fill(recoCombinedGlbTrack->theta(), -recoStaGlbTrack->theta()+recoCombinedGlbTrack->theta());
399  thetaResolution[5]->Fill(recoCombinedGlbTrack->theta(), recoTkGlbTrack->theta()-recoStaGlbTrack->theta());
400 
401 
402 
403  phiGlbTrack[0]->Fill(recoCombinedGlbTrack->phi());
404  phiGlbTrack[1]->Fill(recoTkGlbTrack->phi());
405  phiGlbTrack[2]->Fill(recoStaGlbTrack->phi());
406  GetRes(recoTkGlbTrack, recoCombinedGlbTrack, "phi", res, pull);
407  phiResolution[0]->Fill(res);
408  GetRes(recoCombinedGlbTrack, recoStaGlbTrack, "phi", res, pull);
409  phiResolution[1]->Fill(res);
410  GetRes(recoTkGlbTrack, recoStaGlbTrack, "phi", res, pull);
411  phiResolution[2]->Fill(res);
412  phiPull->Fill(pull);
413  phiResolution[3]->Fill(recoCombinedGlbTrack->phi(), recoTkGlbTrack->phi()-recoCombinedGlbTrack->phi());
414  phiResolution[4]->Fill(recoCombinedGlbTrack->phi(), -recoStaGlbTrack->phi()+recoCombinedGlbTrack->phi());
415  phiResolution[5]->Fill(recoCombinedGlbTrack->phi(), recoTkGlbTrack->phi()-recoStaGlbTrack->phi());
416 
417  chi2OvDFGlbTrack[0]->Fill(recoCombinedGlbTrack->normalizedChi2());
418  chi2OvDFGlbTrack[1]->Fill(recoTkGlbTrack->normalizedChi2());
419  chi2OvDFGlbTrack[2]->Fill(recoStaGlbTrack->normalizedChi2());
420  //-------------------------
421  // double probchi = TMath::Prob(recoCombinedGlbTrack->normalizedChi2(),recoCombinedGlbTrack->ndof());
422  // cout << "rellenando histos."<<endl;
423  probchi2GlbTrack[0]->Fill(TMath::Prob(recoCombinedGlbTrack->chi2(),recoCombinedGlbTrack->ndof()));
424  probchi2GlbTrack[1]->Fill(TMath::Prob(recoTkGlbTrack->chi2(),recoTkGlbTrack->ndof()));
425  probchi2GlbTrack[2]->Fill(TMath::Prob(recoStaGlbTrack->chi2(),recoStaGlbTrack->ndof()));
426  // cout << "rellenados histos."<<endl;
427  //-------------------------
428 
429  pGlbTrack[0]->Fill(recoCombinedGlbTrack->p());
430  pGlbTrack[1]->Fill(recoTkGlbTrack->p());
431  pGlbTrack[2]->Fill(recoStaGlbTrack->p());
432 
433  ptGlbTrack[0]->Fill(recoCombinedGlbTrack->pt());
434  ptGlbTrack[1]->Fill(recoTkGlbTrack->pt());
435  ptGlbTrack[2]->Fill(recoStaGlbTrack->pt());
436 
437  qGlbTrack[0]->Fill(recoCombinedGlbTrack->charge());
438  qGlbTrack[1]->Fill(recoTkGlbTrack->charge());
439  qGlbTrack[2]->Fill(recoStaGlbTrack->charge());
440  if(recoCombinedGlbTrack->charge()==recoStaGlbTrack->charge()) qGlbTrack[3]->Fill(1);
441  else qGlbTrack[3]->Fill(2);
442  if(recoCombinedGlbTrack->charge()==recoTkGlbTrack->charge()) qGlbTrack[3]->Fill(3);
443  else qGlbTrack[3]->Fill(4);
444  if(recoStaGlbTrack->charge()==recoTkGlbTrack->charge()) qGlbTrack[3]->Fill(5);
445  else qGlbTrack[3]->Fill(6);
446  if(recoCombinedGlbTrack->charge()!=recoStaGlbTrack->charge() && recoCombinedGlbTrack->charge()!=recoTkGlbTrack->charge()) qGlbTrack[3]->Fill(7);
447  if(recoCombinedGlbTrack->charge()==recoStaGlbTrack->charge() && recoCombinedGlbTrack->charge()==recoTkGlbTrack->charge()) qGlbTrack[3]->Fill(8);
448 
449  GetRes(recoTkGlbTrack, recoCombinedGlbTrack, "qOverp", res, pull);
450  qOverpResolution[0]->Fill(res);
451  GetRes(recoCombinedGlbTrack, recoStaGlbTrack, "qOverp", res, pull);
452  qOverpResolution[1]->Fill(res);
453  GetRes(recoTkGlbTrack, recoStaGlbTrack, "qOverp", res, pull);
454  qOverpResolution[2]->Fill(res);
455  qOverpPull->Fill(pull);
456 
457 
458  GetRes(recoTkGlbTrack, recoCombinedGlbTrack, "oneOverp", res, pull);
459  oneOverpResolution[0]->Fill(res);
460  GetRes(recoCombinedGlbTrack, recoStaGlbTrack, "oneOverp", res, pull);
461  oneOverpResolution[1]->Fill(res);
462  GetRes(recoTkGlbTrack, recoStaGlbTrack, "oneOverp", res, pull);
463  oneOverpResolution[2]->Fill(res);
464  oneOverpPull->Fill(pull);
465 
466 
467  GetRes(recoTkGlbTrack, recoCombinedGlbTrack, "qOverpt", res, pull);
468  qOverptResolution[0]->Fill(res);
469  GetRes(recoCombinedGlbTrack, recoStaGlbTrack, "qOverpt", res, pull);
470  qOverptResolution[1]->Fill(res);
471  GetRes(recoTkGlbTrack, recoStaGlbTrack, "qOverpt", res, pull);
472  qOverptResolution[2]->Fill(res);
473  qOverptPull->Fill(pull);
474 
475  GetRes(recoTkGlbTrack, recoCombinedGlbTrack, "oneOverpt", res, pull);
476  oneOverptResolution[0]->Fill(res);
477  GetRes(recoCombinedGlbTrack, recoStaGlbTrack, "oneOverpt", res, pull);
478  oneOverptResolution[1]->Fill(res);
479  GetRes(recoTkGlbTrack, recoStaGlbTrack, "oneOverpt", res, pull);
480  oneOverptResolution[2]->Fill(res);
481  oneOverptPull->Fill(pull);
482 
483 
484  //--- Test new tunePMuonBestTrack() method from Muon.h
485 
486  reco::TrackRef recoBestTrack = recoMu->muonBestTrack();
487 
488  reco::TrackRef recoTunePBestTrack = recoMu->tunePMuonBestTrack();
489 
490  double bestTrackPt = recoBestTrack->pt();
491 
492  double tunePBestTrackPt = recoTunePBestTrack->pt();
493 
494  double tunePBestTrackRes = (bestTrackPt - tunePBestTrackPt) / bestTrackPt;
495 
496  tunePResolution->Fill(tunePBestTrackRes);
497 
498 
499  oneOverptResolution[3]->Fill(recoCombinedGlbTrack->eta(),(1/recoTkGlbTrack->pt())-(1/recoCombinedGlbTrack->pt()));
500  oneOverptResolution[4]->Fill(recoCombinedGlbTrack->eta(),-(1/recoStaGlbTrack->pt())+(1/recoCombinedGlbTrack->pt()));
501  oneOverptResolution[5]->Fill(recoCombinedGlbTrack->eta(),(1/recoTkGlbTrack->pt())-(1/recoStaGlbTrack->pt()));
502  oneOverptResolution[6]->Fill(recoCombinedGlbTrack->phi(),(1/recoTkGlbTrack->pt())-(1/recoCombinedGlbTrack->pt()));
503  oneOverptResolution[7]->Fill(recoCombinedGlbTrack->phi(),-(1/recoStaGlbTrack->pt())+(1/recoCombinedGlbTrack->pt()));
504  oneOverptResolution[8]->Fill(recoCombinedGlbTrack->phi(),(1/recoTkGlbTrack->pt())-(1/recoStaGlbTrack->pt()));
505  oneOverptResolution[9]->Fill(recoCombinedGlbTrack->pt(),(1/recoTkGlbTrack->pt())-(1/recoCombinedGlbTrack->pt()));
506  oneOverptResolution[10]->Fill(recoCombinedGlbTrack->pt(),-(1/recoStaGlbTrack->pt())+(1/recoCombinedGlbTrack->pt()));
507  oneOverptResolution[11]->Fill(recoCombinedGlbTrack->pt(),(1/recoTkGlbTrack->pt())-(1/recoStaGlbTrack->pt()));
508 
509  // valid hits Glb track
510  double rhGlb = recoCombinedGlbTrack->found();
511  // valid hits Glb track from Tracker
512  double rhGlb_StaProvenance=0;
513  // valid hits Glb track from Sta system
514  double rhGlb_TkProvenance=0;
515  for (trackingRecHit_iterator recHit = recoCombinedGlbTrack->recHitsBegin();
516  recHit!=recoCombinedGlbTrack->recHitsEnd(); ++recHit){
517  if((*recHit)->isValid()){
518  DetId id = (*recHit)->geographicalId();
519  if (id.det() == DetId::Muon)
520  rhGlb_StaProvenance++;
521  if (id.det() == DetId::Tracker)
522  rhGlb_TkProvenance++;
523  }
524  }
525  // valid hits Sta track associated to Glb track
526  double rhStaGlb = recoStaGlbTrack->recHitsSize();
527  // valid hits Traker track associated to Glb track
528  double rhTkGlb = recoTkGlbTrack->found();
529  // invalid hits Traker track associated to Glb track
530  double rhTkGlb_notValid = recoTkGlbTrack->lost();
531 
532  // fill the histos
533  rhAnalysis[0]->Fill(rhGlb_StaProvenance/rhGlb);
534  rhAnalysis[1]->Fill(rhGlb_TkProvenance/rhGlb);
535  rhAnalysis[2]->Fill(rhGlb_StaProvenance/rhStaGlb);
536  rhAnalysis[3]->Fill(rhGlb_TkProvenance/rhTkGlb);
537  rhAnalysis[4]->Fill(rhGlb/(rhStaGlb+rhTkGlb));
538  rhAnalysis[5]->Fill(rhTkGlb_notValid/rhGlb);
539 
540  // aligment plots (mu system w.r.t. tracker rotation)
541  if(recoCombinedGlbTrack->charge()>0)
542  muVStkSytemRotation[0]->Fill(recoCombinedGlbTrack->pt(),recoTkGlbTrack->pt()/recoCombinedGlbTrack->pt());
543  else
544  muVStkSytemRotation[1]->Fill(recoCombinedGlbTrack->pt(),recoTkGlbTrack->pt()/recoCombinedGlbTrack->pt());
545 
546  }
547 
548 
549  if(recoMu->isTrackerMuon() && !(recoMu->isGlobalMuon())) {
550  LogTrace(metname)<<"[MuonRecoAnalyzer] The mu is tracker only - filling the histos";
551  if(recoMu->isStandAloneMuon())
552  muReco->Fill(3);
553  if(!(recoMu->isStandAloneMuon()))
554  muReco->Fill(4);
555 
556  // get the track using only the tracker data
557  reco::TrackRef recoTrack = recoMu->track();
558 
559  etaTrack->Fill(recoTrack->eta());
560  thetaTrack->Fill(recoTrack->theta());
561  phiTrack->Fill(recoTrack->phi());
562  chi2OvDFTrack->Fill(recoTrack->normalizedChi2());
563  probchi2Track->Fill(TMath::Prob(recoTrack->chi2(),recoTrack->ndof()));
564  pTrack->Fill(recoTrack->p());
565  ptTrack->Fill(recoTrack->pt());
566  qTrack->Fill(recoTrack->charge());
567 
568  }
569 
570  if(recoMu->isStandAloneMuon() && !(recoMu->isGlobalMuon())) {
571  LogTrace(metname)<<"[MuonRecoAnalyzer] The mu is STA only - filling the histos";
572  if(!(recoMu->isTrackerMuon()))
573  muReco->Fill(5);
574 
575  // get the track using only the mu spectrometer data
576  reco::TrackRef recoStaTrack = recoMu->standAloneMuon();
577 
578  etaStaTrack->Fill(recoStaTrack->eta());
579  thetaStaTrack->Fill(recoStaTrack->theta());
580  phiStaTrack->Fill(recoStaTrack->phi());
581  chi2OvDFStaTrack->Fill(recoStaTrack->normalizedChi2());
582  probchi2StaTrack->Fill(TMath::Prob(recoStaTrack->chi2(),recoStaTrack->ndof()));
583  pStaTrack->Fill(recoStaTrack->p());
584  ptStaTrack->Fill(recoStaTrack->pt());
585  qStaTrack->Fill(recoStaTrack->charge());
586 
587  }
588 
589  if(recoMu->isCaloMuon() && !(recoMu->isGlobalMuon()) && !(recoMu->isTrackerMuon()) && !(recoMu->isStandAloneMuon()))
590  muReco->Fill(6);
591 
592  //efficiency plots
593 
594  // get the track using only the mu spectrometer data
595  reco::TrackRef recoStaGlbTrack = recoMu->standAloneMuon();
596 
597  if(recoMu->isStandAloneMuon()){
598  etaEfficiency[0]->Fill(recoStaGlbTrack->eta());
599  phiEfficiency[0]->Fill(recoStaGlbTrack->phi());
600  }
601  if(recoMu->isStandAloneMuon() && recoMu->isGlobalMuon()){
602  etaEfficiency[1]->Fill(recoStaGlbTrack->eta());
603  phiEfficiency[1]->Fill(recoStaGlbTrack->phi());
604  }
605  }
606 
607 
608 
609 }
MonitorElement * muReco
std::vector< MonitorElement * > oneOverpResolution
MonitorElement * qOverptPull
std::vector< MonitorElement * > ptGlbTrack
std::vector< MonitorElement * > chi2OvDFGlbTrack
std::vector< MonitorElement * > phiVsetaGlbTrack
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:464
MonitorElement * etaStaTrack
std::vector< MonitorElement * > phiGlbTrack
MonitorElement * chi2OvDFStaTrack
MuonServiceProxy * theService
MonitorElement * phiStaTrack
MonitorElement * qOverpPull
std::vector< MonitorElement * > phiEfficiency
void Fill(long long x)
MonitorElement * etaTrack
MonitorElement * chi2OvDFTrack
std::vector< MonitorElement * > qOverptResolution
std::vector< MonitorElement * > etaGlbTrack
std::vector< MonitorElement * > pGlbTrack
std::vector< MonitorElement * > qOverpResolution
void Fill(HcalDetId &id, double val, std::vector< TH2F > &depth)
MonitorElement * oneOverpPull
std::string metname
std::vector< MonitorElement * > qGlbTrack
MonitorElement * pTrack
std::vector< MonitorElement * > probchi2GlbTrack
std::vector< MonitorElement * > etaResolution
MonitorElement * oneOverptPull
MonitorElement * tunePResolution
bool isValid() const
Definition: HandleBase.h:75
std::vector< MonitorElement * > etaEfficiency
#define LogTrace(id)
void GetRes(reco::TrackRef t1, reco::TrackRef t2, std::string par, float &res, float &pull)
MonitorElement * thetaStaTrack
Definition: DetId.h:18
std::vector< MonitorElement * > phiResolution
std::vector< MonitorElement * > thetaGlbTrack
MonitorElement * phiPull
MonitorElement * phiTrack
std::vector< MonitorElement * > oneOverptResolution
MonitorElement * probchi2Track
std::vector< MonitorElement * > muVStkSytemRotation
MonitorElement * ptTrack
tuple muons
Definition: patZpeak.py:38
MonitorElement * probchi2StaTrack
MonitorElement * ptStaTrack
std::vector< MonitorElement * > rhAnalysis
MonitorElement * etaPull
MonitorElement * pStaTrack
MonitorElement * thetaTrack
std::vector< MonitorElement * > thetaResolution
MonitorElement * qTrack
MonitorElement * thetaPull
TrackingRecHitCollection::base::const_iterator trackingRecHit_iterator
iterator over a vector of reference to TrackingRecHit in the same collection
edm::EDGetTokenT< reco::MuonCollection > theMuonCollectionLabel_
MonitorElement * qStaTrack
void MuonRecoAnalyzer::bookHistograms ( DQMStore::IBooker ibooker,
edm::Run const &  ,
edm::EventSetup const &   
)
overridevirtual

Implements DQMEDAnalyzer.

Definition at line 61 of file MuonRecoAnalyzer.cc.

References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), DQMStore::IBooker::cd(), HLT_25ns14e33_v1_cff::etaMax, HLT_25ns14e33_v1_cff::etaMin, HLT_25ns14e33_v1_cff::pMin, PtMinSelector_cfg::ptMin, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.

63  {
64 
65  ibooker.cd();
66  ibooker.setCurrentFolder("Muons/MuonRecoAnalyzer");
67 
68  muReco = ibooker.book1D("muReco", "muon reconstructed tracks", 6, 1, 7);
69  muReco->setBinLabel(1,"glb+tk+sta");
70  muReco->setBinLabel(2,"glb+sta");
71  muReco->setBinLabel(3,"tk+sta");
72  muReco->setBinLabel(4,"tk");
73  muReco->setBinLabel(5,"sta");
74  muReco->setBinLabel(6,"calo");
75 
76  int binFactor = 4;
77 
79  // monitoring of eta parameter
81  std::string histname = "GlbMuon_";
82  etaGlbTrack .push_back(ibooker.book1D(histname+"Glb_eta", "#eta_{GLB}", etaBin, etaMin, etaMax));
83  etaGlbTrack .push_back(ibooker.book1D(histname+"Tk_eta", "#eta_{TKfromGLB}", etaBin, etaMin, etaMax));
84  etaGlbTrack .push_back(ibooker.book1D(histname+"Sta_eta", "#eta_{STAfromGLB}", etaBin, etaMin, etaMax));
85  etaResolution.push_back(ibooker.book1D("Res_TkGlb_eta", "#eta_{TKfromGLB} - #eta_{GLB}", etaBin*binFactor, etaMin/3000, etaMax/3000));
86  etaResolution.push_back(ibooker.book1D("Res_GlbSta_eta", "#eta_{GLB} - #eta_{STAfromGLB}", etaBin*binFactor, etaMin/100, etaMax/100));
87  etaResolution.push_back(ibooker.book1D("Res_TkSta_eta", "#eta_{TKfromGLB} - #eta_{STAfromGLB}", etaBin*binFactor, etaMin/100, etaMax/100));
88  etaResolution.push_back(ibooker.book2D("ResVsEta_TkGlb_eta", "(#eta_{TKfromGLB} - #eta_{GLB}) vs #eta_{GLB}", etaBin, etaMin, etaMax, etaBin*binFactor, etaMin/3000, etaMax/3000));
89  etaResolution.push_back(ibooker.book2D("ResVsEta_GlbSta_eta", "(#eta_{GLB} - #eta_{STAfromGLB}) vs #eta_{GLB}", etaBin, etaMin, etaMax, etaBin*binFactor, etaMin/100, etaMax/100));
90  etaResolution.push_back(ibooker.book2D("ResVsEta_TkSta_eta", "(#eta_{TKfromGLB} - #eta_{STAfromGLB}) vs #eta_{TKfromGLB}", etaBin, etaMin, etaMax, etaBin*binFactor, etaMin/100, etaMax/100));
91  etaPull = ibooker.book1D("Pull_TkSta_eta", "#eta_{TKfromGLB} - #eta_{GLB} / error", 100, -10, 10);
92  etaTrack = ibooker.book1D("TkMuon_eta", "#eta_{TK}", etaBin, etaMin, etaMax);
93  etaStaTrack = ibooker.book1D("StaMuon_eta", "#eta_{STA}", etaBin, etaMin, etaMax);
94  etaEfficiency.push_back(ibooker.book1D("StaEta", "#eta_{STAfromGLB}", etaBin, etaMin, etaMax));
95  etaEfficiency.push_back(ibooker.book1D("StaEta_ifCombinedAlso", "#eta_{STAfromGLB} if isGlb=true", etaBin, etaMin, etaMax));
96 
98  // monitoring of theta parameter
100  thetaGlbTrack.push_back(ibooker.book1D(histname+"Glb_theta", "#theta_{GLB}", thetaBin, thetaMin, thetaMax)); thetaGlbTrack[0]->setAxisTitle("rad");
101  thetaGlbTrack.push_back(ibooker.book1D(histname+"Tk_theta", "#theta_{TKfromGLB}", thetaBin, thetaMin, thetaMax)); thetaGlbTrack[1]->setAxisTitle("rad");
102  thetaGlbTrack.push_back(ibooker.book1D(histname+"Sta_theta", "#theta_{STAfromGLB}", thetaBin, thetaMin, thetaMax)); thetaGlbTrack[2]->setAxisTitle("rad");
103  thetaResolution.push_back(ibooker.book1D("Res_TkGlb_theta", "#theta_{TKfromGLB} - #theta_{GLB}", thetaBin*binFactor, -(thetaMax/3000), thetaMax/3000)); thetaResolution[0]->setAxisTitle("rad");
104  thetaResolution.push_back(ibooker.book1D("Res_GlbSta_theta", "#theta_{GLB} - #theta_{STAfromGLB}", thetaBin*binFactor,-(thetaMax/100), thetaMax/100));
105  thetaResolution[1]->setAxisTitle("rad");
106  thetaResolution.push_back(ibooker.book1D("Res_TkSta_theta", "#theta_{TKfromGLB} - #theta_{STAfromGLB}", thetaBin*binFactor, -(thetaMax/100), thetaMax/100));
107  thetaResolution[2]->setAxisTitle("rad");
108  thetaResolution.push_back(ibooker.book2D("ResVsTheta_TkGlb_theta", "(#theta_{TKfromGLB} - #theta_{GLB}) vs #theta_{GLB}", thetaBin, thetaMin, thetaMax, thetaBin*binFactor, -(thetaMax/3000), thetaMax/3000));
109  thetaResolution[3]->setAxisTitle("rad",1);
110  thetaResolution[3]->setAxisTitle("rad",2);
111  thetaResolution.push_back(ibooker.book2D("ResVsTheta_GlbSta_theta", "(#theta_{GLB} - #theta_{STAfromGLB}) vs #theta_{GLB}", thetaBin, thetaMin, thetaMax, thetaBin*binFactor, -(thetaMax/100), thetaMax/100));
112  thetaResolution[4]->setAxisTitle("rad",1);
113  thetaResolution[4]->setAxisTitle("rad",2);
114  thetaResolution.push_back(ibooker.book2D("ResVsTheta_TkSta_theta", "(#theta_{TKfromGLB} - #theta_{STAfromGLB}) vs #theta_{TKfromGLB}", thetaBin, thetaMin, thetaMax, thetaBin*binFactor, -(thetaMax/100), thetaMax/100));
115  thetaResolution[5]->setAxisTitle("rad",1);
116  thetaResolution[5]->setAxisTitle("rad",2);
117  thetaPull = ibooker.book1D("Pull_TkSta_theta", "#theta_{TKfromGLB} - #theta_{STAfromGLB} / error", 100,-10,10);
118  thetaTrack = ibooker.book1D("TkMuon_theta", "#theta_{TK}", thetaBin, thetaMin, thetaMax);
119  thetaTrack->setAxisTitle("rad");
120  thetaStaTrack = ibooker.book1D("StaMuon_theta", "#theta_{STA}", thetaBin, thetaMin, thetaMax);
121  thetaStaTrack->setAxisTitle("rad");
122 
123  // monitoring tunePMuonBestTrack Pt
124  tunePResolution = ibooker.book1D("Res_TuneP_pt", "Pt_{MuonBestTrack}-Pt_{tunePMuonBestTrack}/Pt_{MuonBestTrack}", tunePBin, tunePMin, tunePMax);
125 
126  // monitoring of phi paramater
127  phiGlbTrack.push_back(ibooker.book1D(histname+"Glb_phi", "#phi_{GLB}", phiBin, phiMin, phiMax));
128  phiGlbTrack[0]->setAxisTitle("rad");
129  phiGlbTrack.push_back(ibooker.book1D(histname+"Tk_phi", "#phi_{TKfromGLB}", phiBin, phiMin, phiMax));
130  phiGlbTrack[1]->setAxisTitle("rad");
131  phiGlbTrack.push_back(ibooker.book1D(histname+"Sta_phi", "#phi_{STAfromGLB}", phiBin, phiMin, phiMax));
132  phiGlbTrack[2]->setAxisTitle("rad");
133  phiResolution.push_back(ibooker.book1D("Res_TkGlb_phi", "#phi_{TKfromGLB} - #phi_{GLB}", phiBin*binFactor, phiMin/3000, phiMax/3000));
134  phiResolution[0]->setAxisTitle("rad");
135  phiResolution.push_back(ibooker.book1D("Res_GlbSta_phi", "#phi_{GLB} - #phi_{STAfromGLB}", phiBin*binFactor, phiMin/100, phiMax/100));
136  phiResolution[1]->setAxisTitle("rad");
137  phiResolution.push_back(ibooker.book1D("Res_TkSta_phi", "#phi_{TKfromGLB} - #phi_{STAfromGLB}", phiBin*binFactor, phiMin/100, phiMax/100));
138  phiResolution[2]->setAxisTitle("rad");
139  phiResolution.push_back(ibooker.book2D("ResVsPhi_TkGlb_phi", "(#phi_{TKfromGLB} - #phi_{GLB}) vs #phi_GLB", phiBin, phiMin, phiMax, phiBin*binFactor, phiMin/3000, phiMax/3000));
140  phiResolution[3]->setAxisTitle("rad",1);
141  phiResolution[3]->setAxisTitle("rad",2);
142  phiResolution.push_back(ibooker.book2D("ResVsPhi_GlbSta_phi", "(#phi_{GLB} - #phi_{STAfromGLB}) vs #phi_{GLB}", phiBin, phiMin, phiMax, phiBin*binFactor, phiMin/100, phiMax/100));
143  phiResolution[4]->setAxisTitle("rad",1);
144  phiResolution[4]->setAxisTitle("rad",2);
145  phiResolution.push_back(ibooker.book2D("ResVsPhi_TkSta_phi", "(#phi_{TKfromGLB} - #phi_{STAfromGLB}) vs #phi_{TKfromGLB}", phiBin, phiMin, phiMax, phiBin*binFactor, phiMin/100, phiMax/100));
146  phiResolution[5]->setAxisTitle("rad",1);
147  phiResolution[5]->setAxisTitle("rad",2);
148  phiPull = ibooker.book1D("Pull_TkSta_phi", "#phi_{TKfromGLB} - #phi_{STAfromGLB} / error", 100,-10,10);
149  phiTrack = ibooker.book1D("TkMuon_phi", "#phi_{TK}", phiBin, phiMin, phiMax);
150  phiTrack->setAxisTitle("rad");
151  phiStaTrack = ibooker.book1D("StaMuon_phi", "#phi_{STA}", phiBin, phiMin, phiMax);
152  phiStaTrack->setAxisTitle("rad");
153  phiEfficiency.push_back(ibooker.book1D("StaPhi", "#phi_{STAfromGLB}", phiBin, phiMin, phiMax));
154  phiEfficiency[0]->setAxisTitle("rad");
155  phiEfficiency.push_back(ibooker.book1D("StaPhi_ifCombinedAlso", "#phi_{STAfromGLB} if the isGlb=true", phiBin, phiMin, phiMax));
156  phiEfficiency[1]->setAxisTitle("rad");
157 
158  // monitoring of the chi2 parameter
159  chi2OvDFGlbTrack.push_back(ibooker.book1D(histname+"Glb_chi2OverDf", "#chi_{2}OverDF_{GLB}", chi2Bin, chi2Min, chi2Max));
160  chi2OvDFGlbTrack.push_back(ibooker.book1D(histname+"Tk_chi2OverDf", "#chi_{2}OverDF_{TKfromGLB}", phiBin, chi2Min, chi2Max));
161  chi2OvDFGlbTrack.push_back(ibooker.book1D(histname+"Sta_chi2OverDf", "#chi_{2}OverDF_{STAfromGLB}", chi2Bin, chi2Min, chi2Max));
162  chi2OvDFTrack = ibooker.book1D("TkMuon_chi2OverDf", "#chi_{2}OverDF_{TK}", chi2Bin, chi2Min, chi2Max);
163  chi2OvDFStaTrack = ibooker.book1D("StaMuon_chi2OverDf", "#chi_{2}OverDF_{STA}", chi2Bin, chi2Min, chi2Max);
164 //--------------------------
165  probchi2GlbTrack.push_back(ibooker.book1D(histname+"Glb_probchi", "Prob #chi_{GLB}", 120, chi2Min, 1.20));
166  probchi2GlbTrack.push_back(ibooker.book1D(histname+"Tk_probchi", "Prob #chi_{TKfromGLB}", 120, chi2Min, 1.20));
167  probchi2GlbTrack.push_back(ibooker.book1D(histname+"Sta_probchi", "Prob #chi_{STAfromGLB}", 120, chi2Min, 1.20));
168  probchi2Track=ibooker.book1D("TkMuon_probchi", "Prob #chi_{TK}", 120, chi2Min, 1.20);
169  probchi2StaTrack=ibooker.book1D("StaMuon_probchi", "Prob #chi_{STA}", 120, chi2Min, 1.20);
170 
171  // monitoring of the momentum
172  pGlbTrack.push_back(ibooker.book1D(histname+"Glb_p", "p_{GLB}", pBin, pMin, pMax));
173  pGlbTrack[0]->setAxisTitle("GeV");
174  pGlbTrack.push_back(ibooker.book1D(histname+"Tk_p", "p_{TKfromGLB}", pBin, pMin, pMax));
175  pGlbTrack[1]->setAxisTitle("GeV");
176  pGlbTrack.push_back(ibooker.book1D(histname+"Sta_p", "p_{STAfromGLB}", pBin, pMin, pMax));
177  pGlbTrack[2]->setAxisTitle("GeV");
178  pTrack = ibooker.book1D("TkMuon_p", "p_{TK}", pBin, pMin, pMax);
179  pTrack->setAxisTitle("GeV");
180  pStaTrack = ibooker.book1D("StaMuon_p", "p_{STA}", pBin, pMin, pMax);
181  pStaTrack->setAxisTitle("GeV");
182 
183  // monitoring of the transverse momentum
184  ptGlbTrack.push_back(ibooker.book1D(histname+"Glb_pt", "pt_{GLB}", ptBin, ptMin, ptMax));
185  ptGlbTrack[0]->setAxisTitle("GeV");
186  ptGlbTrack.push_back(ibooker.book1D(histname+"Tk_pt", "pt_{TKfromGLB}", ptBin, ptMin, ptMax));
187  ptGlbTrack[1]->setAxisTitle("GeV");
188  ptGlbTrack.push_back(ibooker.book1D(histname+"Sta_pt", "pt_{STAfromGLB}", ptBin, ptMin, ptMax));
189  ptGlbTrack[2]->setAxisTitle("GeV");
190  ptTrack = ibooker.book1D("TkMuon_pt", "pt_{TK}", ptBin, ptMin, ptMax);
191  ptTrack->setAxisTitle("GeV");
192  ptStaTrack = ibooker.book1D("StaMuon_pt", "pt_{STA}", ptBin, ptMin, pMax);
193  ptStaTrack->setAxisTitle("GeV");
194 
195  // monitoring of the muon charge
196  qGlbTrack.push_back(ibooker.book1D(histname+"Glb_q", "q_{GLB}", 5, -2.5, 2.5));
197  qGlbTrack.push_back(ibooker.book1D(histname+"Tk_q", "q_{TKfromGLB}", 5, -2.5, 2.5));
198  qGlbTrack.push_back(ibooker.book1D(histname+"Sta_q", "q_{STAformGLB}", 5, -2.5, 2.5));
199  qGlbTrack.push_back(ibooker.book1D(histname+"qComparison", "comparison between q_{GLB} and q_{TKfromGLB}, q_{STAfromGLB}", 8, 0.5, 8.5));
200  qGlbTrack[3]->setBinLabel(1,"qGlb=qSta");
201  qGlbTrack[3]->setBinLabel(2,"qGlb!=qSta");
202  qGlbTrack[3]->setBinLabel(3,"qGlb=qTk");
203  qGlbTrack[3]->setBinLabel(4,"qGlb!=qTk");
204  qGlbTrack[3]->setBinLabel(5,"qSta=qTk");
205  qGlbTrack[3]->setBinLabel(6,"qSta!=qTk");
206  qGlbTrack[3]->setBinLabel(7,"qGlb!=qSta,qGlb!=Tk");
207  qGlbTrack[3]->setBinLabel(8,"qGlb=qSta,qGlb=Tk");
208  qTrack = ibooker.book1D("TkMuon_q", "q_{TK}", 5, -2.5, 2.5);
209  qStaTrack = ibooker.book1D("StaMuon_q", "q_{STA}", 5, -2.5, 2.5);
210 
212  // monitoring of the momentum resolution
213  qOverpResolution.push_back(ibooker.book1D("Res_TkGlb_qOverp", "(q/p)_{TKfromGLB} - (q/p)_{GLB}", pResBin*binFactor*2, pResMin/10, pResMax/10));
214  qOverpResolution[0]->setAxisTitle("GeV^{-1}");
215  qOverpResolution.push_back(ibooker.book1D("Res_GlbSta_qOverp", "(q/p)_{GLB} - (q/p)_{STAfromGLB}", pResBin*binFactor, pResMin, pResMax));
216  qOverpResolution[1]->setAxisTitle("GeV^{-1}");
217  qOverpResolution.push_back(ibooker.book1D("Res_TkSta_qOverp", "(q/p)_{TKfromGLB} - (q/p)_{STAfromGLB}", pResBin*binFactor, pResMin, pResMax));
218  qOverpResolution[2]->setAxisTitle("GeV^{-1}");
219  qOverpPull = ibooker.book1D("Pull_TkSta_qOverp", "(q/p)_{TKfromGLB} - (q/p)_{STAfromGLB} / error", 100,-10,10);
220 
221  oneOverpResolution.push_back(ibooker.book1D("Res_TkGlb_oneOverp", "(1/p)_{TKfromGLB} - (1/p)_{GLB}", pResBin*binFactor*2, pResMin/10, pResMax/10));
222  oneOverpResolution[0]->setAxisTitle("GeV^{-1}");
223  oneOverpResolution.push_back(ibooker.book1D("Res_GlbSta_oneOverp", "(1/p)_{GLB} - (1/p)_{STAfromGLB}", pResBin*binFactor, pResMin, pResMax));
224  oneOverpResolution[1]->setAxisTitle("GeV^{-1}");
225  oneOverpResolution.push_back(ibooker.book1D("Res_TkSta_oneOverp", "(q/p)_{TKfromGLB} - (q/p)_{STAfromGLB}", pResBin*binFactor, pResMin, pResMax));
226  oneOverpResolution[2]->setAxisTitle("GeV^{-1}");
227  oneOverpPull = ibooker.book1D("Pull_TkSta_oneOverp", "(1/p)_{TKfromGLB} - (1/p)_{STAfromGLB} / error", 100,-10,10);
228 
229 
230  qOverptResolution.push_back(ibooker.book1D("Res_TkGlb_qOverpt", "(q/p_{t})_{TKfromGLB} - (q/p_{t})_{GLB}", pResBin*binFactor*2, pResMin/10, pResMax/10));
231  qOverptResolution[0]->setAxisTitle("GeV^{-1}");
232  qOverptResolution.push_back(ibooker.book1D("Res_GlbSta_qOverpt", "(q/p_{t})_{GLB} - (q/p_{t})_{STAfromGLB}", pResBin*binFactor, pResMin, pResMax));
233  qOverptResolution[1]->setAxisTitle("GeV^{-1}");
234  qOverptResolution.push_back(ibooker.book1D("Res_TkSta_qOverpt", "(q/p_{t})_{TKfromGLB} - (q/p_{t})_{STAfromGLB}", pResBin*binFactor, pResMin, pResMax));
235  qOverptResolution[2]->setAxisTitle("GeV^{-1}");
236  qOverptPull = ibooker.book1D("Pull_TkSta_qOverpt", "(q/pt)_{TKfromGLB} - (q/pt)_{STAfromGLB} / error", 100,-10,10);
237 
238  oneOverptResolution.push_back(ibooker.book1D("Res_TkGlb_oneOverpt", "(1/p_{t})_{TKfromGLB} - (1/p_{t})_{GLB}", pResBin*binFactor*2, pResMin/10, pResMax/10));
239  oneOverptResolution[0]->setAxisTitle("GeV^{-1}");
240  oneOverptResolution.push_back(ibooker.book1D("Res_GlbSta_oneOverpt", "(1/p_{t})_{GLB} - (1/p_{t})_{STAfromGLB}", pResBin*binFactor, pResMin, pResMax));
241  oneOverptResolution[1]->setAxisTitle("GeV^{-1}");
242  oneOverptResolution.push_back(ibooker.book1D("Res_TkSta_oneOverpt", "(1/p_{t})_{TKfromGLB} - (1/p_{t})_{STAfromGLB}", pResBin*binFactor, pResMin, pResMax));
243  oneOverptResolution[2]->setAxisTitle("GeV^{-1}");
244  oneOverptResolution.push_back(ibooker.book2D("ResVsEta_TkGlb_oneOverpt", "(#eta_{TKfromGLB} - #eta_{GLB}) vs (1/p_{t})_{GLB}", etaBin, etaMin, etaMax, pResBin*binFactor*2, pResMin/10, pResMax/10));
245  oneOverptResolution[3]->setAxisTitle("GeV^{-1}",2);
246  oneOverptResolution.push_back(ibooker.book2D("ResVsEta_GlbSta_oneOverpt", "(#eta_{GLB} - #eta_{STAfromGLB} vs (1/p_{t})_{GLB}", etaBin, etaMin, etaMax, pResBin*binFactor, pResMin, pResMax));
247  oneOverptResolution[4]->setAxisTitle("GeV^{-1}",2);
248  oneOverptResolution.push_back(ibooker.book2D("ResVsEta_TkSta_oneOverpt", "(#eta_{TKfromGLB} - #eta_{STAfromGLB}) vs (1/p_{t})_{TKfromGLB}", etaBin, etaMin, etaMax, pResBin*binFactor, pResMin, pResMax));
249  oneOverptResolution[5]->setAxisTitle("GeV^{-1}",2);
250  oneOverptResolution.push_back(ibooker.book2D("ResVsPhi_TkGlb_oneOverpt", "(#phi_{TKfromGLB} - #phi_{GLB}) vs (1/p_{t})_{GLB}", phiBin, phiMin, phiMax, pResBin*binFactor*2, pResMin/10, pResMax/10));
251  oneOverptResolution[6]->setAxisTitle("rad",1);
252  oneOverptResolution[6]->setAxisTitle("GeV^{-1}",2);
253  oneOverptResolution.push_back(ibooker.book2D("ResVsPhi_GlbSta_oneOverpt", "(#phi_{GLB} - #phi_{STAfromGLB} vs (1/p_{t})_{GLB}", phiBin, phiMin, phiMax, pResBin*binFactor, pResMin, pResMax));
254  oneOverptResolution[7]->setAxisTitle("rad",1);
255  oneOverptResolution[7]->setAxisTitle("GeV^{-1}",2);
256  oneOverptResolution.push_back(ibooker.book2D("ResVsPhi_TkSta_oneOverpt", "(#phi_{TKfromGLB} - #phi_{STAfromGLB}) vs (1/p_{t})_{TKfromGLB}", phiBin, phiMin, phiMax, pResBin*binFactor, pResMin, pResMax));
257  oneOverptResolution[8]->setAxisTitle("rad",1);
258  oneOverptResolution[8]->setAxisTitle("GeV^{-1}",2);
259  oneOverptResolution.push_back(ibooker.book2D("ResVsPt_TkGlb_oneOverpt", "((1/p_{t})_{TKfromGLB} - (1/p_{t})_{GLB}) vs (1/p_{t})_{GLB}", ptBin/5, ptMin, ptMax/100, pResBin*binFactor*2, pResMin/10, pResMax/10));
260  oneOverptResolution[9]->setAxisTitle("GeV^{-1}",1);
261  oneOverptResolution[9]->setAxisTitle("GeV^{-1}",2);
262  oneOverptResolution.push_back(ibooker.book2D("ResVsPt_GlbSta_oneOverpt", "((1/p_{t})_{GLB} - (1/p_{t})_{STAfromGLB} vs (1/p_{t})_{GLB}", ptBin/5, ptMin, ptMax/100, pResBin*binFactor, pResMin, pResMax));
263  oneOverptResolution[10]->setAxisTitle("GeV^{-1}",1);
264  oneOverptResolution[10]->setAxisTitle("GeV^{-1}",2);
265  oneOverptResolution.push_back(ibooker.book2D("ResVsPt_TkSta_oneOverpt", "((1/p_{t})_{TKfromGLB} - (1/p_{t})_{STAfromGLB}) vs (1/p_{t})_{TKfromGLB}", ptBin/5, ptMin, ptMax/100, pResBin*binFactor, pResMin, pResMax));
266  oneOverptResolution[11]->setAxisTitle("GeV^{-1}",1);
267  oneOverptResolution[11]->setAxisTitle("GeV^{-1}",2);
268  oneOverptPull = ibooker.book1D("Pull_TkSta_oneOverpt", "(1/pt)_{TKfromGLB} - (1/pt)_{STAfromGLB} / error", 100,-10,10);
269 
271  // monitoring of the phi-eta
272  phiVsetaGlbTrack.push_back(ibooker.book2D(histname+"Glb_phiVSeta", "#phi vs #eta (GLB)", etaBin/2, etaMin, etaMax, phiBin/2, phiMin, phiMax));
273  phiVsetaGlbTrack.push_back(ibooker.book2D(histname+"Tk_phiVSeta", "#phi vs #eta (TKfromGLB)", etaBin/2, etaMin, etaMax, phiBin/2, phiMin, phiMax));
274  phiVsetaGlbTrack.push_back(ibooker.book2D(histname+"Sta_phiVseta", "#phi vs #eta (STAfromGLB)", etaBin/2, etaMin, etaMax, phiBin/2, phiMin, phiMax));
275 
276 
278  // monitoring of the recHits provenance
279  rhAnalysis.push_back(ibooker.book1D("StaRh_Frac_inGlb", "recHits_{STAinGLB} / recHits_{GLB}", rhBin, rhMin, rhMax));
280  rhAnalysis.push_back(ibooker.book1D("TkRh_Frac_inGlb", "recHits_{TKinGLB} / recHits_{GLB}", rhBin, rhMin, rhMax));
281  rhAnalysis.push_back(ibooker.book1D("StaRh_inGlb_Div_RhAssoSta", "recHits_{STAinGLB} / recHits_{STAfromGLB}", rhBin, rhMin, rhMax));
282  rhAnalysis.push_back(ibooker.book1D("TkRh_inGlb_Div_RhAssoTk", "recHits_{TKinGLB} / recHits_{TKfromGLB}", rhBin, rhMin, rhMax));
283  rhAnalysis.push_back(ibooker.book1D("GlbRh_Div_RhAssoStaTk", "recHits_{GLB} / (recHits_{TKfromGLB}+recHits_{STAfromGLB})", rhBin, rhMin, rhMax));
284  rhAnalysis.push_back(ibooker.book1D("invalidRh_Frac_inTk", "Invalid recHits / rechits_{GLB}", rhBin, rhMin, rhMax));
285 
287  // monitoring of the muon system rotation w.r.t. tracker
288  muVStkSytemRotation.push_back(ibooker.book2D("muVStkSytemRotation_posMu", "pT_{TK} / pT_{GLB} vs pT_{GLB} for #mu^{+}", 50,0,200,100,0.8,1.2));
289  muVStkSytemRotation.push_back(ibooker.book2D("muVStkSytemRotation_negMu", "pT_{TK} / pT_{GLB} vs pT_{GLB} for #mu^{-}", 50,0,200,100,0.8,1.2));
290 
291 }
MonitorElement * muReco
std::vector< MonitorElement * > oneOverpResolution
MonitorElement * qOverptPull
std::vector< MonitorElement * > ptGlbTrack
std::vector< MonitorElement * > chi2OvDFGlbTrack
std::vector< MonitorElement * > phiVsetaGlbTrack
void cd(void)
Definition: DQMStore.cc:266
MonitorElement * etaStaTrack
void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
std::vector< MonitorElement * > phiGlbTrack
MonitorElement * chi2OvDFStaTrack
MonitorElement * phiStaTrack
MonitorElement * qOverpPull
std::vector< MonitorElement * > phiEfficiency
MonitorElement * etaTrack
MonitorElement * chi2OvDFTrack
std::vector< MonitorElement * > qOverptResolution
std::vector< MonitorElement * > etaGlbTrack
std::vector< MonitorElement * > pGlbTrack
std::vector< MonitorElement * > qOverpResolution
MonitorElement * oneOverpPull
std::vector< MonitorElement * > qGlbTrack
MonitorElement * pTrack
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:115
std::vector< MonitorElement * > probchi2GlbTrack
std::vector< MonitorElement * > etaResolution
MonitorElement * oneOverptPull
MonitorElement * tunePResolution
std::vector< MonitorElement * > etaEfficiency
MonitorElement * thetaStaTrack
std::vector< MonitorElement * > phiResolution
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:274
MonitorElement * book2D(Args &&...args)
Definition: DQMStore.h:133
std::vector< MonitorElement * > thetaGlbTrack
MonitorElement * phiPull
MonitorElement * phiTrack
std::vector< MonitorElement * > oneOverptResolution
MonitorElement * probchi2Track
std::vector< MonitorElement * > muVStkSytemRotation
MonitorElement * ptTrack
MonitorElement * probchi2StaTrack
MonitorElement * ptStaTrack
std::vector< MonitorElement * > rhAnalysis
MonitorElement * etaPull
MonitorElement * pStaTrack
MonitorElement * thetaTrack
std::vector< MonitorElement * > thetaResolution
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
MonitorElement * qTrack
MonitorElement * thetaPull
MonitorElement * qStaTrack
void MuonRecoAnalyzer::GetRes ( reco::TrackRef  t1,
reco::TrackRef  t2,
std::string  par,
float &  res,
float &  pull 
)

Definition at line 293 of file MuonRecoAnalyzer.cc.

References p1, p2, and mathSSE::sqrt().

293  {
294 
295  float p1=0, p2=0, p1e=1, p2e=1;
296 
297  if(par == "eta") {
298  p1 = t1->eta(); p1e = t1->etaError();
299  p2 = t2->eta(); p2e = t2->etaError();
300  }
301  else if(par == "theta") {
302  p1 = t1->theta(); p1e = t1->thetaError();
303  p2 = t2->theta(); p2e = t2->thetaError();
304  }
305  else if(par == "phi") {
306  p1 = t1->phi(); p1e = t1->phiError();
307  p2 = t2->phi(); p2e = t2->phiError();
308  }
309  else if(par == "qOverp") {
310  p1 = t1->charge()/t1->p(); p1e = t1->qoverpError();
311  p2 = t2->charge()/t2->p(); p2e = t2->qoverpError();
312  }
313  else if(par == "oneOverp") {
314  p1 = 1./t1->p(); p1e = t1->qoverpError();
315  p2 = 1./t2->p(); p2e = t2->qoverpError();
316  }
317  else if(par == "qOverpt") {
318  p1 = t1->charge()/t1->pt(); p1e = t1->ptError()*p1*p1;
319  p2 = t2->charge()/t2->pt(); p2e = t2->ptError()*p2*p2;
320  }
321  else if(par == "oneOverpt") {
322  p1 = 1./t1->pt(); p1e = t1->ptError()*p1*p1;
323  p2 = 1./t2->pt(); p2e = t2->ptError()*p2*p2;
324  }
325 
326  res = p1 - p2;
327  if(p1e!=0 || p2e!=0) pull = res / sqrt(p1e*p1e + p2e*p2e);
328  else pull = -99;
329  return;
330 }
T sqrt(T t)
Definition: SSEVec.h:48
double p2[4]
Definition: TauolaWrapper.h:90
double p1[4]
Definition: TauolaWrapper.h:89

Member Data Documentation

int MuonRecoAnalyzer::chi2Bin
private

Definition at line 68 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::chi2Max
private

Definition at line 70 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::chi2Min
private

Definition at line 69 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::chi2OvDFGlbTrack
private

Definition at line 101 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::chi2OvDFStaTrack
private

Definition at line 138 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::chi2OvDFTrack
private

Definition at line 129 of file MuonRecoAnalyzer.h.

int MuonRecoAnalyzer::etaBin
private

Definition at line 56 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::etaEfficiency
private

Definition at line 144 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::etaGlbTrack
private

Definition at line 95 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::etaMax
private

Definition at line 58 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::etaMin
private

Definition at line 57 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::etaPull
private

Definition at line 117 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::etaResolution
private

Definition at line 96 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::etaStaTrack
private

Definition at line 135 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::etaTrack
private

Definition at line 126 of file MuonRecoAnalyzer.h.

std::string MuonRecoAnalyzer::metname
private

Definition at line 52 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::muReco
private

Definition at line 93 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::muVStkSytemRotation
private

Definition at line 111 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::oneOverpPull
private

Definition at line 122 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::oneOverpResolution
private

Definition at line 108 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::oneOverptPull
private

Definition at line 123 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::oneOverptResolution
private

Definition at line 109 of file MuonRecoAnalyzer.h.

edm::ParameterSet MuonRecoAnalyzer::parameters
private
int MuonRecoAnalyzer::pBin
private

Definition at line 72 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::pGlbTrack
private

Definition at line 103 of file MuonRecoAnalyzer.h.

int MuonRecoAnalyzer::phiBin
private

Definition at line 64 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::phiEfficiency
private

Definition at line 145 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::phiGlbTrack
private

Definition at line 99 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::phiMax
private

Definition at line 66 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::phiMin
private

Definition at line 65 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::phiPull
private

Definition at line 119 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::phiResolution
private

Definition at line 100 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::phiStaTrack
private

Definition at line 137 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::phiTrack
private

Definition at line 128 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::phiVsetaGlbTrack
private

Definition at line 112 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::pMax
private

Definition at line 74 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::pMin
private

Definition at line 73 of file MuonRecoAnalyzer.h.

int MuonRecoAnalyzer::pResBin
private

Definition at line 80 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::pResMax
private

Definition at line 82 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::pResMin
private

Definition at line 81 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::probchi2GlbTrack
private

Definition at line 102 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::probchi2StaTrack
private

Definition at line 139 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::probchi2Track
private

Definition at line 130 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::pStaTrack
private

Definition at line 140 of file MuonRecoAnalyzer.h.

int MuonRecoAnalyzer::ptBin
private

Definition at line 76 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::ptGlbTrack
private

Definition at line 104 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::ptMax
private

Definition at line 78 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::ptMin
private

Definition at line 77 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::pTrack
private

Definition at line 131 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::ptStaTrack
private

Definition at line 141 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::ptTrack
private

Definition at line 132 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::qGlbTrack
private

Definition at line 105 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::qOverpPull
private

Definition at line 120 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::qOverpResolution
private

Definition at line 106 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::qOverptPull
private

Definition at line 121 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::qOverptResolution
private

Definition at line 107 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::qStaTrack
private

Definition at line 142 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::qTrack
private

Definition at line 133 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::rhAnalysis
private

Definition at line 110 of file MuonRecoAnalyzer.h.

int MuonRecoAnalyzer::rhBin
private

Definition at line 84 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::rhMax
private

Definition at line 86 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::rhMin
private

Definition at line 85 of file MuonRecoAnalyzer.h.

edm::EDGetTokenT<reco::MuonCollection> MuonRecoAnalyzer::theMuonCollectionLabel_
private

Definition at line 50 of file MuonRecoAnalyzer.h.

MuonServiceProxy* MuonRecoAnalyzer::theService
private

Definition at line 47 of file MuonRecoAnalyzer.h.

int MuonRecoAnalyzer::thetaBin
private

Definition at line 60 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::thetaGlbTrack
private

Definition at line 97 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::thetaMax
private

Definition at line 62 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::thetaMin
private

Definition at line 61 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::thetaPull
private

Definition at line 118 of file MuonRecoAnalyzer.h.

std::vector<MonitorElement*> MuonRecoAnalyzer::thetaResolution
private

Definition at line 98 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::thetaStaTrack
private

Definition at line 136 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::thetaTrack
private

Definition at line 127 of file MuonRecoAnalyzer.h.

int MuonRecoAnalyzer::tunePBin
private

Definition at line 88 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::tunePMax
private

Definition at line 90 of file MuonRecoAnalyzer.h.

double MuonRecoAnalyzer::tunePMin
private

Definition at line 89 of file MuonRecoAnalyzer.h.

MonitorElement* MuonRecoAnalyzer::tunePResolution
private

Definition at line 115 of file MuonRecoAnalyzer.h.