#include <BranchDescription.h>
Public Member Functions | |
void | reset () |
Transients () | |
Public Attributes | |
bool | availableOnlyAtEndTransition_ |
int | basketSize_ |
std::string | branchName_ |
bool | dropped_ |
bool | isMergeable_ |
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 132 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 37 of file BranchDescription.cc.
Referenced by edm::BranchDescription::initializeTransients().
bool edm::BranchDescription::Transients::availableOnlyAtEndTransition_ |
Definition at line 190 of file BranchDescription.h.
Referenced by edm::BranchDescription::availableOnlyAtEndTransition(), edm::BranchDescription::BranchDescription(), and edm::BranchDescription::setSwitchAliasForBranch().
int edm::BranchDescription::Transients::basketSize_ |
Definition at line 171 of file BranchDescription.h.
Referenced by edm::BranchDescription::basketSize(), and edm::BranchDescription::setBasketSize().
std::string edm::BranchDescription::Transients::branchName_ |
Definition at line 146 of file BranchDescription.h.
Referenced by edm::BranchDescription::branchName(), edm::BranchDescription::clearBranchName(), and edm::BranchDescription::initBranchName().
bool edm::BranchDescription::Transients::dropped_ |
Definition at line 183 of file BranchDescription.h.
Referenced by edm::BranchDescription::dropped(), edm::BranchDescription::present(), and edm::BranchDescription::setDropped().
bool edm::BranchDescription::Transients::isMergeable_ |
Definition at line 194 of file BranchDescription.h.
Referenced by edm::BranchDescription::isMergeable(), and edm::BranchDescription::setIsMergeable().
std::string edm::BranchDescription::Transients::moduleName_ |
Definition at line 143 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::moduleName().
bool edm::BranchDescription::Transients::onDemand_ |
Definition at line 178 of file BranchDescription.h.
Referenced by edm::BranchDescription::onDemand(), and edm::BranchDescription::setOnDemand().
ParameterSetID edm::BranchDescription::Transients::parameterSetID_ |
Definition at line 139 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::parameterSetID().
bool edm::BranchDescription::Transients::produced_ |
Definition at line 174 of file BranchDescription.h.
Referenced by edm::BranchDescription::produced(), and edm::BranchDescription::setProduced().
int edm::BranchDescription::Transients::splitLevel_ |
Definition at line 167 of file BranchDescription.h.
Referenced by edm::BranchDescription::setSplitLevel(), and edm::BranchDescription::splitLevel().
BranchID edm::BranchDescription::Transients::switchAliasForBranchID_ |
Definition at line 157 of file BranchDescription.h.
Referenced by edm::BranchDescription::setSwitchAliasForBranch(), and edm::BranchDescription::switchAliasForBranchID().
std::string edm::BranchDescription::Transients::switchAliasModuleLabel_ |
Definition at line 152 of file BranchDescription.h.
Referenced by edm::BranchDescription::isSwitchAlias(), edm::BranchDescription::setSwitchAliasModuleLabel(), and edm::BranchDescription::switchAliasModuleLabel().
bool edm::BranchDescription::Transients::transient_ |
Definition at line 187 of file BranchDescription.h.
Referenced by edm::BranchDescription::setTransient(), and edm::BranchDescription::transient().
TypeWithDict edm::BranchDescription::Transients::unwrappedType_ |
Definition at line 163 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 149 of file BranchDescription.h.
Referenced by edm::BranchDescription::setWrappedName(), and edm::BranchDescription::wrappedName().
TypeWithDict edm::BranchDescription::Transients::wrappedType_ |
Definition at line 160 of file BranchDescription.h.
Referenced by edm::BranchDescription::setWrappedType(), edm::BranchDescription::wrappedType(), and edm::BranchDescription::wrappedTypeID().