#include <EnergyLossProducer.h>
Public Member Functions | |
EnergyLossProducer (const edm::ParameterSet &ps) | |
virtual void | produce (edm::Event &ev, const edm::EventSetup &es) |
~EnergyLossProducer () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
void | beginRun (edm::Run &run, const edm::EventSetup &es) |
void | endJob () |
Private Attributes | |
TH2F * | hnor |
double | pixelToStripExponent |
double | pixelToStripMultiplier |
TFile * | resultFile |
const TrackerGeometry * | theTracker |
std::string | trackProducer |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 15 of file EnergyLossProducer.h.
|
explicit |
Definition at line 26 of file EnergyLossProducer.cc.
References edm::ParameterSet::getParameter(), resultFile, and trackProducer.
EnergyLossProducer::~EnergyLossProducer | ( | ) |
Definition at line 40 of file EnergyLossProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 45 of file EnergyLossProducer.cc.
References edm::EventSetup::get(), hnor, create_public_lumi_plots::log, edm::ESHandle< class >::product(), theTracker, and patCandidatesForDimuonsSequences_cff::tracker.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 64 of file EnergyLossProducer.cc.
References hnor, and resultFile.
|
virtual |
Implements edm::EDProducer.
Definition at line 74 of file EnergyLossProducer.cc.
References EnergyLossPlain::estimate(), edm::helper::Filler< Map >::fill(), first, edm::Event::getByLabel(), hnor, edm::helper::Filler< Map >::insert(), j, create_public_lumi_plots::log, LogTrace, pixelToStripExponent, pixelToStripMultiplier, edm::Handle< T >::product(), edm::Event::put(), edm::second(), theTracker, and trackProducer.
|
private |
Definition at line 31 of file EnergyLossProducer.h.
Referenced by beginRun(), endJob(), and produce().
|
private |
Definition at line 27 of file EnergyLossProducer.h.
Referenced by produce().
|
private |
Definition at line 27 of file EnergyLossProducer.h.
Referenced by produce().
|
private |
Definition at line 30 of file EnergyLossProducer.h.
Referenced by endJob(), and EnergyLossProducer().
|
private |
Definition at line 28 of file EnergyLossProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 26 of file EnergyLossProducer.h.
Referenced by EnergyLossProducer(), and produce().