#include <RawEventOutputModuleForBU.h>
Private Types | |
typedef unsigned int | uint32 |
Private Member Functions | |
virtual void | beginLuminosityBlock (edm::LuminosityBlockPrincipal const &, edm::ModuleCallingContext const *) |
virtual void | beginRun (edm::RunPrincipal const &, edm::ModuleCallingContext const *) |
virtual void | endLuminosityBlock (edm::LuminosityBlockPrincipal const &, edm::ModuleCallingContext const *) |
virtual void | endRun (edm::RunPrincipal const &, edm::ModuleCallingContext const *) |
virtual void | write (edm::EventPrincipal const &e, edm::ModuleCallingContext const *) |
virtual void | writeLuminosityBlock (const edm::LuminosityBlockPrincipal &, edm::ModuleCallingContext const *) |
virtual void | writeRun (const edm::RunPrincipal &, edm::ModuleCallingContext const *) |
Private Attributes | |
bool | firstLumi_ |
unsigned int | frdVersion_ |
unsigned int | index_ |
std::string | instance_ |
std::string | label_ |
unsigned int | numEventsPerFile_ |
timeval | startOfLastLumi |
std::auto_ptr< Consumer > | templateConsumer_ |
unsigned int | totevents |
unsigned long long | totsize |
unsigned long long | writtensize |
unsigned long long | writtenSizeLast |
Additional Inherited Members | |
Public Types inherited from edm::OutputModule | |
typedef OutputModule | ModuleType |
Static Public Member Functions inherited from edm::OutputModule | |
static const std::string & | baseType () |
static void | fillDescription (ParameterSetDescription &desc) |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::OutputModule | |
void | configure (OutputModuleDescription const &desc) |
ModuleDescription const & | description () const |
void | doBeginJob () |
bool | doBeginLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, ModuleCallingContext const *mcc) |
bool | doBeginRun (RunPrincipal const &rp, EventSetup const &c, ModuleCallingContext const *mcc) |
void | doEndJob () |
bool | doEndLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, ModuleCallingContext const *mcc) |
bool | doEndRun (RunPrincipal const &rp, EventSetup const &c, ModuleCallingContext const *mcc) |
bool | doEvent (EventPrincipal const &ep, EventSetup const &c, ActivityRegistry *act, ModuleCallingContext const *mcc) |
void | doPreallocate (PreallocationConfiguration const &) |
std::map< BranchID::value_type, BranchID::value_type > const & | droppedBranchIDToKeptBranchID () |
Trig | getTriggerResults (EventPrincipal const &ep, ModuleCallingContext const *) const |
ModuleDescription const & | moduleDescription () const |
ParameterSetID | selectorConfig () const |
void | setEventSelectionInfo (std::map< std::string, std::vector< std::pair< std::string, int > > > const &outputModulePathPositions, bool anyProductProduced) |
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 23 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 25 of file RawEventOutputModuleForBU.h.
|
explicit |
Consumers are suppose to provide: void doOutputEvent(const FRDEventMsgView& msg) void start() void stop()
Definition at line 62 of file RawEventOutputModuleForBU.h.
RawEventOutputModuleForBU< Consumer >::~RawEventOutputModuleForBU | ( | ) |
Definition at line 79 of file RawEventOutputModuleForBU.h.
|
privatevirtual |
Reimplemented from edm::OutputModule.
Definition at line 173 of file RawEventOutputModuleForBU.h.
References gather_cfg::cout, lut2db_cfg::filename, edm::LuminosityBlockPrincipal::id(), edm::LuminosityBlockID::luminosityBlock(), fileCollector::now, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatevirtual |
Reimplemented from edm::OutputModule.
Definition at line 160 of file RawEventOutputModuleForBU.h.
|
privatevirtual |
Reimplemented from edm::OutputModule.
Definition at line 199 of file RawEventOutputModuleForBU.h.
References edm::LuminosityBlockPrincipal::id(), and edm::LuminosityBlockID::luminosityBlock().
|
privatevirtual |
Reimplemented from edm::OutputModule.
Definition at line 167 of file RawEventOutputModuleForBU.h.
|
privatevirtual |
Implements edm::OutputModule.
Definition at line 82 of file RawEventOutputModuleForBU.h.
References cms::Adler32(), FEDRawData::data(), idDealer::description, edm::EventID::event(), event(), lut2db_cfg::filename, edm::EventBase::id(), customizeTrackingMonitorSeedNumber::idx, FEDNumbering::lastFEDId(), python.rootplot.utilities::ls(), edm::EventBase::luminosityBlock(), edm::EventPrincipal::luminosityBlock(), producerFileCleanner::msg, edm::EventID::run(), FEDRawData::size(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by pkg.AbstractPkg::generate().
|
inlineprivatevirtual |
|
inlineprivatevirtual |
|
private |
Definition at line 58 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 51 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 56 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 49 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 48 of file RawEventOutputModuleForBU.h.
Referenced by Mixins._Labelable::_findDependencies(), Mixins._TypedParameterizable::dumpPython(), and Mixins._Labelable::setLabel().
|
private |
Definition at line 50 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 57 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 47 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 55 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 52 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 53 of file RawEventOutputModuleForBU.h.
|
private |
Definition at line 54 of file RawEventOutputModuleForBU.h.