![]() |
![]() |
#include <StreamerOutputModule.h>
Static Public Member Functions | |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
![]() | |
static void | fillDescription (ParameterSetDescription &desc) |
![]() | |
static const std::string & | baseType () |
static void | fillDescription (ParameterSetDescription &desc) |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
virtual void | doOutputEvent (EventMsgBuilder const &msg) const |
virtual void | doOutputHeader (InitMsgBuilder const &init_message) const |
virtual void | start () const |
virtual void | stop () const |
Private Attributes | |
std::auto_ptr< Consumer > | c_ |
Additional Inherited Members | |
![]() | |
typedef OutputModule | ModuleType |
![]() | |
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) |
![]() | |
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 9 of file StreamerOutputModule.h.
|
explicit |
Consumers are suppose to provide void doOutputHeader(InitMsgBuilder const& init_message) void doOutputEvent(EventMsgBuilder const& msg) void start() void stop() static void fillDescription(ParameterSetDescription&)
Definition at line 35 of file StreamerOutputModule.h.
|
virtual |
Definition at line 41 of file StreamerOutputModule.h.
|
privatevirtual |
|
privatevirtual |
|
static |
Definition at line 70 of file StreamerOutputModule.h.
References edm::ConfigurationDescriptions::add(), and edm::StreamerOutputModuleBase::fillDescription().
|
privatevirtual |
Implements edm::StreamerOutputModuleBase.
Definition at line 45 of file StreamerOutputModule.h.
Referenced by progressbar.ProgressBar::__next__().
|
privatevirtual |
|
private |
Definition at line 31 of file StreamerOutputModule.h.