#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 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.