ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtS800
S800Event.h
Go to the documentation of this file.
1
// S800Event.h
2
//
3
// A class prepared for symmetry with respect to the DDASEvent class
4
//
5
// Author: Shumpei Noji
6
// Date : 5/15/2014
7
//
8
9
#ifndef S800EVENT_H
10
#define S800EVENT_H
11
12
#include <Rtypes.h>
13
#include <TObject.h>
14
15
#include "
S800.h
"
16
17
class
TBuffer;
18
class
TClass;
19
class
TMemberInspector;
20
21
class
S800Event
:
public
TObject {
22
public
:
23
S800Event
() {}
24
void
Clear
(Option_t *
/*option*/
=
""
) {
fS800
.
Clear
(); };
25
26
S800
*
GetS800
() {
return
&
fS800
; }
27
void
SetS800
(
S800
s800) {
fS800
= s800; }
28
29
protected
:
30
S800
fS800
;
31
32
ClassDef
(
S800Event
, 1);
33
};
34
35
#endif
S800Event
Definition:
S800Event.h:21
S800Event::fS800
S800 fS800
Definition:
S800Event.h:30
S800Event::ClassDef
ClassDef(S800Event, 1)
S800::Clear
void Clear()
Definition:
S800.h:341
S800Event::S800Event
S800Event()
Definition:
S800Event.h:23
S800
Definition:
S800.h:338
S800Event::SetS800
void SetS800(S800 s800)
Definition:
S800Event.h:27
S800Event::GetS800
S800 * GetS800()
Definition:
S800Event.h:26
S800.h
S800Event::Clear
void Clear(Option_t *="")
Definition:
S800Event.h:24
Generated on Sat Nov 11 2023 15:30:38 for ATTPCROOT by
1.8.18