#include <ZdcSimpleReconstructor.h>
Public Member Functions | |
virtual void | beginRun (edm::Run const &r, edm::EventSetup const &es) overridefinal |
virtual void | endRun (edm::Run const &r, edm::EventSetup const &es) overridefinal |
virtual void | produce (edm::Event &e, const edm::EventSetup &c) |
ZdcSimpleReconstructor (const edm::ParameterSet &ps) | |
virtual | ~ZdcSimpleReconstructor () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Attributes | |
DetId::Detector | det_ |
bool | dropZSmarkedPassed_ |
HcalLongRecoParams * | myobject |
ZdcSimpleRecAlgo | reco_ |
int | subdet_ |
HcalOtherSubdetector | subdetOther_ |
edm::EDGetTokenT < ZDCDigiCollection > | tok_input_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
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::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 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 22 of file ZdcSimpleReconstructor.h.
|
explicit |
Definition at line 14 of file ZdcSimpleReconstructor.cc.
References DetId::Calo, gather_cfg::cout, det_, edm::ParameterSet::getParameter(), HcalCalibration, HcalOther, AlCaHLTBitMon_QueryRunRegistry::string, subdet_, HcalZDCDetId::SubdetectorId, subdetOther_, and tok_input_.
|
virtual |
Definition at line 40 of file ZdcSimpleReconstructor.cc.
|
finaloverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 42 of file ZdcSimpleReconstructor.cc.
References edm::EventSetup::get(), myobject, AlCaHLTBitMon_ParallelJobs::p, and edm::ESHandle< class >::product().
|
finaloverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 49 of file ZdcSimpleReconstructor.cc.
References myobject.
|
virtual |
Implements edm::EDProducer.
Definition at line 52 of file ZdcSimpleReconstructor.cc.
References DetId::Calo, det_, dropZSmarkedPassed_, edm::EventSetup::get(), edm::Event::getByToken(), HcalCondObjectContainer< Item >::getValues(), i, ZdcSimpleRecAlgo::initPulseCorr(), myobject, HcalLongRecoParam::noiseTS(), edm::Event::put(), reco_, ZdcSimpleRecAlgo::reconstruct(), HcalLongRecoParam::signalTS(), subdet_, HcalZDCDetId::SubdetectorId, and tok_input_.
|
private |
Definition at line 31 of file ZdcSimpleReconstructor.h.
Referenced by produce(), and ZdcSimpleReconstructor().
|
private |
Definition at line 36 of file ZdcSimpleReconstructor.h.
Referenced by produce().
|
private |
Definition at line 38 of file ZdcSimpleReconstructor.h.
Referenced by beginRun(), endRun(), and produce().
|
private |
Definition at line 30 of file ZdcSimpleReconstructor.h.
Referenced by produce().
|
private |
Definition at line 32 of file ZdcSimpleReconstructor.h.
Referenced by produce(), and ZdcSimpleReconstructor().
|
private |
Definition at line 33 of file ZdcSimpleReconstructor.h.
Referenced by ZdcSimpleReconstructor().
|
private |
Definition at line 34 of file ZdcSimpleReconstructor.h.
Referenced by produce(), and ZdcSimpleReconstructor().