#include <BranchDescription.h>
Public Member Functions | |
void | reset () |
Transients () | |
Public Attributes | |
bool | availableOnlyAtEndTransition_ |
int | basketSize_ |
std::string | branchName_ |
bool | dropped_ |
bool | isMergeable_ |
bool | isProvenanceSetOnRead_ = false |
bool | isTransform_ |
std::string | moduleName_ |
bool | onDemand_ |
ParameterSetID | parameterSetID_ |
bool | produced_ |
int | splitLevel_ |
BranchID | switchAliasForBranchID_ |
std::string | switchAliasModuleLabel_ |
bool | transient_ |
TypeWithDict | unwrappedType_ |
std::string | wrappedName_ |
TypeWithDict | wrappedType_ |
Definition at line 135 of file BranchDescription.h.
edm::BranchDescription::Transients::Transients | ( | ) |
Definition at line 19 of file BranchDescription.cc.
void edm::BranchDescription::Transients::reset | ( | void | ) |
Definition at line 36 of file BranchDescription.cc.
Referenced by edm::BranchDescription::initializeTransients().
bool edm::BranchDescription::Transients::availableOnlyAtEndTransition_ |
Definition at line 198 of file BranchDescription.h.
Referenced by edm::BranchDescription::availableOnlyAtEndTransition(), edm::BranchDescription::BranchDescription(), and edm::BranchDescription::setSwitchAliasForBranch().
int edm::BranchDescription::Transients::basketSize_ |
Definition at line 176 of file BranchDescription.h.
Referenced by edm::BranchDescription::basketSize(), and edm::BranchDescription::setBasketSize().
std::string edm::BranchDescription::Transients::branchName_ |
Definition at line 149 of file BranchDescription.h.
Referenced by edm::BranchDescription::branchName(), edm::BranchDescription::clearBranchName(), and edm::BranchDescription::initBranchName().
bool edm::BranchDescription::Transients::dropped_ |
Definition at line 191 of file BranchDescription.h.
Referenced by edm::BranchDescription::dropped(), edm::BranchDescription::present(), and edm::BranchDescription::setDropped().
bool edm::BranchDescription::Transients::isMergeable_ |
Definition at line 202 of file BranchDescription.h.
Referenced by edm::BranchDescription::isMergeable(), and edm::BranchDescription::setIsMergeable().
bool edm::BranchDescription::Transients::isProvenanceSetOnRead_ = false |
Definition at line 205 of file BranchDescription.h.
Referenced by edm::BranchDescription::isProvenanceSetOnRead(), and edm::BranchDescription::setIsProvenanceSetOnRead().
bool edm::BranchDescription::Transients::isTransform_ |
Definition at line 186 of file BranchDescription.h.
Referenced by edm::BranchDescription::isTransform(), and edm::BranchDescription::setIsTransform().
std::string edm::BranchDescription::Transients::moduleName_ |
Definition at line 146 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::moduleName().
bool edm::BranchDescription::Transients::onDemand_ |
Definition at line 183 of file BranchDescription.h.
Referenced by edm::BranchDescription::onDemand(), and edm::BranchDescription::setOnDemand().
ParameterSetID edm::BranchDescription::Transients::parameterSetID_ |
Definition at line 142 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::parameterSetID().
bool edm::BranchDescription::Transients::produced_ |
Definition at line 179 of file BranchDescription.h.
Referenced by edm::BranchDescription::produced(), and edm::BranchDescription::setProduced().
int edm::BranchDescription::Transients::splitLevel_ |
Definition at line 172 of file BranchDescription.h.
Referenced by edm::BranchDescription::setSplitLevel(), and edm::BranchDescription::splitLevel().
BranchID edm::BranchDescription::Transients::switchAliasForBranchID_ |
Definition at line 160 of file BranchDescription.h.
Referenced by edm::BranchDescription::setSwitchAliasForBranch(), and edm::BranchDescription::switchAliasForBranchID().
std::string edm::BranchDescription::Transients::switchAliasModuleLabel_ |
Definition at line 155 of file BranchDescription.h.
Referenced by edm::BranchDescription::isSwitchAlias(), edm::BranchDescription::setSwitchAliasModuleLabel(), and edm::BranchDescription::switchAliasModuleLabel().
bool edm::BranchDescription::Transients::transient_ |
Definition at line 195 of file BranchDescription.h.
Referenced by edm::BranchDescription::setTransient(), and edm::BranchDescription::transient().
TypeWithDict edm::BranchDescription::Transients::unwrappedType_ |
Definition at line 168 of file BranchDescription.h.
Referenced by edm::BranchDescription::setUnwrappedType(), edm::BranchDescription::unwrappedType(), and edm::BranchDescription::unwrappedTypeID().
std::string edm::BranchDescription::Transients::wrappedName_ |
Definition at line 152 of file BranchDescription.h.
Referenced by edm::BranchDescription::setWrappedName(), and edm::BranchDescription::wrappedName().
TypeWithDict edm::BranchDescription::Transients::wrappedType_ |
Definition at line 164 of file BranchDescription.h.
Referenced by edm::BranchDescription::setWrappedType(), edm::BranchDescription::wrappedType(), and edm::BranchDescription::wrappedTypeID().