CMS 3D CMS Logo

Public Member Functions

SiPixelLayoutParser Class Reference

#include <SiPixelLayoutParser.h>

Inheritance diagram for SiPixelLayoutParser:
DQMParserBase

List of all members.

Public Member Functions

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

Detailed Description

* Class that handles the SiPixel Quality Tests

Date:
2007/09/13 19:42:23
Revision:
1.1
Author:
Suchandra Dutta

Definition at line 20 of file SiPixelLayoutParser.h.


Constructor & Destructor Documentation

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" ;
}

Member Function Documentation

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