1 |
pam-fi |
1.1 |
/* |
2 |
|
|
* Histo1DActions.h |
3 |
|
|
* |
4 |
|
|
* Created on: 01/set/2009 |
5 |
|
|
* Author: Nicola Mori |
6 |
|
|
*/ |
7 |
|
|
|
8 |
|
|
/*! @file Histo2DActions.h Top level header for Histo2DActions classes and its descendants. */ |
9 |
|
|
|
10 |
|
|
#ifndef HISTO2DACTIONS_H_ |
11 |
|
|
#define HISTO2DACTIONS_H_ |
12 |
|
|
|
13 |
|
|
// Base class |
14 |
|
|
#include "Histo2DAction/Histo2DAction.h" |
15 |
|
|
|
16 |
|
|
// Actions |
17 |
|
|
#include "CaloDedxVsBetaHistoAction/CaloDedxVsBetaHistoAction.h" |
18 |
|
|
#include "CaloDedxVsRigHistoAction/CaloDedxVsRigHistoAction.h" |
19 |
|
|
#include "TofBetaVsTrkRigHistoAction/TofBetaVsTrkRigHistoAction.h" |
20 |
|
|
#include "TofBetaVsTrkBetaHistoAction/TofBetaVsTrkBetaHistoAction.h" |
21 |
|
|
#include "TofDedxVsBetaHistoAction/TofDedxVsBetaHistoAction.h" |
22 |
|
|
#include "TrkDedxVsRigHistoAction/TrkDedxVsRigHistoAction.h" |
23 |
|
|
#include "TrkDOFVsDeflHistoAction/TrkDOFVsDeflHistoAction.h" |
24 |
|
|
#include "TrkDOFVsRigHistoAction/TrkDOFVsRigHistoAction.h" |
25 |
|
|
|
26 |
|
|
#endif /* HISTO2DACTIONS_H_ */ |