![]() |
![]() |
#include "DetectorDescription/Base/interface/Singleton.h"
#include "DetectorDescription/Core/interface/DDPartSelection.h"
#include "DetectorDescription/Base/interface/DDException.h"
#include "DetectorDescription/Base/interface/DDdebug.h"
#include "DetectorDescription/Core/interface/DDSplit.h"
#include "boost/spirit/include/classic.hpp"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <map>
#include <DetectorDescription/Base/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 | DDTokenize (const std::string &sel, std::vector< DDPartSelRegExpLevel > &path) |
void | DDTokenize2 (const std::string &sel, std::vector< DDPartSelRegExpLevel > &path) |
void | noNameSpace (char const *first, char const *last) |
std::ostream & | operator<< (std::ostream &o, const DDPartSelection &p) |
std::ostream & | operator<< (std::ostream &os, const std::vector< DDPartSelection > &v) |
void DDTokenize | ( | const std::string & | sel, |
std::vector< DDPartSelRegExpLevel > & | path | ||
) |
Definition at line 279 of file DDPartSelection.cc.
References DCOUT_V, ddanychild, ddanylogp, ddanynode, ddanyposp, ddchildlogp, ddchildposp, DDSplit(), ddunknown, i, gen::mint, L1TEmulatorMonitor_cff::p, asciidump::s, runTheMatrix::sel, tmp, and EcalElecEmulTccFlatFileProducerFromTPG_cfg::tokens.
void DDTokenize2 | ( | const std::string & | sel, |
std::vector< DDPartSelRegExpLevel > & | path | ||
) |
Definition at line 264 of file DDPartSelection.cc.
References full, DDI::Singleton< I >::instance(), triggerExpression::parse(), geometryXMLtoCSV::parser, and query::result.
Referenced by DDI::Specific::createPartSelections().
void noNameSpace | ( | char const * | first, |
char const * | last | ||
) |
Definition at line 39 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 485 of file DDPartSelection.cc.
References DDPartSelectionLevel::copyno_, ddanylogp, ddanyposp, ddchildlogp, ddchildposp, DDBase< N, C >::ddname(), DDPartSelectionLevel::lp_, connectstrParser::o, and DDPartSelectionLevel::selectionType_.
std::ostream& operator<< | ( | std::ostream & | os, |
const std::vector< DDPartSelection > & | v | ||
) |