Public Member Functions | |
ZMuMu_MCanalyzer (const edm::ParameterSet &pset) | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () 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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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 Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &setup) override |
bool | check_ifZmumu (const Candidate *dauGen0, const Candidate *dauGen1, const Candidate *dauGen2) |
virtual void | endJob () override |
float | getParticleEta (const int ipart, const Candidate *dauGen0, const Candidate *dauGen1, const Candidate *dauGen2) |
Particle::LorentzVector | getParticleP4 (const int ipart, const Candidate *dauGen0, const Candidate *dauGen1, const Candidate *dauGen2) |
float | getParticlePhi (const int ipart, const Candidate *dauGen0, const Candidate *dauGen1, const Candidate *dauGen2) |
float | getParticlePt (const int ipart, const Candidate *dauGen0, const Candidate *dauGen1, const Candidate *dauGen2) |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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) |
Definition at line 49 of file ZMuMu_MCanalyzer.cc.
ZMuMu_MCanalyzer::ZMuMu_MCanalyzer | ( | const edm::ParameterSet & | pset | ) |
Definition at line 166 of file ZMuMu_MCanalyzer.cc.
References MuonErrorMatrixValues_cff::etaRange, h_ProbeOk_eta, h_ProbeOk_pt, h_staProbe_eta, h_staProbe_pt, h_trackProbe_eta, h_trackProbe_pt, TFileService::make(), n2GlobalMuonsMatched_passedIso, n2GlobalMuonsMatched_passedIso2Trg, nGlobalMuonsMatched_passed, nGlobalMuonsMatched_passedIso, nMu0onlyTriggered, nMu1onlyTriggered, nStaMuonsMatched_passedIso, nTracksMuonsMatched_passedIso, nZMuMu_matched, nZMuSta_matched, nZMuTrk_matched, and MuonErrorMatrixValues_cff::ptRange.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 223 of file ZMuMu_MCanalyzer.cc.
References funct::abs(), alpha_, beta_, candidateIsolation(), reco::Candidate::daughter(), dREcal_, dRHcal_, dRTrk_, dRVetoTrk_, reco::Candidate::eta(), etamax_, etamin_, etEcalThreshold_, etHcalThreshold_, genParticleCandidates2GenParticles_cfi::genParticles, genParticlesToken_, h_ProbeOk_eta, h_ProbeOk_pt, h_staProbe_eta, h_staProbe_pt, h_trackProbe_eta, h_trackProbe_pt, hltPath_, i, edm::Ref< C, T, F >::isNonnull(), isoMax_, RazorAnalyzer::lep1, reco::Candidate::mass(), massMax_, massMin_, reco::Candidate::masterClone(), patZpeak::muons, muonsToken_, n2GlobalMuonsMatched_passedIso, n2GlobalMuonsMatched_passedIso2Trg, nGlobalMuonsMatched_passed, nGlobalMuonsMatched_passedIso, nMu0onlyTriggered, nMu1onlyTriggered, nStaMuonsMatched_passedIso, nTracksMuonsMatched_passedIso, nZMuMu_matched, nZMuSta_matched, nZMuTrk_matched, reco::Candidate::pt(), ptmin_, ptThreshold_, relativeIsolation_, testEve_cfg::tracks, tracksToken_, pat::PATObject< ObjectType >::triggerObjectMatchesByPath(), ZMuMuAnalysisNtupler_cff::zMuMu, zMuMuMatchMapToken_, zMuMuToken_, zMuStandAloneMatchMapToken_, zMuStandAloneToken_, zMuTrackMatchMapToken_, and zMuTrackToken_.
|
private |
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 571 of file ZMuMu_MCanalyzer.cc.
References gather_cfg::cout, n2GlobalMuonsMatched_passedIso, n2GlobalMuonsMatched_passedIso2Trg, nGlobalMuonsMatched_passed, nGlobalMuonsMatched_passedIso, nMu0onlyTriggered, nMu1onlyTriggered, nStaMuonsMatched_passedIso, nTracksMuonsMatched_passedIso, nZMuMu_matched, nZMuSta_matched, nZMuTrk_matched, and mathSSE::sqrt().
|
private |
Definition at line 470 of file ZMuMu_MCanalyzer.cc.
References funct::abs(), reco::Candidate::daughter(), reco::Candidate::eta(), relval_2017::k, reco::Candidate::numberOfDaughters(), reco::Candidate::pdgId(), and reco::Candidate::status().
|
private |
Definition at line 536 of file ZMuMu_MCanalyzer.cc.
References funct::abs(), reco::Candidate::daughter(), relval_2017::k, reco::Candidate::numberOfDaughters(), reco::Candidate::p4(), reco::Candidate::pdgId(), and reco::Candidate::status().
|
private |
Definition at line 503 of file ZMuMu_MCanalyzer.cc.
References funct::abs(), reco::Candidate::daughter(), relval_2017::k, reco::Candidate::numberOfDaughters(), reco::Candidate::pdgId(), reco::Candidate::phi(), and reco::Candidate::status().
|
private |
Definition at line 437 of file ZMuMu_MCanalyzer.cc.
References funct::abs(), reco::Candidate::daughter(), relval_2017::k, reco::Candidate::numberOfDaughters(), reco::Candidate::pdgId(), reco::Candidate::pt(), and reco::Candidate::status().
|
private |
Definition at line 75 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 75 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 71 of file ZMuMu_MCanalyzer.cc.
|
private |
Definition at line 75 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 75 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 75 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 75 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 73 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 73 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 75 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 75 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 69 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 79 of file ZMuMu_MCanalyzer.cc.
|
private |
Definition at line 83 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 83 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 83 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 83 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 83 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 83 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 78 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 73 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 73 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 73 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 67 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 88 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 91 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 86 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 87 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 92 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 93 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 89 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 90 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 95 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 96 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 97 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMu_MCanalyzer().
|
private |
Definition at line 80 of file ZMuMu_MCanalyzer.cc.
|
private |
Definition at line 73 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 75 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 77 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 79 of file ZMuMu_MCanalyzer.cc.
|
private |
Definition at line 79 of file ZMuMu_MCanalyzer.cc.
|
private |
Definition at line 68 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 62 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 61 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 64 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 63 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 66 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 65 of file ZMuMu_MCanalyzer.cc.
Referenced by analyze().