#include <ESZeroSuppressionProducer.h>
Public Member Functions | |
ESZeroSuppressionProducer (const edm::ParameterSet &ps) | |
virtual void | produce (edm::Event &event, const edm::EventSetup &eventSetup) |
virtual | ~ESZeroSuppressionProducer () |
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 Attributes | |
std::string | digiProducer_ |
std::string | ESdigiCollection_ |
edm::ESHandle< ESPedestals > | espeds_ |
edm::ESHandle< ESThresholds > | esthresholds_ |
std::string | ESZSdigiCollection_ |
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 19 of file ESZeroSuppressionProducer.h.
|
explicit |
Definition at line 5 of file ESZeroSuppressionProducer.cc.
References digiProducer_, ESdigiCollection_, ESZSdigiCollection_, and edm::ParameterSet::getParameter().
|
virtual |
Definition at line 14 of file ESZeroSuppressionProducer.cc.
|
virtual |
Produces the EDM products,
Implements edm::EDProducer.
Definition at line 18 of file ESZeroSuppressionProducer.cc.
References ESSample::adc(), digiProducer_, ESdigiCollection_, espeds_, esthresholds_, ESZSdigiCollection_, ESCondObjectContainer< T >::find(), edm::EventSetup::get(), ESThresholds::getTS2Threshold(), i, ESDataFrame::id(), edm::HandleBase::isValid(), edm::ESHandle< class >::product(), and ESDataFrame::sample().
|
private |
Definition at line 32 of file ESZeroSuppressionProducer.h.
Referenced by ESZeroSuppressionProducer(), and produce().
|
private |
Definition at line 33 of file ESZeroSuppressionProducer.h.
Referenced by ESZeroSuppressionProducer(), and produce().
|
private |
Definition at line 37 of file ESZeroSuppressionProducer.h.
Referenced by produce().
|
private |
Definition at line 36 of file ESZeroSuppressionProducer.h.
Referenced by produce().
|
private |
Definition at line 34 of file ESZeroSuppressionProducer.h.
Referenced by ESZeroSuppressionProducer(), and produce().