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

Annotation of /PamCut/PamCutEnv.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Wed May 27 13:30:01 2009 UTC (15 years, 6 months ago) by pam-fi
Branch: MAIN
Branch point for: DEV
File MIME type: text/plain
Initial revision

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     #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