Private Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) override |
everythin that needs to be done during the event loop More... | |
void | beginJob () override |
everythin that needs to be done before the event loop More... | |
void | endJob () override |
everythin that needs to be done after the event loop More... | |
void | setErrors (TH1D &h, const TH1D &ref) |
helper function to set proper bin errors More... | |
Private Attributes | |
std::map< std::string, TH1D * > | histos1D_ |
management of 1d histograms More... | |
std::string | muonMatch_ |
input for trigger match objects More... | |
edm::EDGetTokenT< pat::MuonCollection > | muonsToken_ |
input for muons More... | |
edm::EDGetTokenT< pat::TriggerEvent > | triggerEventToken_ |
input for patTriggerEvent More... | |
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 16 of file PatTriggerTagAndProbe.cc.
|
explicit |
default constructor
Definition at line 53 of file PatTriggerTagAndProbe.cc.
|
override |
|
overrideprivate |
everythin that needs to be done during the event loop
Definition at line 85 of file PatTriggerTagAndProbe.cc.
References edm::Event::getByToken(), histos1D_, ResonanceBuilder::mass, muonMatch_, extraflags_cff::muons, muonsToken_, pat::TriggerEvent::path(), triggerEventToken_, pat::helper::TriggerMatchHelper::triggerMatchObject(), pat::TriggerPath::wasAccept(), and pat::TriggerPath::wasRun().
|
overrideprivatevirtual |
everythin that needs to be done before the event loop
Reimplemented from edm::EDAnalyzer.
Definition at line 69 of file PatTriggerTagAndProbe.cc.
References fileService, histos1D_, and TFileService::make().
|
overrideprivatevirtual |
everythin that needs to be done after the event loop
Reimplemented from edm::EDAnalyzer.
Definition at line 124 of file PatTriggerTagAndProbe.cc.
References histos1D_, and setErrors().
|
private |
helper function to set proper bin errors
Definition at line 133 of file PatTriggerTagAndProbe.cc.
References stringResolutionProvider_cfi::bin, DEFINE_FWK_MODULE, and mathSSE::sqrt().
Referenced by endJob().
|
private |
management of 1d histograms
Definition at line 42 of file PatTriggerTagAndProbe.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
input for trigger match objects
Definition at line 40 of file PatTriggerTagAndProbe.cc.
Referenced by analyze().
|
private |
|
private |
input for patTriggerEvent
Definition at line 36 of file PatTriggerTagAndProbe.cc.
Referenced by analyze().