|
| AsciiOutputModule (ParameterSet const &pset) |
|
virtual | ~AsciiOutputModule () |
|
BranchChildren const & | branchChildren () const |
|
BranchIDLists const * | branchIDLists () const |
|
std::array< bool,
NumBranchTypes > const & | hasNewlyDroppedBranch () const |
|
SelectedProductsForBranchType
const & | keptProducts () const |
|
int | maxEvents () const |
|
OutputModule & | operator= (OutputModule const &)=delete |
|
| OutputModule (ParameterSet const &pset) |
|
| OutputModule (OutputModule 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 | ~OutputModule () |
|
| 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 (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
|
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 22 of file AsciiOutputModule.cc.
Implements edm::OutputModule.
Definition at line 51 of file AsciiOutputModule.cc.
References edm::ProcessHistory::begin(), counter_, edm::ProcessHistory::end(), edm::Principal::getAllProvenance(), i, edm::EventPrincipal::id(), prescale_, edm::Principal::processHistory(), edm::OutputModule::selected(), edm::EventPrincipal::time(), edm::Timestamp::value(), and verbosity_.
Referenced by pkg.AbstractPkg::generate().
56 LogAbsolute(
"AsciiOut")<<
">>> processing event # " <<
e.id() <<
" time " <<
e.time().value() << std::endl;
65 LogAbsolute(
"AsciiOut") << it->processName() <<
" ";
69 LogAbsolute(
"AsciiOut") <<
'\n' <<
e.id() <<
'\n';
73 std::vector<Provenance const*> provs;
74 e.getAllProvenance(provs);
75 for(std::vector<Provenance const*>::const_iterator
i = provs.begin(),
79 BranchDescription
const& desc = (*i)->product();
81 LogAbsolute(
"AsciiOut") << **
i <<
'\n';
collection_type::const_iterator const_iterator
bool selected(BranchDescription const &desc) const