|
TimeoutPoolOutputModule & | operator= (TimeoutPoolOutputModule const &)=delete |
|
| TimeoutPoolOutputModule (ParameterSet const &ps) |
|
| TimeoutPoolOutputModule (TimeoutPoolOutputModule const &)=delete |
|
virtual | ~TimeoutPoolOutputModule () |
|
AuxItemArray const & | auxItems () const |
|
std::string const & | basketOrder () const |
|
int const & | basketSize () const |
|
std::string const & | catalog () const |
|
std::string const & | compressionAlgorithm () const |
|
int const & | compressionLevel () const |
|
std::string const & | currentFileName () const |
|
DropMetaData const & | dropMetaData () const |
|
int | eventAutoFlushSize () const |
|
std::string const & | fileName () const |
|
int const & | inputFileCount () const |
|
std::string const & | logicalFileName () const |
|
unsigned int const & | maxFileSize () const |
|
std::string const & | moduleLabel () const |
|
PoolOutputModule & | operator= (PoolOutputModule const &)=delete |
|
bool const & | overrideInputFileSplitLevels () const |
|
| PoolOutputModule (ParameterSet const &ps) |
|
| PoolOutputModule (PoolOutputModule const &)=delete |
|
OutputItemListArray const & | selectedOutputItemList () const |
|
int const & | splitLevel () const |
|
int const & | treeMaxVirtualSize () const |
|
int const & | whyNotFastClonable () const |
|
virtual | ~PoolOutputModule () |
|
| OutputModule (edm::ParameterSet const &iPSet) |
|
BranchChildren const & | branchChildren () const |
|
BranchIDLists const * | branchIDLists () const |
|
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) |
|
bool | wantAllEvents () const |
|
virtual | ~OutputModuleBase () |
|
| 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 |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
|
virtual bool | shouldWeCloseFile () const |
| allow inheriting classes to override but still be able to call this method in the overridden version More...
|
|
virtual void | write (EventPrincipal const &e, ModuleCallingContext const *) override |
|
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, ModuleCallingContext const *) |
|
void | doPreallocate (PreallocationConfiguration const &) |
|
std::map< BranchID::value_type,
BranchID::value_type > const & | droppedBranchIDToKeptBranchID () |
|
Trig | getTriggerResults (EventPrincipal const &ep, ModuleCallingContext const *) 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 22 of file TimeoutPoolOutputModule.h.