#include <BranchDescription.h>
Public Member Functions | |
void | reset () |
Transients () | |
Public Attributes | |
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 119 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 35 of file BranchDescription.cc.
Referenced by edm::BranchDescription::initializeTransients().
int edm::BranchDescription::Transients::basketSize_ |
Definition at line 166 of file BranchDescription.h.
Referenced by edm::BranchDescription::basketSize(), and edm::BranchDescription::setBasketSize().
std::string edm::BranchDescription::Transients::branchName_ |
Definition at line 133 of file BranchDescription.h.
Referenced by edm::BranchDescription::branchName(), edm::BranchDescription::clearBranchName(), and edm::BranchDescription::initBranchName().
bool edm::BranchDescription::Transients::dropped_ |
Definition at line 148 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 130 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::moduleName().
bool edm::BranchDescription::Transients::onDemand_ |
Definition at line 143 of file BranchDescription.h.
Referenced by edm::BranchDescription::onDemand(), and edm::BranchDescription::setOnDemand().
ParameterSetID edm::BranchDescription::Transients::parameterSetID_ |
Definition at line 126 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::parameterSetID().
bool edm::BranchDescription::Transients::produced_ |
Definition at line 139 of file BranchDescription.h.
Referenced by edm::BranchDescription::produced(), and edm::BranchDescription::setProduced().
int edm::BranchDescription::Transients::splitLevel_ |
Definition at line 162 of file BranchDescription.h.
Referenced by edm::BranchDescription::setSplitLevel(), and edm::BranchDescription::splitLevel().
bool edm::BranchDescription::Transients::transient_ |
Definition at line 152 of file BranchDescription.h.
Referenced by edm::BranchDescription::setTransient(), and edm::BranchDescription::transient().
TypeWithDict edm::BranchDescription::Transients::unwrappedType_ |
Definition at line 158 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 136 of file BranchDescription.h.
Referenced by edm::BranchDescription::setWrappedName(), and edm::BranchDescription::wrappedName().
TypeWithDict edm::BranchDescription::Transients::wrappedType_ |
Definition at line 155 of file BranchDescription.h.
Referenced by edm::BranchDescription::setWrappedType(), edm::BranchDescription::wrappedType(), and edm::BranchDescription::wrappedTypeID().