#include <BranchDescription.h>
Classes | |
struct | Transients |
Public Types | |
enum | MatchMode { Strict = 0, Permissive } |
Public Member Functions | |
BranchID const & | aliasForBranchID () const |
int | basketSize () const |
std::set< std::string > const & | branchAliases () const |
BranchDescription () | |
BranchDescription (BranchType const &branchType, std::string const &moduleLabel, std::string const &processName, std::string const &className, std::string const &friendlyClassName, std::string const &productInstanceName, std::string const &moduleName, ParameterSetID const ¶meterSetID, TypeWithDict const &theTypeWithDict, bool produced=true, std::set< std::string > const &aliases=std::set< std::string >()) | |
BranchDescription (BranchDescription const &aliasForBranch, std::string const &moduleLabelAlias, std::string const &poruductInstanceAlias) | |
BranchID const & | branchID () const |
std::string const & | branchName () const |
BranchType const & | branchType () const |
std::string const & | className () const |
void | clearBranchName () |
bool | dropped () const |
std::string const & | friendlyClassName () const |
std::string const & | fullClassName () const |
WrapperInterfaceBase const * | getInterface () const |
void | init () |
void | initBranchName () |
void | initFromDictionary () |
void | initializeTransients () |
void | insertBranchAlias (std::string const &alias) |
bool | isAlias () const |
void | merge (BranchDescription const &other) |
std::string const & | moduleLabel () const |
std::string const & | moduleName () const |
bool | onDemand () const |
BranchID const & | originalBranchID () const |
ParameterSetID const & | parameterSetID () const |
bool | present () const |
std::string const & | processName () const |
bool | produced () const |
std::string const & | productInstanceName () const |
void | setBasketSize (int size) |
void | setDropped (bool isDropped) |
void | setOnDemand (bool isOnDemand) |
void | setProduced (bool isProduced) |
void | setSplitLevel (int level) |
void | setTransient (bool isTransient) |
void | setUnwrappedType (TypeWithDict const &type) |
void | setWrappedName (std::string const &name) |
void | setWrappedType (TypeWithDict const &type) |
int | splitLevel () const |
bool | transient () const |
TypeWithDict const & | unwrappedType () const |
TypeID | unwrappedTypeID () const |
void | updateFriendlyClassName () |
std::string const & | wrappedName () const |
TypeWithDict const & | wrappedType () const |
TypeID | wrappedTypeID () const |
WrapperInterfaceBase *& | wrapperInterfaceBase () |
void | write (std::ostream &os) const |
~BranchDescription () | |
Static Public Attributes | |
static int const | invalidBasketSize = 0 |
static int const | invalidSplitLevel = -1 |
Private Member Functions | |
void | throwIfInvalid_ () const |
Private Attributes | |
BranchID | aliasForBranchID_ |
std::set< std::string > | branchAliases_ |
BranchID | branchID_ |
BranchType | branchType_ |
std::string | friendlyClassName_ |
std::string | fullClassName_ |
std::string | moduleLabel_ |
std::string | processName_ |
std::string | productInstanceName_ |
Transients | transient_ |
Definition at line 33 of file BranchDescription.h.
edm::BranchDescription::BranchDescription | ( | ) |
Definition at line 41 of file BranchDescription.cc.
edm::BranchDescription::BranchDescription | ( | BranchType const & | branchType, |
std::string const & | moduleLabel, | ||
std::string const & | processName, | ||
std::string const & | className, | ||
std::string const & | friendlyClassName, | ||
std::string const & | productInstanceName, | ||
std::string const & | moduleName, | ||
ParameterSetID const & | parameterSetID, | ||
TypeWithDict const & | theTypeWithDict, | ||
bool | produced = true , |
||
std::set< std::string > const & | aliases = std::set<std::string>() |
||
) |
Definition at line 55 of file BranchDescription.cc.
References init(), moduleName(), edm::BranchDescription::Transients::moduleName_, parameterSetID(), edm::BranchDescription::Transients::parameterSetID_, setDropped(), setOnDemand(), setProduced(), setUnwrappedType(), and transient_.
edm::BranchDescription::BranchDescription | ( | BranchDescription const & | aliasForBranch, |
std::string const & | moduleLabelAlias, | ||
std::string const & | poruductInstanceAlias | ||
) |
Definition at line 85 of file BranchDescription.cc.
References init(), moduleName(), edm::BranchDescription::Transients::moduleName_, onDemand(), parameterSetID(), edm::BranchDescription::Transients::parameterSetID_, produced(), setDropped(), setOnDemand(), setProduced(), setUnwrappedType(), transient_, and unwrappedType().
|
inline |
Definition at line 58 of file BranchDescription.h.
|
inline |
Definition at line 76 of file BranchDescription.h.
References aliasForBranchID_.
|
inline |
Definition at line 100 of file BranchDescription.h.
References edm::BranchDescription::Transients::basketSize_, and transient_.
Referenced by edm::PoolOutputModule::fillSelectedItemList(), initFromDictionary(), and merge().
|
inline |
Definition at line 106 of file BranchDescription.h.
References branchAliases_.
Referenced by edm::Provenance::branchAliases(), merge(), edm::operator<(), edm::operator==(), and edm::RootOutputFile::setBranchAliases().
|
inline |
Definition at line 75 of file BranchDescription.h.
References branchID_.
Referenced by edm::ProductRegistry::addLabelAlias(), edm::Principal::addProduct_(), edm::Principal::adjustIndexesAfterProductRegistryAddition(), edm::StreamedProduct::branchID(), edm::Provenance::branchID(), edm::PoolOutputModule::OutputItem::branchID(), edm::check(), edm::combinable(), edm::RootFile::dropOnInput(), fwlite::DataGetterHelper::getByProductID(), edm::Principal::getExistingProduct(), edm::match(), edm::operator<(), edm::RunPrincipal::put(), edm::LuminosityBlockPrincipal::put(), edm::EventPrincipal::put(), edm::EventPrincipal::putOnRead(), edm::DaqProvenanceHelper::saveInfo(), edm::ScheduleItems::ScheduleItems(), edm::SubProcess::selectProducts(), edm::OutputModule::selectProducts(), edm::one::OutputModuleBase::selectProducts(), edm::StreamSerializer::serializeEvent(), fwlite::internal::BranchMapReaderStrategyV8::updateFile(), fwlite::internal::BranchMapReaderStrategyV11::updateFile(), fwlite::internal::BranchMapReaderStrategyV17::updateFile(), fwlite::internal::BranchMapReaderStrategyV1::updateMap(), and write().
|
inline |
Definition at line 110 of file BranchDescription.h.
References edm::BranchDescription::Transients::branchName_, and transient_.
Referenced by edm::RootTree::addBranch(), edm::Principal::adjustToNewProductRegistry(), edm::Provenance::branchName(), edm::PoolOutputModule::OutputItem::branchName(), edm::Principal::checkUniquenessAndType(), BareRootProductGetter::createNewBuffer(), FWLiteJobMetadataManager::doUpdate(), edm::RootFile::dropOnInput(), dumpInitVerbose(), edm::PoolOutputModule::fillSelectedItemList(), edm::root::FWLiteDelayedReader::getTheProduct(), initBranchName(), edm::match(), edm::PoolOutputModule::OutputItem::Sorter::operator()(), edm::ProducedProductHolder::putProduct_(), edm::ProductHolderBase::reallyCheckType(), edm::RootFile::RootFile(), edm::RootOutputFile::RootOutputFile(), edm::ProductSelector::selected(), edm::RootOutputFile::setBranchAliases(), TFWLiteSelectorBasic::setupNewFile(), and edm::StreamedProduct::StreamedProduct().
|
inline |
Definition at line 112 of file BranchDescription.h.
References branchType_.
Referenced by edm::Principal::adjustIndexesAfterProductRegistryAddition(), edm::Principal::adjustToNewProductRegistry(), edm::combinable(), edm::RootFile::dropOnInput(), edm::HadronizerFilter< HAD, DEC >::HadronizerFilter(), edm::match(), edm::WillGetIfMatch< T >::operator()(), edm::GetterOfProducts< l1extra::L1EtMissParticleCollection >::operator()(), edm::operator<(), edm::Principal::Principal(), edm::RootFile::RootFile(), edm::SubProcess::selectProducts(), edm::OutputModule::selectProducts(), edm::one::OutputModuleBase::selectProducts(), TFWLiteSelectorBasic::setupNewFile(), fwlite::internal::BranchMapReaderStrategyV8::updateFile(), fwlite::internal::BranchMapReaderStrategyV11::updateFile(), fwlite::internal::BranchMapReaderStrategyV17::updateFile(), fwlite::internal::BranchMapReaderStrategyV1::updateMap(), and write().
|
inline |
Definition at line 80 of file BranchDescription.h.
References fullClassName().
Referenced by edm::SignallingProductRegistry::addCalled(), edm::Principal::addProduct_(), edm::Provenance::className(), BareRootProductGetter::createNewBuffer(), edm::root::FWLiteDelayedReader::getTheProduct(), edm::ProductHolderBase::mergeTheProduct(), edm::ProductHolderBase::reallyCheckType(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), and edm::HiMixingModule::verifyRegistry().
|
inline |
Definition at line 111 of file BranchDescription.h.
References edm::BranchDescription::Transients::branchName_, and transient_.
Referenced by updateFriendlyClassName().
|
inline |
Definition at line 86 of file BranchDescription.h.
References edm::BranchDescription::Transients::dropped_, and transient_.
Referenced by HLTJetTag< T >::hltFilter(), edm::match(), and edm::operator==().
|
inline |
Definition at line 81 of file BranchDescription.h.
References friendlyClassName_.
Referenced by edm::Principal::addProduct_(), edm::Principal::addProductOrThrow(), edm::ProductSelectorRules::Rule::appliesTo(), edm::combinable(), edm::Provenance::friendlyClassName(), initBranchName(), edm::operator<(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), and write().
|
inline |
Definition at line 79 of file BranchDescription.h.
References fullClassName_.
Referenced by edm::PoolOutputModule::beginJob(), className(), edm::combinable(), FWFFMetadataManager::doUpdate(), FWLiteJobMetadataManager::doUpdate(), fwlite::DataGetterHelper::getByProductID(), initFromDictionary(), edm::match(), edm::operator<(), edm::RootOutputFile::RootOutputFile(), edm::StreamedProduct::setNewClassType(), updateFriendlyClassName(), and write().
WrapperInterfaceBase const * edm::BranchDescription::getInterface | ( | ) | const |
Definition at line 339 of file BranchDescription.cc.
References transient_, and edm::BranchDescription::Transients::wrapperInterfaceBase_.
Referenced by BareRootProductGetter::createNewBuffer(), edm::RootFile::dropOnInput(), edm::ProductData::getInterface(), edm::root::FWLiteDelayedReader::getTheProduct(), and edm::RootOutputFile::RootOutputFile().
|
inline |
Definition at line 60 of file BranchDescription.h.
References initBranchName(), and initFromDictionary().
Referenced by BranchDescription(), dumpInitVerbose(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), fwlite::internal::BranchMapReaderStrategyV8::updateFile(), fwlite::internal::BranchMapReaderStrategyV11::updateFile(), fwlite::internal::BranchMapReaderStrategyV17::updateFile(), and fwlite::internal::BranchMapReaderStrategyV1::updateMap().
void edm::BranchDescription::initBranchName | ( | ) |
Definition at line 109 of file BranchDescription.cc.
References branchID_, branchName(), edm::BranchDescription::Transients::branchName_, relativeConstraints::empty, edm::hlt::Exception, friendlyClassName(), friendlyClassName_, edm::BranchID::isValid(), moduleLabel(), moduleLabel_, processName(), processName_, productInstanceName(), productInstanceName_, edm::BranchID::setID(), findQualityFiles::size, AlCaHLTBitMon_QueryRunRegistry::string, throwIfInvalid_(), and transient_.
Referenced by init(), edm::StreamedProduct::StreamedProduct(), and updateFriendlyClassName().
void edm::BranchDescription::initFromDictionary | ( | ) |
Definition at line 158 of file BranchDescription.cc.
References basketSize(), edm::TypeWithDict::byName(), edm::hlt::Exception, fullClassName(), invalidBasketSize, invalidSplitLevel, edm::TypeWithDict::invokeByName(), setBasketSize(), setSplitLevel(), setTransient(), setUnwrappedType(), setWrappedName(), setWrappedType(), splitLevel(), AlCaHLTBitMon_QueryRunRegistry::string, throwIfInvalid_(), unwrappedType(), edm::wrappedClassName(), wrappedName(), wrappedType(), and wrapperInterfaceBase().
Referenced by init().
|
inline |
Definition at line 120 of file BranchDescription.h.
References edm::BranchDescription::Transients::reset(), and transient_.
|
inline |
Definition at line 107 of file BranchDescription.h.
References branchAliases_.
Referenced by edm::ProductRegistryHelper::addToRegistry().
|
inline |
Definition at line 77 of file BranchDescription.h.
References aliasForBranchID_, edm::BranchID::isValid(), and produced().
Referenced by edm::Principal::findProducts(), edm::Principal::Principal(), edm::SubProcess::selectProducts(), edm::OutputModule::selectProducts(), and edm::one::OutputModuleBase::selectProducts().
void edm::BranchDescription::merge | ( | BranchDescription const & | other | ) |
Definition at line 213 of file BranchDescription.cc.
References basketSize(), branchAliases(), branchAliases_, invalidBasketSize, invalidSplitLevel, setBasketSize(), setSplitLevel(), and splitLevel().
|
inline |
Definition at line 73 of file BranchDescription.h.
References moduleLabel_.
Referenced by edm::SignallingProductRegistry::addCalled(), edm::Principal::addProduct_(), edm::Principal::addProductOrThrow(), edm::ProductSelectorRules::Rule::appliesTo(), edm::combinable(), edm::DaqProvenanceHelper::DaqProvenanceHelper(), FWFFMetadataManager::doUpdate(), FWLiteJobMetadataManager::doUpdate(), edm::EventContentAnalyzer::EventContentAnalyzer(), fwlite::DataGetterHelper::getByProductID(), edm::HadronizerFilter< HAD, DEC >::HadronizerFilter(), initBranchName(), L3TkMuonProducer::L3TkMuonProducer(), edm::LHEProvenanceHelper::LHEProvenanceHelper(), edm::Provenance::moduleLabel(), edm::ProductHolderBase::moduleLabel(), edm::ModuleLabelMatch::operator()(), edm::WillGetIfMatch< T >::operator()(), edm::operator<(), edm::Principal::Principal(), edm::RootOutputFile::RootOutputFile(), edm::OutputModule::selectProducts(), edm::one::OutputModuleBase::selectProducts(), edm::RootOutputFile::setBranchAliases(), edm::HiMixingModule::verifyRegistry(), and write().
|
inline |
Definition at line 104 of file BranchDescription.h.
References edm::BranchDescription::Transients::moduleName_, and transient_.
Referenced by BranchDescription(), edm::DaqProvenanceHelper::DaqProvenanceHelper(), and edm::LHEProvenanceHelper::LHEProvenanceHelper().
|
inline |
Definition at line 88 of file BranchDescription.h.
References edm::BranchDescription::Transients::onDemand_, and transient_.
Referenced by BranchDescription(), and edm::Principal::Principal().
|
inline |
Definition at line 78 of file BranchDescription.h.
References aliasForBranchID_, branchID_, and edm::BranchID::isValid().
Referenced by edm::Event::makeProductID(), edm::SubProcess::selectProducts(), edm::OutputModule::selectProducts(), and edm::one::OutputModuleBase::selectProducts().
|
inline |
Definition at line 103 of file BranchDescription.h.
References edm::BranchDescription::Transients::parameterSetID_, and transient_.
Referenced by BranchDescription(), and throwIfInvalid_().
|
inline |
Definition at line 85 of file BranchDescription.h.
References edm::BranchDescription::Transients::dropped_, and transient_.
Referenced by edm::RootTree::addBranch(), FWFFMetadataManager::doUpdate(), FWLiteJobMetadataManager::doUpdate(), edm::operator<(), edm::SubProcess::selectProducts(), edm::OutputModule::selectProducts(), and edm::one::OutputModuleBase::selectProducts().
|
inline |
Definition at line 74 of file BranchDescription.h.
References processName_.
Referenced by edm::ProductRegistry::addProduct(), edm::Principal::addProduct_(), edm::Principal::addProductOrThrow(), edm::ProductSelectorRules::Rule::appliesTo(), edm::combinable(), edm::DaqProvenanceHelper::daqInit(), edm::DaqProvenanceHelper::DaqProvenanceHelper(), FWFFMetadataManager::doUpdate(), FWLiteJobMetadataManager::doUpdate(), edm::EventContentAnalyzer::EventContentAnalyzer(), edm::Principal::findProducts(), fwlite::DataGetterHelper::getByProductID(), edm::HadronizerFilter< HAD, DEC >::HadronizerFilter(), initBranchName(), L3TkMuonProducer::L3TkMuonProducer(), edm::LHEProvenanceHelper::lheInit(), edm::LHEProvenanceHelper::LHEProvenanceHelper(), edm::ProcessMatch::operator()(), edm::WillGetIfMatch< T >::operator()(), edm::operator<(), edm::Provenance::processName(), edm::ProductHolderBase::processName(), edm::RootOutputFile::RootOutputFile(), edm::DaqProvenanceHelper::saveInfo(), edm::OutputModule::selectProducts(), edm::one::OutputModuleBase::selectProducts(), and write().
|
inline |
Definition at line 83 of file BranchDescription.h.
References edm::BranchDescription::Transients::produced_, and transient_.
Referenced by edm::ProductRegistry::addLabelAlias(), edm::ProductRegistry::addProduct(), edm::Principal::adjustIndexesAfterProductRegistryAddition(), edm::Principal::adjustToNewProductRegistry(), BranchDescription(), edm::ProductRegistry::copyProduct(), edm::PoolOutputModule::fillSelectedItemList(), isAlias(), edm::Principal::Principal(), edm::LuminosityBlockPrincipal::put(), edm::EventPrincipal::putOnRead(), edm::EventPrincipal::readFromSource_(), edm::RunPrincipal::readImmediate(), edm::LuminosityBlockPrincipal::readImmediate(), edm::RunPrincipal::resolveProductImmediate(), edm::LuminosityBlockPrincipal::resolveProductImmediate(), edm::SubProcess::selectProducts(), edm::OutputModule::selectProducts(), edm::one::OutputModuleBase::selectProducts(), and throwIfInvalid_().
|
inline |
Definition at line 82 of file BranchDescription.h.
References productInstanceName_.
Referenced by edm::SignallingProductRegistry::addCalled(), edm::Principal::addProductOrThrow(), edm::ProductSelectorRules::Rule::appliesTo(), edm::combinable(), FWFFMetadataManager::doUpdate(), FWLiteJobMetadataManager::doUpdate(), edm::EventContentAnalyzer::EventContentAnalyzer(), fwlite::DataGetterHelper::getByProductID(), edm::HadronizerFilter< HAD, DEC >::HadronizerFilter(), initBranchName(), L3TkMuonProducer::L3TkMuonProducer(), edm::WillGetIfMatch< T >::operator()(), edm::operator<(), edm::Provenance::productInstanceName(), edm::ProductHolderBase::productInstanceName(), edm::RootOutputFile::RootOutputFile(), edm::OutputModule::selectProducts(), edm::one::OutputModuleBase::selectProducts(), edm::RootOutputFile::setBranchAliases(), edm::HiMixingModule::verifyRegistry(), and write().
|
inline |
Definition at line 101 of file BranchDescription.h.
References edm::BranchDescription::Transients::basketSize_, findQualityFiles::size, and transient_.
Referenced by initFromDictionary(), and merge().
|
inline |
Definition at line 87 of file BranchDescription.h.
References edm::BranchDescription::Transients::dropped_, and transient_.
Referenced by BranchDescription(), edm::ScheduleItems::ScheduleItems(), edm::RootTree::setPresence(), and TFWLiteSelectorBasic::setupNewFile().
|
inline |
Definition at line 89 of file BranchDescription.h.
References edm::BranchDescription::Transients::onDemand_, and transient_.
Referenced by BranchDescription(), and edm::ScheduleItems::ScheduleItems().
|
inline |
Definition at line 84 of file BranchDescription.h.
References edm::BranchDescription::Transients::produced_, and transient_.
Referenced by BranchDescription(), and edm::ScheduleItems::ScheduleItems().
|
inline |
Definition at line 99 of file BranchDescription.h.
References testEve_cfg::level, edm::BranchDescription::Transients::splitLevel_, and transient_.
Referenced by initFromDictionary(), and merge().
|
inline |
Definition at line 91 of file BranchDescription.h.
References edm::BranchDescription::Transients::transient_, and transient_.
Referenced by initFromDictionary().
|
inline |
Definition at line 95 of file BranchDescription.h.
References transient_, and edm::BranchDescription::Transients::unwrappedType_.
Referenced by BranchDescription(), and initFromDictionary().
|
inline |
Definition at line 114 of file BranchDescription.h.
References mergeVDriftHistosByStation::name, transient_, and edm::BranchDescription::Transients::wrappedName_.
Referenced by initFromDictionary().
|
inline |
Definition at line 93 of file BranchDescription.h.
References transient_, and edm::BranchDescription::Transients::wrappedType_.
Referenced by initFromDictionary().
|
inline |
Definition at line 98 of file BranchDescription.h.
References edm::BranchDescription::Transients::splitLevel_, and transient_.
Referenced by edm::PoolOutputModule::fillSelectedItemList(), initFromDictionary(), and merge().
|
private |
Definition at line 239 of file BranchDescription.cc.
References branchType_, friendlyClassName_, fullClassName_, edm::Hash< I >::isValid(), moduleLabel_, edm::NumBranchTypes, parameterSetID(), processName_, produced(), and edm::throwExceptionWithText().
Referenced by initBranchName(), and initFromDictionary().
|
inline |
Definition at line 90 of file BranchDescription.h.
References edm::BranchDescription::Transients::transient_, and transient_.
Referenced by edm::SubProcess::selectProducts(), edm::OutputModule::selectProducts(), and edm::one::OutputModuleBase::selectProducts().
|
inline |
Definition at line 94 of file BranchDescription.h.
References transient_, and edm::BranchDescription::Transients::unwrappedType_.
Referenced by BranchDescription(), and initFromDictionary().
|
inline |
Definition at line 97 of file BranchDescription.h.
References transient_, edm::TypeWithDict::typeInfo(), and edm::BranchDescription::Transients::unwrappedType_.
Referenced by edm::EventContentAnalyzer::EventContentAnalyzer(), edm::HadronizerFilter< HAD, DEC >::HadronizerFilter(), L3TkMuonProducer::L3TkMuonProducer(), edm::GetterOfProducts< l1extra::L1EtMissParticleCollection >::operator()(), edm::ProductHolderBase::reallyCheckType(), edm::OutputModule::selectProducts(), edm::one::OutputModuleBase::selectProducts(), and edm::ProductHolderBase::throwProductDeletedException().
void edm::BranchDescription::updateFriendlyClassName | ( | ) |
Definition at line 260 of file BranchDescription.cc.
References clearBranchName(), friendlyClassName_, edm::friendlyname::friendlyName(), fullClassName(), and initBranchName().
Referenced by edm::RootFile::RootFile(), and TFWLiteSelectorBasic::setupNewFile().
|
inline |
Definition at line 113 of file BranchDescription.h.
References transient_, and edm::BranchDescription::Transients::wrappedName_.
Referenced by edm::RootFile::dropOnInput(), edm::RootDelayedReader::getProduct_(), initFromDictionary(), and edm::RootOutputFile::RootOutputFile().
|
inline |
Definition at line 92 of file BranchDescription.h.
References transient_, and edm::BranchDescription::Transients::wrappedType_.
Referenced by initFromDictionary().
|
inline |
Definition at line 96 of file BranchDescription.h.
References transient_, edm::TypeWithDict::typeInfo(), and edm::BranchDescription::Transients::wrappedType_.
|
inline |
Definition at line 115 of file BranchDescription.h.
References transient_, and edm::BranchDescription::Transients::wrapperInterfaceBase_.
Referenced by initFromDictionary().
void edm::BranchDescription::write | ( | std::ostream & | os | ) | const |
Definition at line 220 of file BranchDescription.cc.
References branchID(), branchType(), friendlyClassName(), fullClassName(), moduleLabel(), processName(), and productInstanceName().
Referenced by pkg.AbstractPkg::generate(), edm::operator<<(), and edm::Provenance::write().
|
private |
Definition at line 207 of file BranchDescription.h.
Referenced by aliasForBranchID(), isAlias(), and originalBranchID().
|
private |
Definition at line 202 of file BranchDescription.h.
Referenced by branchAliases(), insertBranchAlias(), and merge().
|
private |
Definition at line 189 of file BranchDescription.h.
Referenced by branchID(), initBranchName(), and originalBranchID().
|
private |
Definition at line 179 of file BranchDescription.h.
Referenced by branchType(), and throwIfInvalid_().
|
private |
Definition at line 195 of file BranchDescription.h.
Referenced by friendlyClassName(), initBranchName(), throwIfInvalid_(), and updateFriendlyClassName().
|
private |
Definition at line 192 of file BranchDescription.h.
Referenced by fullClassName(), and throwIfInvalid_().
|
static |
Definition at line 36 of file BranchDescription.h.
Referenced by edm::RootOutputTree::addBranch(), edm::PoolOutputModule::fillSelectedItemList(), initFromDictionary(), and merge().
|
static |
Definition at line 35 of file BranchDescription.h.
Referenced by edm::RootOutputTree::addBranch(), edm::PoolOutputModule::fillSelectedItemList(), initFromDictionary(), and merge().
|
private |
Definition at line 183 of file BranchDescription.h.
Referenced by initBranchName(), Mixins._TypedParameterizable::insertInto(), moduleLabel(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), and throwIfInvalid_().
|
private |
Definition at line 186 of file BranchDescription.h.
Referenced by initBranchName(), processName(), and throwIfInvalid_().
|
private |
Definition at line 199 of file BranchDescription.h.
Referenced by initBranchName(), and productInstanceName().
|
private |
Definition at line 209 of file BranchDescription.h.
Referenced by basketSize(), BranchDescription(), branchName(), clearBranchName(), dropped(), getInterface(), initBranchName(), initializeTransients(), moduleName(), onDemand(), parameterSetID(), present(), produced(), setBasketSize(), setDropped(), setOnDemand(), setProduced(), setSplitLevel(), setTransient(), setUnwrappedType(), setWrappedName(), setWrappedType(), splitLevel(), transient(), unwrappedType(), unwrappedTypeID(), wrappedName(), wrappedType(), wrappedTypeID(), and wrapperInterfaceBase().