#include "DetectorDescription/Core/interface/Singleton.h"
#include "DetectorDescription/Core/interface/DDLogicalPart.h"
#include "DetectorDescription/Core/interface/DDName.h"
#include "DetectorDescription/Core/interface/DDPartSelection.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "boost/spirit/include/classic.hpp"
#include <DetectorDescription/Core/interface/Singleton.icc>
Go to the source code of this file.
Classes | |
struct | DDCopyNoFtor |
struct | DDIsChildFtor |
struct | DDNameFtor |
struct | DDNameSpaceFtor |
struct | DDSelLevelCollector |
struct | DDSelLevelFtor |
struct | SpecParParser::definition< ScannerT > |
struct | SpecParParser |
Namespaces | |
boost | |
boost::spirit | |
boost::spirit::classic | |
Functions | |
void | DDTokenize2 (const std::string &sel, std::vector< DDPartSelRegExpLevel > &path) |
void | noNameSpace (char const *, char const *) |
std::ostream & | operator<< (std::ostream &o, const DDPartSelection &p) |
std::ostream & | operator<< (std::ostream &os, const std::vector< DDPartSelection > &v) |
void DDTokenize2 | ( | const std::string & | sel, |
std::vector< DDPartSelRegExpLevel > & | path | ||
) |
Definition at line 222 of file DDPartSelection.cc.
References full, DDI::Singleton< I >::instance(), dumpparser::parse(), writedatasetfile::parser, and mps_fire::result.
Referenced by DDI::Specific::createPartSelections(), and DDPartSelection::DDPartSelection().
void noNameSpace | ( | char const * | , |
char const * | |||
) |
Definition at line 32 of file DDPartSelection.cc.
References DDI::Singleton< I >::instance().
Referenced by SpecParParser::definition< ScannerT >::definition().
std::ostream& operator<< | ( | std::ostream & | o, |
const DDPartSelection & | p | ||
) |
Definition at line 232 of file DDPartSelection.cc.
References DDPartSelectionLevel::copyno_, ddanylogp, ddanyposp, ddchildlogp, ddchildposp, DDBase< N, C >::ddname(), DDPartSelectionLevel::lp_, connectstrParser::o, and DDPartSelectionLevel::selectionType_.
Referenced by DDPartSelection::DDPartSelection().
std::ostream& operator<< | ( | std::ostream & | os, |
const std::vector< DDPartSelection > & | v | ||
) |