/[PAMELA software]/PamCut/PamCutEnv.h
ViewVC logotype

Contents of /PamCut/PamCutEnv.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Tue Mar 9 18:02:24 2010 UTC (14 years, 8 months ago) by pam-fi
Branch: MAIN
CVS Tags: Root_V8, MergedToHEAD_1, nuclei_reproc, MergedFromV8_1, BeforeMergingFromV8_1, V9, HEAD
Branch point for: V8
Changes since 1.2: +2 -1 lines
File MIME type: text/plain
Upgraded to support ND.

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_ */

  ViewVC Help
Powered by ViewVC 1.1.23