CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs
TestHistoMgr.h File Reference
#include "TH1F.h"
#include "TH2F.h"
#include "TProfile.h"
#include "TProfile2D.h"
#include "TFile.h"
#include <map>
#include <string>

Go to the source code of this file.

Classes

class  TestHistoMgr
 

Typedefs

typedef std::map< int, TH1F * > mih1
 
typedef std::map< int, TH2F * > mih2
 
typedef std::map< int, TProfile * > mihp1
 
typedef std::map< int,
TProfile2D * > 
mihp2
 

Typedef Documentation

typedef std::map< int, TH1F* > mih1

Definition at line 14 of file TestHistoMgr.h.

typedef std::map< int, TH2F* > mih2

Definition at line 15 of file TestHistoMgr.h.

typedef std::map< int, TProfile* > mihp1

Definition at line 16 of file TestHistoMgr.h.

typedef std::map< int, TProfile2D* > mihp2

Definition at line 17 of file TestHistoMgr.h.