Classes | |
class | ZMuMuAnalyzer |
Public Member Functions | |
ZMuMuAnalyzer (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 (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 Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &setup) override |
virtual void | endJob () override |
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_ |
EDGetTokenT< IsolationCollection > | muIsoToken_ |
OverlapChecker | overlap_ |
double | ptcut_ |
double | ptSTAcut_ |
EDGetTokenT< IsolationCollection > | standAloneIsoToken_ |
EDGetTokenT< IsolationCollection > | trackIsoToken_ |
EDGetTokenT< CandMatchMap > | zMuMuMapToken_ |
EDGetTokenT< CandidateCollection > | zMuMuToken_ |
EDGetTokenT< CandMatchMap > | zMuStandAloneMapToken_ |
EDGetTokenT< CandidateCollection > | zMuStandAloneToken_ |
EDGetTokenT< CandMatchMap > | zMuTrackMapToken_ |
EDGetTokenT< CandidateCollection > | zMuTrackToken_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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 40 of file ZMuMuAnalyzer.cc.
ZMuMuAnalyzer::ZMuMuAnalyzer | ( | const edm::ParameterSet & | pset | ) |
Definition at line 65 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 TFileService::make().
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 96 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(), contentValuesFiles::m, reco::Candidate::mass(), reco::Candidate::masterClone(), maxZmass_, minZmass_, AnalysisDataFormats_SUSYBSMObjects::ms, muIsoToken_, overlap_, ptcut_, ptSTAcut_, standAloneIsoToken_, trackIsoToken_, ZMuMuAnalysisNtupler_cff::zMuMu, zMuMuMapToken_, zMuMuToken_, zMuStandAloneMapToken_, zMuStandAloneToken_, zMuTrackMapToken_, and zMuTrackToken_.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 285 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 57 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 58 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 58 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 58 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 58 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 58 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 58 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 58 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 58 of file ZMuMuAnalyzer.cc.
Referenced by analyze(), endJob(), and ZMuMuAnalyzer().
|
private |
Definition at line 57 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 57 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 57 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 51 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 47 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 57 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 57 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 53 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 52 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 54 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 48 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 56 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 50 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 55 of file ZMuMuAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 49 of file ZMuMuAnalyzer.cc.
Referenced by analyze().