CMS 3D CMS Logo

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 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 copyNo_, isChild_, isCopyNoValid_, name_, namespace_, p, and p_.

Referenced by DDSelLevelFtor::operator()().

00025                                                                               {
00026     if (p) {
00027       p_=p; 
00028       namespace_="";
00029       name_="";
00030       copyNo_=0;
00031       isCopyNoValid_=false;
00032       isChild_=false;
00033     }
00034     return p_;
00035   }


Member Data Documentation

int DDSelLevelCollector::copyNo_

Definition at line 20 of file DDPartSelection.cc.

Referenced by DDCopyNoFtor::operator()(), DDSelLevelFtor::operator()(), and path().

bool DDSelLevelCollector::isChild_

Definition at line 22 of file DDPartSelection.cc.

Referenced by DDIsChildFtor::operator()(), DDSelLevelFtor::operator()(), and path().

bool DDSelLevelCollector::isCopyNoValid_

Definition at line 21 of file DDPartSelection.cc.

Referenced by DDCopyNoFtor::operator()(), DDSelLevelFtor::operator()(), and path().

std::string DDSelLevelCollector::name_

Definition at line 19 of file DDPartSelection.cc.

Referenced by DDNameFtor::operator()(), DDSelLevelFtor::operator()(), and path().

std::string DDSelLevelCollector::namespace_

Definition at line 18 of file DDPartSelection.cc.

Referenced by DDNameSpaceFtor::operator()(), DDSelLevelFtor::operator()(), and path().

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

Definition at line 23 of file DDPartSelection.cc.

Referenced by path().


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:18:12 2009 for CMSSW by  doxygen 1.5.4