AMSDST
Main Page
Classes
Files
File List
File Members
source
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
:
10
myTrTrackBase
(){};
12
~myTrTrackBase
(){};
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
:
23
ClassDef
(
myTrTrackBase
,1);
24
};
25
26
27
#endif
Generated on Tue Dec 29 2015 23:02:50 for AMSDST by
1.8.3