1 |
/* |
2 |
* Histo1DActions.h |
3 |
* |
4 |
* Created on: 25/aug/2009 |
5 |
* Author: Nicola Mori |
6 |
*/ |
7 |
|
8 |
/*! @file Histo1DActions.h Top level header for Histo1DActions classes and its descendants. */ |
9 |
|
10 |
#ifndef HISTO1DACTIONS_H_ |
11 |
#define HISTO1DACTIONS_H_ |
12 |
|
13 |
// Base class |
14 |
#include "Histo1DAction/Histo1DAction.h" |
15 |
|
16 |
// Actions |
17 |
#include "TrkRigHistoAction/TrkRigHistoAction.h" |
18 |
#include "TrkMDRHistoAction/TrkMDRHistoAction.h" |
19 |
#include "TrkSigmaDeflHistoAction/TrkSigmaDeflHistoAction.h" |
20 |
|
21 |
#endif /* HISTO1DACTIONS_H_ */ |