CMS 3D CMS Logo

List of all members | Public Member Functions
SiStripLayoutParser Class Reference

#include <SiStripLayoutParser.h>

Public Member Functions

bool getAllLayouts (std::map< std::string, std::vector< std::string > > &me_names)
 
void getDocument (std::string filepath)
 
 SiStripLayoutParser ()
 

Detailed Description

Definition at line 16 of file SiStripLayoutParser.h.

Constructor & Destructor Documentation

◆ SiStripLayoutParser()

SiStripLayoutParser::SiStripLayoutParser ( )

Definition at line 9 of file SiStripLayoutParser.cc.

9  {
10  edm::LogInfo("SiStripLayoutParser") << " Creating SiStripLayoutParser "
11  << "\n";
12 }
Log< level::Info, false > LogInfo

Member Function Documentation

◆ getAllLayouts()

bool SiStripLayoutParser::getAllLayouts ( std::map< std::string, std::vector< std::string > > &  me_names)

Definition at line 20 of file SiStripLayoutParser.cc.

Referenced by TrackingActionExecutor::createShiftReport(), and SiStripActionExecutor::createShiftReport().

20 { return false; }

◆ getDocument()

void SiStripLayoutParser::getDocument ( std::string  filepath)

Definition at line 13 of file SiStripLayoutParser.cc.

References cms::cuda::assert().

Referenced by TrackingActionExecutor::createShiftReport(), and SiStripActionExecutor::createShiftReport().

13  {
14  // TODO: add new parser based on boost::property_tree.
15  assert(!"No longer implemented.");
16 }
assert(be >=bs)