Public Member Functions | |
ZMuMuAnalyzer (const edm::ParameterSet &pset) | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &setup) |
virtual void | endJob () |
Private Attributes | |
double | etacut_ |
TH1D * | h_zMuMu_mass_ |
TH1D * | h_zMuMuMatched_mass_ |
TH1D * | h_zMuSingleStandAlone_mass_ |
TH1D * | h_zMuSingleStandAloneMatched_mass_ |
TH1D * | h_zMuSingleStandAloneOverlap_mass_ |
TH1D * | h_zMuSingleStandAloneOverlapMatched_mass_ |
TH1D * | h_zMuSingleTrack_mass_ |
TH1D * | h_zMuSingleTrackMatched_mass_ |
double | isocut_ |
double | maxZmass_ |
double | minZmass_ |
InputTag | muIso_ |
OverlapChecker | overlap_ |
double | ptcut_ |
double | ptSTAcut_ |
InputTag | standAloneIso_ |
InputTag | trackIso_ |
InputTag | zMuMu_ |
InputTag | zMuMuMap_ |
InputTag | zMuStandAlone_ |
InputTag | zMuStandAloneMap_ |
InputTag | zMuTrack_ |
InputTag | zMuTrackMap_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
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::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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 41 of file ZMuMuAnalyzer.cc.
ZMuMuAnalyzer::ZMuMuAnalyzer | ( | const edm::ParameterSet & | pset | ) |
Definition at line 62 of file ZMuMuAnalyzer.cc.
References h_zMuMu_mass_, h_zMuMuMatched_mass_, h_zMuSingleStandAlone_mass_, h_zMuSingleStandAloneMatched_mass_, h_zMuSingleStandAloneOverlap_mass_, h_zMuSingleStandAloneOverlapMatched_mass_, h_zMuSingleTrack_mass_, h_zMuSingleTrackMatched_mass_, and TFileDirectory::make().
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 93 of file ZMuMuAnalyzer.cc.
References edm::RefToBase< T >::castTo(), reco::Candidate::daughter(), etacut_, h_zMuMu_mass_, h_zMuMuMatched_mass_, h_zMuSingleStandAlone_mass_, h_zMuSingleStandAloneMatched_mass_, h_zMuSingleStandAloneOverlap_mass_, h_zMuSingleStandAloneOverlapMatched_mass_, h_zMuSingleTrack_mass_, h_zMuSingleTrackMatched_mass_, i, edm::ProductID::id(), edm::HandleBase::id(), edm::Ref< C, T, F >::id(), isocut_, j, edm::Ref< C, T, F >::key(), m, reco::Candidate::mass(), reco::Candidate::masterClone(), maxZmass_, minZmass_, muIso_, overlap_, ptcut_, ptSTAcut_, standAloneIso_, trackIso_, ZMuMuAnalysisNtupler_cff::zMuMu, zMuMu_, zMuMuMap_, zMuStandAlone_, zMuStandAloneMap_, zMuTrack_, and zMuTrackMap_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 282 of file ZMuMuAnalyzer.cc.
References gather_cfg::cout, h_zMuMu_mass_, h_zMuMuMatched_mass_, h_zMuSingleStandAlone_mass_, h_zMuSingleStandAloneMatched_mass_, h_zMuSingleStandAloneOverlap_mass_, h_zMuSingleStandAloneOverlapMatched_mass_, h_zMuSingleTrack_mass_, and h_zMuSingleTrackMatched_mass_.
|
private |
Definition at line 54 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 55 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 55 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 55 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 55 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 55 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 55 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 55 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 55 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 54 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 54 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 54 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 52 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 48 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 54 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 54 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 52 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 52 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 49 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 53 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 51 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 53 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 50 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 53 of file ZMuMuAnalyzer.cc.
Referenced by analyze().