#include <SiPixelLayoutParser.h>
Public Member Functions | |
bool | getAllLayouts (std::map< std::string, std::vector< std::string > > &me_names) |
SiPixelLayoutParser () | |
~SiPixelLayoutParser () |
* Class that handles the SiPixel Quality Tests
Definition at line 20 of file SiPixelLayoutParser.h.
SiPixelLayoutParser::SiPixelLayoutParser | ( | ) |
Definition at line 12 of file SiPixelLayoutParser.cc.
References gather_cfg::cout.
: DQMParserBase() { edm::LogInfo("SiPixelLayoutParser") << " Creating SiPixelLayoutParser " << "\n" ; cout << " Creating SiPixelLayoutParser " << endl; }
SiPixelLayoutParser::~SiPixelLayoutParser | ( | ) |
Definition at line 20 of file SiPixelLayoutParser.cc.
{ edm::LogInfo("SiPixelActionExecutor") << " Deleting SiPixelLayoutParser " << "\n" ; }
bool SiPixelLayoutParser::getAllLayouts | ( | std::map< std::string, std::vector< std::string > > & | me_names | ) |