![]() |
![]() |
#include <FRDEventOutputModule.h>
Private Types | |
typedef unsigned int | uint32 |
Private Member Functions | |
virtual void | beginRun (edm::RunPrincipal const &) |
virtual void | endRun (edm::RunPrincipal const &) |
virtual void | write (edm::EventPrincipal const &e) |
virtual void | writeLuminosityBlock (edm::LuminosityBlockPrincipal const &) |
virtual void | writeRun (edm::RunPrincipal const &) |
Private Attributes | |
std::string | instance_ |
std::string | label_ |
std::auto_ptr< Consumer > | templateConsumer_ |
Additional Inherited Members | |
![]() | |
typedef OutputModule | ModuleType |
typedef OutputWorker | WorkerType |
![]() | |
static const std::string & | baseType () |
static void | fillDescription (ParameterSetDescription &desc) |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
![]() | |
void | configure (OutputModuleDescription const &desc) |
CurrentProcessingContext const * | currentContext () const |
ModuleDescription const & | description () const |
void | doBeginJob () |
bool | doBeginLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, CurrentProcessingContext const *cpc) |
bool | doBeginRun (RunPrincipal const &rp, EventSetup const &c, CurrentProcessingContext const *cpc) |
void | doEndJob () |
bool | doEndLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, CurrentProcessingContext const *cpc) |
bool | doEndRun (RunPrincipal const &rp, EventSetup const &c, CurrentProcessingContext const *cpc) |
bool | doEvent (EventPrincipal const &ep, EventSetup const &c, CurrentProcessingContext const *cpc) |
std::map< BranchID::value_type, BranchID::value_type > const & | droppedBranchIDToKeptBranchID () |
Trig | getTriggerResults (Event const &ep) const |
Trig | getTriggerResults (EventPrincipal const &ep) const |
ParameterSetID | selectorConfig () const |
void | setEventSelectionInfo (std::map< std::string, std::vector< std::pair< std::string, int > > > const &outputModulePathPositions, bool anyProductProduced) |
![]() | |
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 13 of file FRDEventOutputModule.h.
|
private |
Definition at line 15 of file FRDEventOutputModule.h.
|
explicit |
Consumers are suppose to provide: void doOutputEvent(const FRDEventMsgView& msg) void start() void stop()
Definition at line 40 of file FRDEventOutputModule.h.
FRDEventOutputModule< Consumer >::~FRDEventOutputModule | ( | ) |
Definition at line 49 of file FRDEventOutputModule.h.
|
privatevirtual |
Reimplemented from edm::OutputModule.
Definition at line 95 of file FRDEventOutputModule.h.
|
privatevirtual |
Reimplemented from edm::OutputModule.
Definition at line 101 of file FRDEventOutputModule.h.
|
privatevirtual |
Implements edm::OutputModule.
Definition at line 52 of file FRDEventOutputModule.h.
References FEDRawData::data(), idDealer::description, edm::EventID::event(), event(), edm::EventBase::id(), customizeTrackingMonitorSeedNumber::idx, edm::EventBase::luminosityBlock(), lumiQueryAPI::msg, edm::EventID::run(), and FEDRawData::size().
|
inlineprivatevirtual |
|
inlineprivatevirtual |
|
private |
Definition at line 36 of file FRDEventOutputModule.h.
|
private |
Definition at line 35 of file FRDEventOutputModule.h.
Referenced by Mixins._Labelable::_findDependencies(), Mixins._TypedParameterizable::dumpPython(), and Mixins._Labelable::setLabel().
|
private |
Definition at line 34 of file FRDEventOutputModule.h.