#include <EventFilter/ScalersRawToDigi/src/ScalersRawToDigi.cc>
Public Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
ScalersRawToDigi (const edm::ParameterSet &) | |
~ScalersRawToDigi () | |
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 | |
edm::InputTag | inputTag_ |
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) |
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) |
Description: Unpack FED data to Trigger and Lumi Scalers "bank" These Scalers are in FED id ScalersRaw::SCALERS_FED_ID
Definition at line 38 of file ScalersRawToDigi.cc.
|
explicit |
Definition at line 51 of file ScalersRawToDigi.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), and inputTag_.
ScalersRawToDigi::~ScalersRawToDigi | ( | ) |
Definition at line 67 of file ScalersRawToDigi.cc.
|
virtual |
Take a reference to this FED's data
Implements edm::EDProducer.
Definition at line 70 of file ScalersRawToDigi.cc.
References runTheMatrix::data, edm::Event::getByLabel(), i, getHLTprescales::index, inputTag_, ScalersRaw::N_BX_v2, edm::Event::put(), runTheMatrix_dev::raw, ScalersRaw::SCALERS_FED_ID, FEDRawData::size(), and ScalersEventRecordRaw_v5::version.
Referenced by python.JSONExport.JsonExport::export(), and python.HTMLExport.HTMLExport::export().
|
private |
Definition at line 47 of file ScalersRawToDigi.cc.
Referenced by produce(), and ScalersRawToDigi().