Parent Directory
|
Revision Log
Initial revision
| 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 |