CMS 3D CMS Logo

Classes | Typedefs

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/Validation/Geometry/interface/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.