AMSDST
myTrTrackBase.h
Go to the documentation of this file.
1 // Authors: D.D'Urso - INFN di Perugia
2 #ifndef myTrTrackBase_h
3 #define myTrTrackBase_h
4 
5 #include "myObject.h"
6 
7 class myTrTrackBase: public myObject {
8  public:
13 
14  Int_t BitPatternJ;
15  Int_t kDef;
16 
17  public:
18  virtual void Clear(Option_t* option="")=0;
19  private:
20  virtual void init()=0;
21 
22  public:
24 };
25 
26 
27 #endif