CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
DQMHelper Class Reference

#include <DQMHelper.h>

Public Member Functions

MonitorElementbook1dHisto (const std::string &name, const std::string &title, int n, double xmin, double xmax)
 
MonitorElementbook2dHisto (const std::string &name, const std::string &title, int nx, double xmin, double xmax, int ny, double ymin, double ymax)
 
 DQMHelper (DQMStore::IBooker *i)
 
virtual ~DQMHelper ()
 

Private Attributes

DQMStore::IBookeribooker
 

Detailed Description

Definition at line 16 of file DQMHelper.h.

Constructor & Destructor Documentation

DQMHelper::DQMHelper ( DQMStore::IBooker i)

Definition at line 4 of file DQMHelper.cc.

4  :ibooker(i){
5 
6 }
DQMStore::IBooker * ibooker
Definition: DQMHelper.h:25
DQMHelper::~DQMHelper ( )
virtual

Definition at line 8 of file DQMHelper.cc.

8  {
9 
10 }

Member Function Documentation

MonitorElement * DQMHelper::book1dHisto ( const std::string &  name,
const std::string &  title,
int  n,
double  xmin,
double  xmax 
)
MonitorElement * DQMHelper::book2dHisto ( const std::string &  name,
const std::string &  title,
int  nx,
double  xmin,
double  xmax,
int  ny,
double  ymin,
double  ymax 
)

Member Data Documentation

DQMStore::IBooker* DQMHelper::ibooker
private

Definition at line 25 of file DQMHelper.h.

Referenced by book1dHisto(), and book2dHisto().