#include <RPCPackingModule.h>
Public Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
get data, convert to raw event, attach again to Event More... | |
RPCPackingModule (const edm::ParameterSet &) | |
ctor More... | |
virtual | ~RPCPackingModule () |
dtor More... | |
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 () |
Static Public Member Functions | |
static std::vector < rpcrawtodigi::EventRecords > | eventRecords (int fedId, int trigger_BX, const RPCDigiCollection *, const RPCRecordFormatter &) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
FEDRawData * | rawData (int fedId, unsigned int lvl1_ID, const RPCDigiCollection *, const RPCRecordFormatter &) |
Private Attributes | |
edm::InputTag | dataLabel_ |
unsigned long | eventCounter_ |
const RPCReadOutMapping * | theCabling |
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 |
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) |
Driver class for digi to raw data conversions
Definition at line 23 of file RPCPackingModule.h.
|
explicit |
ctor
Definition at line 35 of file RPCPackingModule.cc.
References theCabling.
|
virtual |
|
static |
Definition at line 147 of file RPCPackingModule.cc.
References LogDebug, LogTrace, DetId::rawId(), and RPCRecordFormatter::recordPack().
Referenced by rawData().
|
virtual |
get data, convert to raw event, attach again to Event
Implements edm::EDProducer.
Definition at line 51 of file RPCPackingModule.cc.
References edm::ESWatcher< T >::check(), dataLabel_, reco_application_2006_simpleTBanalysis_cfg::digiCollection, edm::EventID::event(), eventCounter_, edm::EventSetup::get(), edm::Event::getByLabel(), edm::EventBase::id(), LogDebug, LogTrace, edm::Handle< T >::product(), edm::Event::put(), rawData(), theCabling, and RPCReadOutMapping::version().
Referenced by python.JSONExport.JsonExport::export(), and python.HTMLExport.HTMLExport::export().
|
private |
Definition at line 90 of file RPCPackingModule.cc.
References rpcrawtodigi::DataRecord::data(), FEDRawData::data(), relativeConstraints::empty, eventRecords(), runTheMatrix_dev::raw, FEDTrailer::set(), FEDHeader::set(), and FEDRawData::size().
Referenced by produce().
|
private |
Definition at line 42 of file RPCPackingModule.h.
Referenced by produce().
|
private |
Definition at line 43 of file RPCPackingModule.h.
Referenced by produce().
|
private |
Definition at line 44 of file RPCPackingModule.h.
Referenced by produce(), RPCPackingModule(), and ~RPCPackingModule().