Classes | |
class | ZMuMuAnalyzer |
Private Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &setup) override |
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 |
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 &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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().
|
overrideprivate |
Definition at line 96 of file ZMuMuAnalyzer.cc.
References edm::RefToBase< T >::castTo(), reco::Candidate::daughter(), edm::AssociationMap< Tag >::end(), etacut_, edm::AssociationMap< Tag >::find(), h_zMuMu_mass_, h_zMuMuMatched_mass_, h_zMuSingleStandAlone_mass_, h_zMuSingleStandAloneMatched_mass_, h_zMuSingleStandAloneOverlap_mass_, h_zMuSingleStandAloneOverlapMatched_mass_, h_zMuSingleTrack_mass_, h_zMuSingleTrackMatched_mass_, mps_fire::i, edm::ProductID::id(), edm::Ref< C, T, F >::id(), globals_cff::id1, globals_cff::id2, isocut_, edm::Ref< C, T, F >::key(), RazorAnalyzer::lep1, RazorAnalyzer::lep2, funct::m, ResonanceBuilder::mass, reco::Candidate::mass(), reco::Candidate::masterClone(), maxZmass_, minZmass_, AnalysisDataFormats_SUSYBSMObjects::ms, TtSemiLepEvtBuilder_cfi::mt, muIsoToken_, overlap_, ptcut_, ptSTAcut_, edm::OwnVector< T, P >::size(), standAloneIsoToken_, trackIsoToken_, zMuMuMapToken_, zMuMuToken_, zMuStandAloneMapToken_, zMuStandAloneToken_, zMuTrackMapToken_, and zMuTrackToken_.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 285 of file ZMuMuAnalyzer.cc.
References gather_cfg::cout, DEFINE_FWK_MODULE, 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().