#include <RawDataCollectorModule.h>
Public Member Functions | |
void | produce (edm::Event &e, const edm::EventSetup &c) |
RawDataCollectorModule (const edm::ParameterSet &pset) | |
Constructor. More... | |
virtual | ~RawDataCollectorModule () |
Destructor. 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 () |
Private Attributes | |
bool | useCurrentProcessOnly_ |
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) |
Definition at line 12 of file RawDataCollectorModule.h.
RawDataCollectorModule::RawDataCollectorModule | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 23 of file RawDataCollectorModule.cc.
References edm::ParameterSet::getParameter().
|
virtual |
|
virtual |
Get Data from all FEDs
Implements edm::EDProducer.
Definition at line 35 of file RawDataCollectorModule.cc.
References gather_cfg::cout, FEDRawData::data(), runTheMatrix::data, FEDRawDataCollection::FEDData(), edm::Event::getManyByType(), i, j, gen::k, FEDNumbering::MAXFEDID, edm::Event::processHistory(), edm::Event::put(), edm::ProcessHistory::rbegin(), FEDRawData::resize(), FEDRawData::size(), and findQualityFiles::size.
Referenced by python.JSONExport.JsonExport::export(), and python.HTMLExport.HTMLExport::export().
|
private |
Definition at line 25 of file RawDataCollectorModule.h.