|
BranchIDLists const * | branchIDLists () |
|
std::array< bool,
NumBranchTypes > const & | hasNewlyDroppedBranch () const |
|
SelectedProductsForBranchType
const & | keptProducts () const |
|
int | maxEvents () const |
|
const ModuleDescription & | moduleDescription () const |
|
OutputModuleBase & | operator= (OutputModuleBase const &)=delete |
|
| OutputModuleBase (ParameterSet const &pset) |
|
| OutputModuleBase (OutputModuleBase const &)=delete |
|
std::string const & | processName () const |
|
int | remainingEvents () const |
|
bool | selected (BranchDescription const &desc) const |
|
void | selectProducts (ProductRegistry const &preg, ThinnedAssociationsHelper const &) |
|
ThinnedAssociationsHelper const * | thinnedAssociationsHelper () const |
|
bool | wantAllEvents () const |
|
virtual | ~OutputModuleBase () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
|
void | configure (OutputModuleDescription const &desc) |
|
ModuleDescription const & | description () const |
|
void | doBeginJob () |
|
bool | doBeginLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, ModuleCallingContext const *) |
|
bool | doBeginRun (RunPrincipal const &rp, EventSetup const &c, ModuleCallingContext const *) |
|
void | doEndJob () |
|
bool | doEndLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, ModuleCallingContext const *) |
|
bool | doEndRun (RunPrincipal const &rp, EventSetup const &c, ModuleCallingContext const *) |
|
bool | doEvent (EventPrincipal const &ep, EventSetup const &c, ActivityRegistry *, ModuleCallingContext const *) |
|
void | doPreallocate (PreallocationConfiguration const &) |
|
std::map< BranchID::value_type,
BranchID::value_type > const & | droppedBranchIDToKeptBranchID () |
|
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) |
|
|
virtual void | beginJob () |
|
virtual SharedResourcesAcquirer | createAcquirer () |
|
virtual void | doBeginLuminosityBlock_ (LuminosityBlockPrincipal const &, ModuleCallingContext const *) |
|
virtual void | doBeginRun_ (RunPrincipal const &, ModuleCallingContext const *) |
|
void | doCloseFile () |
| Tell the OutputModule that is must end the current file. More...
|
|
virtual void | doEndLuminosityBlock_ (LuminosityBlockPrincipal const &, ModuleCallingContext const *) |
|
virtual void | doEndRun_ (RunPrincipal const &, ModuleCallingContext const *) |
|
void | doOpenFile (FileBlock const &fb) |
|
void | doPostForkReacquireResources (unsigned int iChildIndex, unsigned int iNumberOfChildren) |
|
void | doPreForkReleaseResources () |
|
void | doRegisterThinnedAssociations (ProductRegistry const &, ThinnedAssociationsHelper &) |
|
void | doRespondToCloseInputFile (FileBlock const &fb) |
|
virtual void | doRespondToCloseInputFile_ (FileBlock const &) |
|
void | doRespondToOpenInputFile (FileBlock const &fb) |
|
virtual void | doRespondToOpenInputFile_ (FileBlock const &) |
|
void | doWriteLuminosityBlock (LuminosityBlockPrincipal const &lbp, ModuleCallingContext const *) |
|
void | doWriteRun (RunPrincipal const &rp, ModuleCallingContext const *) |
|
virtual void | endJob () |
|
virtual bool | isFileOpen () const |
|
void | keepThisBranch (BranchDescription const &desc, std::map< BranchID, BranchDescription const * > &trueBranchIDToKeptBranchDesc, std::set< BranchID > &keptProductsInEvent) |
|
bool | limitReached () const |
|
void | maybeOpenFile () |
|
virtual void | openFile (FileBlock const &) |
|
virtual void | postForkReacquireResources (unsigned int, unsigned int) |
|
virtual void | preForkReleaseResources () |
|
bool | prePrefetchSelection (StreamID id, EventPrincipal const &, ModuleCallingContext const *) |
|
virtual void | reallyCloseFile () |
|
virtual void | reallyOpenFile () |
|
void | registerProductsAndCallbacks (OutputModuleBase const *, ProductRegistry const *) |
|
void | setModuleDescription (ModuleDescription const &md) |
|
virtual bool | shouldWeCloseFile () const |
| Ask the OutputModule if we should end the current file. More...
|
|
std::string | workerType () const |
|
virtual void | write (EventPrincipal const &e, ModuleCallingContext const *)=0 |
|
virtual void | writeLuminosityBlock (LuminosityBlockPrincipal const &, ModuleCallingContext const *)=0 |
|
virtual void | writeRun (RunPrincipal const &, ModuleCallingContext const *)=0 |
|
Definition at line 63 of file OutputModuleBase.h.