| 1 |
/* |
| 2 |
* PamCutEnv.h |
| 3 |
* |
| 4 |
* Created on: 10-mar-2009 |
| 5 |
* Author: Nicola Mori |
| 6 |
*/ |
| 7 |
/*! @brief Top level header for PamCut framework, including all sub-headers. |
| 8 |
* |
| 9 |
* To use the PamCut framework it is sufficient to include this header file. |
| 10 |
*/ |
| 11 |
#ifndef PAMCUTENV_H_ |
| 12 |
#define PAMCUTENV_H_ |
| 13 |
|
| 14 |
/* The base class definitions (PamCut and PamCutCollection) */ |
| 15 |
#include "PamCutBase/PamCutBase.h" |
| 16 |
|
| 17 |
/* Collections */ |
| 18 |
#include "Collections/Collections.h" |
| 19 |
|
| 20 |
/* Cuts */ |
| 21 |
#include "ACCuts/ACCuts.h" |
| 22 |
#include "CaloCuts/CaloCuts.h" |
| 23 |
#include "MiscCuts/MiscCuts.h" |
| 24 |
#include "NDCuts/NDCuts.h" |
| 25 |
#include "TofCuts/TofCuts.h" |
| 26 |
#include "TrkCuts/TrkCuts.h" |
| 27 |
|
| 28 |
/* Actions */ |
| 29 |
#include "CollectionActions/CollectionActions.h" |
| 30 |
|
| 31 |
#endif /* PAMCUTENV_H_ */ |