#include <BranchDescription.h>
Public Member Functions | |
void | reset () |
Transients () | |
Public Attributes | |
bool | availableOnlyAtEndTransition_ |
int | basketSize_ |
std::string | branchName_ |
bool | dropped_ |
std::string | moduleName_ |
bool | onDemand_ |
ParameterSetID | parameterSetID_ |
bool | produced_ |
int | splitLevel_ |
bool | transient_ |
TypeWithDict | unwrappedType_ |
std::string | wrappedName_ |
TypeWithDict | wrappedType_ |
Definition at line 121 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 171 of file BranchDescription.h.
Referenced by edm::BranchDescription::availableOnlyAtEndTransition(), and edm::BranchDescription::BranchDescription().
int edm::BranchDescription::Transients::basketSize_ |
Definition at line 152 of file BranchDescription.h.
Referenced by edm::BranchDescription::basketSize(), and edm::BranchDescription::setBasketSize().
std::string edm::BranchDescription::Transients::branchName_ |
Definition at line 135 of file BranchDescription.h.
Referenced by edm::BranchDescription::branchName(), edm::BranchDescription::clearBranchName(), and edm::BranchDescription::initBranchName().
bool edm::BranchDescription::Transients::dropped_ |
Definition at line 164 of file BranchDescription.h.
Referenced by edm::BranchDescription::dropped(), edm::BranchDescription::present(), and edm::BranchDescription::setDropped().
std::string edm::BranchDescription::Transients::moduleName_ |
Definition at line 132 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::moduleName().
bool edm::BranchDescription::Transients::onDemand_ |
Definition at line 159 of file BranchDescription.h.
Referenced by edm::BranchDescription::onDemand(), and edm::BranchDescription::setOnDemand().
ParameterSetID edm::BranchDescription::Transients::parameterSetID_ |
Definition at line 128 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::parameterSetID().
bool edm::BranchDescription::Transients::produced_ |
Definition at line 155 of file BranchDescription.h.
Referenced by edm::BranchDescription::produced(), and edm::BranchDescription::setProduced().
int edm::BranchDescription::Transients::splitLevel_ |
Definition at line 148 of file BranchDescription.h.
Referenced by edm::BranchDescription::setSplitLevel(), and edm::BranchDescription::splitLevel().
bool edm::BranchDescription::Transients::transient_ |
Definition at line 168 of file BranchDescription.h.
Referenced by edm::BranchDescription::setTransient(), and edm::BranchDescription::transient().
TypeWithDict edm::BranchDescription::Transients::unwrappedType_ |
Definition at line 144 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 138 of file BranchDescription.h.
Referenced by edm::BranchDescription::setWrappedName(), and edm::BranchDescription::wrappedName().
TypeWithDict edm::BranchDescription::Transients::wrappedType_ |
Definition at line 141 of file BranchDescription.h.
Referenced by edm::BranchDescription::setWrappedType(), edm::BranchDescription::wrappedType(), and edm::BranchDescription::wrappedTypeID().