#include <MergeableRunProductProcesses.h>
Public Member Functions | |
std::string const & | getProcessName (unsigned int index) const |
MergeableRunProductProcesses () | |
std::vector< std::string > const & | processesWithMergeableRunProducts () const |
void | setProcessesWithMergeableRunProducts (ProductRegistry const &productRegistry) |
std::vector< std::string >::size_type | size () const |
Private Attributes | |
std::vector< std::string > | processesWithMergeableRunProducts_ |
Definition at line 11 of file MergeableRunProductProcesses.h.
edm::MergeableRunProductProcesses::MergeableRunProductProcesses | ( | ) |
Definition at line 16 of file MergeableRunProductProcesses.cc.
|
inline |
Definition at line 19 of file MergeableRunProductProcesses.h.
References processesWithMergeableRunProducts_.
Referenced by Types.InputTag::cppTag(), and edm::MergeableRunProductMetadata::getProcessName().
|
inline |
Definition at line 15 of file MergeableRunProductProcesses.h.
References processesWithMergeableRunProducts_.
Referenced by edm::MergeableRunProductMetadata::addEntryToStoredMetadata(), and edm::MergeableRunProductMetadata::readRun().
void edm::MergeableRunProductProcesses::setProcessesWithMergeableRunProducts | ( | ProductRegistry const & | productRegistry | ) |
Definition at line 18 of file MergeableRunProductProcesses.cc.
References edm::BranchDescription::branchType(), edm::TypeWithDict::byName(), SimDataFormats::CaloAnalysis::cp, edm::TypeWithDict::getClass(), edm::InRun, PFRecoTauDiscriminationByIsolation_cfi::offset, AlCaHLTBitMon_ParallelJobs::p, edm::BranchDescription::present(), processesWithMergeableRunProducts_, edm::BranchDescription::processName(), parseEventContent::prod, edm::BranchDescription::produced(), edm::ProductRegistry::productList(), and edm::BranchDescription::wrappedType().
Referenced by edm::EventProcessor::init(), and size().
|
inline |
Definition at line 21 of file MergeableRunProductProcesses.h.
References processesWithMergeableRunProducts_, and setProcessesWithMergeableRunProducts().
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 31 of file MergeableRunProductProcesses.h.
Referenced by getProcessName(), processesWithMergeableRunProducts(), setProcessesWithMergeableRunProducts(), and size().