CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
edm::BranchDescription::Transients Struct Reference

#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_
 
WrapperInterfaceBasewrapperInterfaceBase_
 

Detailed Description

Definition at line 122 of file BranchDescription.h.

Constructor & Destructor Documentation

edm::BranchDescription::Transients::Transients ( )

Definition at line 20 of file BranchDescription.cc.

20  :
22  moduleName_(),
23  branchName_(),
24  wrappedName_(),
25  produced_(false),
26  onDemand_(false),
27  dropped_(false),
28  transient_(false),
29  wrappedType_(),
31  wrapperInterfaceBase_(nullptr),
32  splitLevel_(),
33  basketSize_() {
34  }
WrapperInterfaceBase * wrapperInterfaceBase_

Member Function Documentation

void edm::BranchDescription::Transients::reset ( void  )

Definition at line 37 of file BranchDescription.cc.

Referenced by edm::BranchDescription::initializeTransients().

37  {
38  *this = BranchDescription::Transients();
39  }

Member Data Documentation

int edm::BranchDescription::Transients::basketSize_
std::string edm::BranchDescription::Transients::branchName_
bool edm::BranchDescription::Transients::dropped_
std::string edm::BranchDescription::Transients::moduleName_
bool edm::BranchDescription::Transients::onDemand_
ParameterSetID edm::BranchDescription::Transients::parameterSetID_
bool edm::BranchDescription::Transients::produced_
int edm::BranchDescription::Transients::splitLevel_
bool edm::BranchDescription::Transients::transient_
TypeWithDict edm::BranchDescription::Transients::unwrappedType_
std::string edm::BranchDescription::Transients::wrappedName_
TypeWithDict edm::BranchDescription::Transients::wrappedType_
WrapperInterfaceBase* edm::BranchDescription::Transients::wrapperInterfaceBase_