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

Annotation of /PamCut/PamCutEnv.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide 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 pam-fi 1.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 pam-fi 1.3 #include "MiscCuts/MiscCuts.h"
24     #include "NDCuts/NDCuts.h"
25 pam-fi 1.1 #include "TofCuts/TofCuts.h"
26     #include "TrkCuts/TrkCuts.h"
27    
28 pam-fi 1.2 /* Actions */
29     #include "CollectionActions/CollectionActions.h"
30 pam-fi 1.1
31     #endif /* PAMCUTENV_H_ */

  ViewVC Help
Powered by ViewVC 1.1.23