| 7 |
|
|
| 8 |
/*! @file CaloChi2HistoAction.h The CaloChi2HistoAction class declaration file. */ |
/*! @file CaloChi2HistoAction.h The CaloChi2HistoAction class declaration file. */ |
| 9 |
|
|
| 10 |
|
#ifndef NO_CALOAXIS |
| 11 |
|
|
| 12 |
#ifndef CALOCHI2HISTOACTION_H_ |
#ifndef CALOCHI2HISTOACTION_H_ |
| 13 |
#define CALOCHI2HISTOACTION_H_ |
#define CALOCHI2HISTOACTION_H_ |
| 14 |
|
|
| 15 |
#include "../CollectionAction/CollectionAction.h" |
#include "../CollectionAction/CollectionAction.h" |
| 16 |
#include "../../CaloAxis2.h" |
#include <CaloAxis.h> |
| 17 |
#include <TH1F.h> |
#include <TH1F.h> |
| 18 |
#include <TH2F.h> |
#include <TH2F.h> |
| 19 |
|
|
| 61 |
TH2F _xyHisto; |
TH2F _xyHisto; |
| 62 |
}; |
}; |
| 63 |
#endif /* CALOCHI2HISTOACTION_H_ */ |
#endif /* CALOCHI2HISTOACTION_H_ */ |
| 64 |
|
#endif /* NO_CALOAXIS */ |