/[PAMELA software]/DarthVader/TrackerLevel2/inc/TrkLevel0.h
ViewVC logotype

Annotation of /DarthVader/TrackerLevel2/inc/TrkLevel0.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri May 19 13:15:51 2006 UTC (18 years, 6 months ago) by mocchiut
Branch: MAIN
Branch point for: DarthVader
File MIME type: text/plain
Initial revision

1 mocchiut 1.1 /**
2     * \file TrkLevel0.h
3     * \author Elena Vannuccini
4     */
5     #ifndef trklevel0_h
6     #define trklevel0_h
7    
8     #include <TObject.h>
9     #include <physics/tracker/TrackerEvent.h>
10     #include <TrkStruct.h>
11    
12     using namespace pamela::tracker;
13    
14     /**
15     * \brief Class to describe tracker LEVEL0 data.
16     *
17     * It inherits from YODA TrackerEvent class and add some methods.
18     */
19    
20     class TrkLevel0 : public TrackerEvent{
21    
22     private:
23    
24     public:
25    
26     void GetCommonVar(cTrkLevel0 *);
27    
28     };
29    
30     #endif

  ViewVC Help
Powered by ViewVC 1.1.23