CMS 3D CMS Logo

Public Member Functions | Public Attributes

DDSelLevelCollector Struct Reference

List of all members.

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 15 of file DDPartSelection.cc.


Member Function Documentation

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

Definition at line 24 of file DDPartSelection.cc.

References AlCaHLTBitMon_ParallelJobs::p.

                                                                              {
    if (p) {
      p_=p; 
      namespace_="";
      name_="";
      copyNo_=0;
      isCopyNoValid_=false;
      isChild_=false;
    }
    return p_;
  }

Member Data Documentation

Definition at line 19 of file DDPartSelection.cc.

Referenced by DDCopyNoFtor::operator()().

Definition at line 21 of file DDPartSelection.cc.

Referenced by DDIsChildFtor::operator()().

Definition at line 20 of file DDPartSelection.cc.

Referenced by DDCopyNoFtor::operator()().

Definition at line 18 of file DDPartSelection.cc.

Referenced by DDNameFtor::operator()().

Definition at line 17 of file DDPartSelection.cc.

Referenced by DDNameSpaceFtor::operator()().

Definition at line 22 of file DDPartSelection.cc.