/** * \file TrkLevel0.h * \author Elena Vannuccini */ #ifndef trklevel0_h #define trklevel0_h #include #include #include using namespace pamela::tracker; /** * \brief Class to describe tracker LEVEL0 data. * * It inherits from YODA TrackerEvent class and add some methods. */ class TrkLevel0 : public TrackerEvent{ private: public: void GetCommonVar(cTrkLevel0 *); }; #endif