#include <OutputModule.h>
Public Types | |
typedef OutputModule | ModuleType |
Static Public Member Functions | |
static const std::string & | baseType () |
static void | fillDescription (ParameterSetDescription &desc) |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions | |
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, 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) |
Protected Member Functions inherited from edm::EDConsumerBase | |
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) |
Private Types | |
typedef std::map< BranchID, std::set< ParentageID > > | BranchParents |
Private Attributes | |
BranchChildren | branchChildren_ |
std::unique_ptr< BranchIDLists > | branchIDLists_ |
BranchParents | branchParents_ |
std::map< BranchID::value_type, BranchID::value_type > | droppedBranchIDToKeptBranchID_ |
std::array< bool, NumBranchTypes > | hasNewlyDroppedBranch_ |
SelectedProductsForBranchType | keptProducts_ |
int | maxEvents_ |
ModuleDescription | moduleDescription_ |
BranchIDLists const * | origBranchIDLists_ |
std::string | process_name_ |
ProductSelector | productSelector_ |
ProductSelectorRules | productSelectorRules_ |
int | remainingEvents_ |
ParameterSetID | selector_config_id_ |
detail::TriggerResultsBasedEventSelector | selectors_ |
bool | wantAllEvents_ |
Friends | |
template<typename T > | |
class | maker::ModuleHolderT |
template<typename T > | |
class | OutputModuleCommunicatorT |
template<typename T > | |
class | WorkerT |
Definition at line 42 of file OutputModule.h.
|
private |
Definition at line 159 of file OutputModule.h.
Definition at line 47 of file OutputModule.h.
|
explicit |
Definition at line 28 of file OutputModule.cc.
References edm::detail::configureEventSelector(), edm::getAllTriggerNames(), edm::ParameterSet::getUntrackedParameterSet(), hasNewlyDroppedBranch_, edm::ParameterSet::id(), process_name_, edm::ParameterSet::registerIt(), selector_config_id_, selectors_, and wantAllEvents_.
|
virtual |
Definition at line 155 of file OutputModule.cc.
|
delete |
|
static |
Definition at line 346 of file OutputModule.cc.
References edm::kBaseType().
|
inlineprivatevirtual |
Reimplemented in edm::StreamerOutputModuleBase.
Definition at line 195 of file OutputModule.h.
Referenced by doBeginJob().
|
inlineprivatevirtual |
Reimplemented in evf::RecoEventOutputModuleForFU< Consumer >, and RawEventOutputModuleForBU< Consumer >.
Definition at line 200 of file OutputModule.h.
Referenced by doBeginLuminosityBlock().
|
inlineprivatevirtual |
Reimplemented in FRDEventOutputModule< Consumer >, RawEventOutputModuleForBU< Consumer >, and edm::StreamerOutputModuleBase.
Definition at line 197 of file OutputModule.h.
Referenced by doBeginRun().
|
inline |
BranchIDLists const * edm::OutputModule::branchIDLists | ( | ) | const |
Definition at line 297 of file OutputModule.cc.
References branchIDLists_, droppedBranchIDToKeptBranchID_, and origBranchIDLists_.
Referenced by edm::StreamerOutputModuleBase::serializeRegistry().
|
protected |
Definition at line 63 of file OutputModule.cc.
References edm::OutputModuleDescription::branchIDLists_, edm::OutputModuleDescription::maxEvents_, maxEvents_, origBranchIDLists_, and remainingEvents_.
|
protected |
Definition at line 317 of file OutputModule.cc.
References moduleDescription_.
Referenced by DQMRootOutputModule::openFile(), edm::StreamerOutputModuleBase::serializeRegistry(), and setEventSelectionInfo().
|
protected |
|
protected |
Definition at line 235 of file OutputModule.cc.
References beginLuminosityBlock(), and FDEBUG.
|
protected |
Definition at line 210 of file OutputModule.cc.
References beginRun(), and FDEBUG.
|
private |
Tell the OutputModule that is must end the current file.
Definition at line 284 of file OutputModule.cc.
References branchChildren_, branchParents_, edm::BranchChildren::clear(), fillDependencyGraph(), isFileOpen(), and reallyCloseFile().
|
protected |
|
protected |
Definition at line 244 of file OutputModule.cc.
References endLuminosityBlock(), and FDEBUG.
|
protected |
Definition at line 219 of file OutputModule.cc.
References endRun(), and FDEBUG.
|
protected |
Definition at line 173 of file OutputModule.cc.
References FDEBUG, remainingEvents_, selectors_, updateBranchParents(), wantAllEvents_, edm::detail::TriggerResultsBasedEventSelector::wantEvent(), and write().
|
private |
|
private |
Definition at line 276 of file OutputModule.cc.
References postForkReacquireResources().
|
inlineprotected |
Definition at line 95 of file OutputModule.h.
|
private |
Definition at line 271 of file OutputModule.cc.
References preForkReleaseResources().
|
private |
Definition at line 266 of file OutputModule.cc.
References respondToCloseInputFile().
|
private |
Definition at line 262 of file OutputModule.cc.
References respondToOpenInputFile().
|
private |
Definition at line 252 of file OutputModule.cc.
References FDEBUG, and writeLuminosityBlock().
|
private |
Definition at line 228 of file OutputModule.cc.
References FDEBUG, and writeRun().
|
inlineprotected |
Definition at line 115 of file OutputModule.h.
References droppedBranchIDToKeptBranchID_.
|
inlineprivatevirtual |
Reimplemented in edm::StreamerOutputModuleBase.
Definition at line 196 of file OutputModule.h.
Referenced by doEndJob().
|
inlineprivatevirtual |
Reimplemented in evf::RecoEventOutputModuleForFU< Consumer >, and RawEventOutputModuleForBU< Consumer >.
Definition at line 201 of file OutputModule.h.
Referenced by doEndLuminosityBlock().
|
inlineprivatevirtual |
Reimplemented in FRDEventOutputModule< Consumer >, RawEventOutputModuleForBU< Consumer >, and edm::StreamerOutputModuleBase.
Definition at line 198 of file OutputModule.h.
Referenced by doEndRun().
|
private |
Definition at line 375 of file OutputModule.cc.
References branchChildren_, branchParents_, edm::ParentageRegistry::getMapped(), i, edm::BranchChildren::insertChild(), edm::ParentageRegistry::instance(), j, parents, and edm::Parentage::parents().
Referenced by doCloseFile().
|
static |
Definition at line 334 of file OutputModule.cc.
References edm::ProductSelectorRules::fillDescription(), and edm::EventSelector::fillDescription().
Referenced by edm::StreamerOutputModuleBase::fillDescription(), edm::AsciiOutputModule::fillDescriptions(), edm::ProvenanceCheckerOutputModule::fillDescriptions(), edm::GetProductCheckerOutputModule::fillDescriptions(), and edm::PoolOutputModule::fillDescriptions().
|
static |
Definition at line 327 of file OutputModule.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
protected |
Definition at line 166 of file OutputModule.cc.
References edm::detail::TriggerResultsBasedEventSelector::getOneTriggerResults(), and selectors_.
Referenced by edm::StreamerOutputModuleBase::setHltMask().
|
inline |
Definition at line 68 of file OutputModule.h.
References hasNewlyDroppedBranch_.
|
inlineprivatevirtual |
Reimplemented in DQMRootOutputModule.
Definition at line 209 of file OutputModule.h.
Referenced by doCloseFile(), and maybeOpenFile().
|
inline |
Definition at line 67 of file OutputModule.h.
References keptProducts_.
|
inlineprivate |
|
inline |
Accessor for maximum number of events to be written. -1 is used for unlimited.
Definition at line 57 of file OutputModule.h.
References maxEvents_.
|
private |
Tell the OutputModule to open an output file, if one is not already open.
Definition at line 280 of file OutputModule.cc.
References isFileOpen(), and reallyOpenFile().
|
inlineprotected |
Definition at line 90 of file OutputModule.h.
References moduleDescription_.
|
inlineprivatevirtual |
Reimplemented in DQMRootOutputModule.
Definition at line 203 of file OutputModule.h.
Referenced by Vispa.Main.Application.Application::_readCommandLineAttributes(), doOpenFile(), Vispa.Main.Application.Application::doubleClickOnFile(), Vispa.Main.Application.Application::openFileDialog(), and Vispa.Main.Application.Application::openRecentFileSlot().
|
delete |
|
inlineprivatevirtual |
Reimplemented in DQMRootOutputModule.
Definition at line 207 of file OutputModule.h.
Referenced by doPostForkReacquireResources().
|
inlineprivatevirtual |
|
static |
Definition at line 340 of file OutputModule.cc.
|
inline |
Definition at line 66 of file OutputModule.h.
References process_name_.
Referenced by edm::StreamerOutputModuleBase::serializeRegistry(), and DQMRootOutputModule::startEndFile().
|
privatevirtual |
Reimplemented in DQMRootOutputModule.
Definition at line 293 of file OutputModule.cc.
Referenced by doCloseFile().
|
inlineprivatevirtual |
|
inlineprivate |
Definition at line 189 of file OutputModule.h.
|
inline |
Accessor for remaining number of events to be written. -1 is used for unlimited.
Definition at line 61 of file OutputModule.h.
References remainingEvents_.
|
inlineprivatevirtual |
|
inlineprivatevirtual |
bool edm::OutputModule::selected | ( | BranchDescription const & | desc | ) | const |
Definition at line 322 of file OutputModule.cc.
References productSelector_, and edm::ProductSelector::selected().
Referenced by selectProducts(), and edm::AsciiOutputModule::write().
|
inlineprotected |
Definition at line 93 of file OutputModule.h.
References selector_config_id_.
Referenced by edm::StreamerOutputModuleBase::serializeEvent().
void edm::OutputModule::selectProducts | ( | ProductRegistry const & | preg | ) |
Definition at line 68 of file OutputModule.cc.
References edm::ProductRegistry::allBranchDescriptions(), edm::BranchDescription::branchID(), edm::BranchDescription::branchType(), edm::errors::Configuration, edm::EDConsumerBase::consumes(), droppedBranchIDToKeptBranchID_, edm::hlt::Exception, hasNewlyDroppedBranch_, edm::BranchID::id(), edm::InEvent, edm::ProductSelector::initialize(), edm::ProductSelector::initialized(), edm::InLumi, edm::InRun, edm::BranchDescription::isAlias(), keptProducts_, edm::BranchDescription::moduleLabel(), edm::BranchDescription::originalBranchID(), edm::BranchDescription::present(), edm::BranchDescription::processName(), edm::BranchDescription::produced(), edm::PRODUCT_TYPE, edm::BranchDescription::productInstanceName(), edm::ProductRegistry::productList(), productSelector_, productSelectorRules_, selected(), edm::BranchDescription::transient(), and edm::BranchDescription::unwrappedTypeID().
|
protected |
Definition at line 351 of file OutputModule.cc.
References description(), edm::getParameterSet(), edm::detail::registerProperSelectionInfo(), and selector_config_id_.
|
inlineprivate |
Definition at line 213 of file OutputModule.h.
References moduleDescription_.
|
inlineprivatevirtual |
Ask the OutputModule if we should end the current file.
Definition at line 192 of file OutputModule.h.
|
private |
Definition at line 360 of file OutputModule.cc.
References edm::Principal::begin(), branchChildren_, branchParents_, edm::Principal::end(), i, and edm::BranchChildren::insertEmpty().
Referenced by doEvent().
|
inline |
|
inlineprivate |
Definition at line 175 of file OutputModule.h.
|
privatepure virtual |
|
privatepure virtual |
|
privatepure virtual |
|
friend |
Definition at line 44 of file OutputModule.h.
|
friend |
Definition at line 46 of file OutputModule.h.
|
friend |
Definition at line 45 of file OutputModule.h.
|
private |
Definition at line 162 of file OutputModule.h.
Referenced by branchChildren(), doCloseFile(), fillDependencyGraph(), and updateBranchParents().
|
private |
Definition at line 156 of file OutputModule.h.
Referenced by branchIDLists().
|
private |
Definition at line 160 of file OutputModule.h.
Referenced by doCloseFile(), fillDependencyGraph(), and updateBranchParents().
|
private |
Definition at line 155 of file OutputModule.h.
Referenced by branchIDLists(), droppedBranchIDToKeptBranchID(), and selectProducts().
|
private |
Definition at line 140 of file OutputModule.h.
Referenced by hasNewlyDroppedBranch(), OutputModule(), and selectProducts().
|
private |
Definition at line 139 of file OutputModule.h.
Referenced by keptProducts(), and selectProducts().
|
private |
Definition at line 121 of file OutputModule.h.
Referenced by configure(), and maxEvents().
|
private |
Definition at line 145 of file OutputModule.h.
Referenced by description(), moduleDescription(), and setModuleDescription().
|
private |
Definition at line 157 of file OutputModule.h.
Referenced by branchIDLists(), and configure().
|
private |
Definition at line 142 of file OutputModule.h.
Referenced by OutputModule(), and processName().
|
private |
Definition at line 144 of file OutputModule.h.
Referenced by selected(), and selectProducts().
|
private |
Definition at line 143 of file OutputModule.h.
Referenced by selectProducts().
|
private |
Definition at line 122 of file OutputModule.h.
Referenced by configure(), doEvent(), limitReached(), and remainingEvents().
|
private |
Definition at line 151 of file OutputModule.h.
Referenced by OutputModule(), selectorConfig(), and setEventSelectionInfo().
|
mutableprivate |
Definition at line 148 of file OutputModule.h.
Referenced by doEvent(), getTriggerResults(), and OutputModule().
|
private |
Definition at line 147 of file OutputModule.h.
Referenced by doEvent(), OutputModule(), and wantAllEvents().