CMS 3D CMS Logo

Classes | Typedefs
TestHistoMgr.h File Reference
#include "TH1F.h"
#include "TH2F.h"
#include "TProfile.h"
#include "TProfile2D.h"
#include "TFile.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <map>
#include <string>
#include <memory>

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

◆ mih1

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

Definition at line 16 of file TestHistoMgr.h.

◆ mih2

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

Definition at line 17 of file TestHistoMgr.h.

◆ mihp1

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

Definition at line 18 of file TestHistoMgr.h.

◆ mihp2

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

Definition at line 19 of file TestHistoMgr.h.