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

Contents of /PamCut/PamCutEnv.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Wed May 27 13:30:01 2009 UTC (15 years, 6 months ago) by pam-fi
Branch: DEV
CVS Tags: v0r00
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Error occurred while calculating annotation data.
First import

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 "TofCuts/TofCuts.h"
24 #include "TrkCuts/TrkCuts.h"
25 #include "MiscCuts/MiscCuts.h"
26
27
28 #endif /* PAMCUTENV_H_ */

  ViewVC Help
Powered by ViewVC 1.1.23