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
DDSelLevelCollector Struct Reference

Public Member Functions

std::vector
< DDPartSelRegExpLevel > * 
path (std::vector< DDPartSelRegExpLevel > *p=0)
 

Public Attributes

int copyNo_
 
bool isChild_
 
bool isCopyNoValid_
 
std::string name_
 
std::string namespace_
 
std::vector
< DDPartSelRegExpLevel > * 
p_
 

Detailed Description

Definition at line 16 of file DDPartSelection.cc.

Member Function Documentation

std::vector<DDPartSelRegExpLevel>* DDSelLevelCollector::path ( std::vector< DDPartSelRegExpLevel > *  p = 0)
inline

Definition at line 25 of file DDPartSelection.cc.

References L1TEmulatorMonitor_cff::p.

25  {
26  if (p) {
27  p_=p;
28  namespace_="";
29  name_="";
30  copyNo_=0;
31  isCopyNoValid_=false;
32  isChild_=false;
33  }
34  return p_;
35  }
std::vector< DDPartSelRegExpLevel > * p_

Member Data Documentation

int DDSelLevelCollector::copyNo_

Definition at line 20 of file DDPartSelection.cc.

Referenced by DDCopyNoFtor::operator()().

bool DDSelLevelCollector::isChild_

Definition at line 22 of file DDPartSelection.cc.

Referenced by DDIsChildFtor::operator()().

bool DDSelLevelCollector::isCopyNoValid_

Definition at line 21 of file DDPartSelection.cc.

Referenced by DDCopyNoFtor::operator()().

std::string DDSelLevelCollector::name_

Definition at line 19 of file DDPartSelection.cc.

Referenced by DDNameFtor::operator()().

std::string DDSelLevelCollector::namespace_

Definition at line 18 of file DDPartSelection.cc.

Referenced by DDNameSpaceFtor::operator()().

std::vector<DDPartSelRegExpLevel>* DDSelLevelCollector::p_

Definition at line 23 of file DDPartSelection.cc.