CMS 3D CMS Logo

DDIsChildFtor Struct Reference

List of all members.

Public Member Functions

void operator() (char const *first, char const *last) const


Detailed Description

Definition at line 81 of file DDPartSelection.cc.


Member Function Documentation

void DDIsChildFtor::operator() ( char const *  first,
char const *  last 
) const [inline]

Definition at line 84 of file DDPartSelection.cc.

References DDI::Singleton< I >::instance(), DDSelLevelCollector::isChild_, and sl.

00084                                                              {
00085    DDSelLevelCollector & sl = DDI::Singleton<DDSelLevelCollector>::instance();
00086    if ( (last-first) > 1) 
00087      sl.isChild_=false;
00088    if ( (last-first) ==1 )
00089      sl.isChild_=true;
00090    //edm::LogInfo("DDPartSelection")  << "DDIsChildFtor  isChild=" << (last-first) << std::endl;
00091   }


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