#include <BranchDescription.h>
Public Member Functions | |
void | reset () |
Transients () | |
Public Attributes | |
int | basketSize_ |
std::string | branchName_ |
bool | dropped_ |
std::string | moduleName_ |
std::map < ProcessConfigurationID, std::string > | moduleNames_ |
bool | onDemand_ |
ParameterSetID | parameterSetID_ |
std::map < ProcessConfigurationID, ParameterSetID > | parameterSetIDs_ |
bool | produced_ |
int | splitLevel_ |
bool | transient_ |
Reflex::Type | type_ |
TypeID | typeID_ |
std::string | wrappedName_ |
WrapperInterfaceBase * | wrapperInterfaceBase_ |
Definition at line 113 of file BranchDescription.h.
edm::BranchDescription::Transients::Transients | ( | ) |
Definition at line 20 of file BranchDescription.cc.
: parameterSetID_(), moduleName_(), branchName_(), wrappedName_(), produced_(false), onDemand_(false), dropped_(false), parameterSetIDs_(), moduleNames_(), transient_(false), type_(), typeID_(), wrapperInterfaceBase_(0), splitLevel_(), basketSize_() { }
void edm::BranchDescription::Transients::reset | ( | void | ) |
Definition at line 39 of file BranchDescription.cc.
Referenced by edm::BranchDescription::initializeTransients().
{ *this = BranchDescription::Transients(); }
Definition at line 174 of file BranchDescription.h.
Referenced by edm::BranchDescription::basketSize().
std::string edm::BranchDescription::Transients::branchName_ |
Definition at line 127 of file BranchDescription.h.
Referenced by edm::BranchDescription::branchName().
Definition at line 142 of file BranchDescription.h.
Referenced by edm::BranchDescription::dropped(), and edm::BranchDescription::present().
std::string edm::BranchDescription::Transients::moduleName_ |
Definition at line 124 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::moduleName().
std::map<ProcessConfigurationID, std::string> edm::BranchDescription::Transients::moduleNames_ [mutable] |
Definition at line 152 of file BranchDescription.h.
Referenced by edm::BranchDescription::moduleNames().
Definition at line 137 of file BranchDescription.h.
Referenced by edm::BranchDescription::onDemand().
Definition at line 120 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::parameterSetID().
std::map<ProcessConfigurationID, ParameterSetID> edm::BranchDescription::Transients::parameterSetIDs_ [mutable] |
Definition at line 147 of file BranchDescription.h.
Referenced by edm::BranchDescription::parameterSetIDs().
Definition at line 133 of file BranchDescription.h.
Referenced by edm::BranchDescription::BranchDescription(), and edm::BranchDescription::produced().
Definition at line 170 of file BranchDescription.h.
Referenced by edm::BranchDescription::splitLevel().
Definition at line 156 of file BranchDescription.h.
Referenced by edm::BranchDescription::transient().
Reflex::Type edm::BranchDescription::Transients::type_ |
Definition at line 160 of file BranchDescription.h.
Referenced by edm::BranchDescription::type().
Definition at line 163 of file BranchDescription.h.
Referenced by edm::BranchDescription::typeID().
std::string edm::BranchDescription::Transients::wrappedName_ |
Definition at line 130 of file BranchDescription.h.
Referenced by edm::BranchDescription::wrappedName().
Definition at line 166 of file BranchDescription.h.
Referenced by edm::BranchDescription::wrapperInterfaceBase().