Public Member Functions | |
PatBasicAnalyzer (const edm::ParameterSet &) | |
default constructor More... | |
~PatBasicAnalyzer () | |
default destructor More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
everything that needs to be done during the event loop More... | |
virtual void | beginJob () |
everything that needs to be done before the event loop More... | |
virtual void | endJob () |
everything that needs to be done after the event loop More... | |
Private Attributes | |
edm::InputTag | elecSrc_ |
std::map< std::string, TH1F * > | histContainer_ |
edm::InputTag | jetSrc_ |
TH1F * | jetTowers_ |
edm::InputTag | metSrc_ |
edm::InputTag | muonSrc_ |
edm::InputTag | photonSrc_ |
edm::InputTag | tauSrc_ |
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) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 13 of file PatBasicAnalyzer.cc.
|
explicit |
default constructor
Definition at line 52 of file PatBasicAnalyzer.cc.
PatBasicAnalyzer::~PatBasicAnalyzer | ( | ) |
|
privatevirtual |
everything that needs to be done during the event loop
Implements edm::EDAnalyzer.
Definition at line 68 of file PatBasicAnalyzer.cc.
References elecSrc_, edm::Event::getByLabel(), histContainer_, metsig::jet, analyzePatCleaning_cfg::jets, jetSrc_, metSrc_, patZpeak::muons, muonSrc_, interactiveExample::photons, photonSrc_, and tauSrc_.
|
privatevirtual |
everything that needs to be done before the event loop
Reimplemented from edm::EDAnalyzer.
Definition at line 115 of file PatBasicAnalyzer.cc.
References histContainer_, and TFileDirectory::make().
|
privatevirtual |
everything that needs to be done after the event loop
Reimplemented from edm::EDAnalyzer.
Definition at line 132 of file PatBasicAnalyzer.cc.
|
private |
Definition at line 38 of file PatBasicAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 32 of file PatBasicAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 41 of file PatBasicAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 34 of file PatBasicAnalyzer.cc.
|
private |
Definition at line 42 of file PatBasicAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 39 of file PatBasicAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 37 of file PatBasicAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 40 of file PatBasicAnalyzer.cc.
Referenced by analyze().