CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
DDSelLevelCollector Struct Reference

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 15 of file DDPartSelection.cc.

Member Function Documentation

◆ path()

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

Definition at line 23 of file DDPartSelection.cc.

References AlCaHLTBitMon_ParallelJobs::p.

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

Member Data Documentation

◆ copyNo_

int DDSelLevelCollector::copyNo_

Definition at line 18 of file DDPartSelection.cc.

Referenced by DDCopyNoFtor::operator()().

◆ isChild_

bool DDSelLevelCollector::isChild_

Definition at line 20 of file DDPartSelection.cc.

Referenced by DDIsChildFtor::operator()().

◆ isCopyNoValid_

bool DDSelLevelCollector::isCopyNoValid_

Definition at line 19 of file DDPartSelection.cc.

Referenced by DDCopyNoFtor::operator()().

◆ name_

std::string DDSelLevelCollector::name_

Definition at line 17 of file DDPartSelection.cc.

Referenced by DDNameFtor::operator()().

◆ namespace_

std::string DDSelLevelCollector::namespace_

Definition at line 16 of file DDPartSelection.cc.

Referenced by DDNameSpaceFtor::operator()().

◆ p_

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

Definition at line 21 of file DDPartSelection.cc.