Public Member Functions | |
anlzrname (const edm::ParameterSet &) | |
~anlzrname () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
virtual void | endJob () |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
Private Attributes | |
example_histo TH1D * | histo |
example_track edm::InputTag | trackTags_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 42 of file edanalyzer.cc.
|
explicit |
Definition at line 76 of file edanalyzer.cc.
References trackerHits::histo.
anlzrname::~anlzrname | ( | ) |
Definition at line 88 of file edanalyzer.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 103 of file edanalyzer.cc.
References DeDxDiscriminatorTools::charge(), edm::EventSetup::get(), edm::Event::getByLabel(), histo, testEve_cfg::tracks, and trackTags_.
|
privatevirtual |
|
privatevirtual |
|
privatevirtual |
|
privatevirtual |
|
privatevirtual |
|
privatevirtual |
|
static |
Definition at line 169 of file edanalyzer.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 62 of file edanalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 61 of file edanalyzer.cc.
Referenced by analyze().