AMSDST
Main Page
Classes
Files
File List
File Members
source
myRichRingBase.h
Go to the documentation of this file.
1
// Authors: D.D'Urso - INFN di Perugia
2
#ifndef myRichRingBase_h
3
#define myRichRingBase_h
4
5
#include "
myObject.h
"
6
7
class
myRichRingBase
:
public
myObject
{
8
public
:
10
myRichRingBase
(){};
12
~myRichRingBase
(){};
13
14
UInt_t
Status
;
15
Float_t
Beta
;
16
Float_t
Theta
;
17
18
public
:
19
virtual
void
Clear
(Option_t* option=
""
)=0;
20
private
:
21
virtual
void
init
()=0;
22
23
public
:
24
ClassDef
(
myRichRingBase
,1);
25
};
26
27
28
#endif
Generated on Tue Dec 29 2015 23:02:50 for AMSDST by
1.8.3