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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri May 19 13:15:51 2006 UTC (18 years, 6 months ago) by mocchiut
Branch: DarthVader
CVS Tags: v0r01, v0r02, v2r01, v1r01beta, start, v1r00, v1r01, v3r00, v2r00BETA
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources

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