ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtUnpack
GETDecoder2
GETBasicFrame.h
Go to the documentation of this file.
1
#ifndef GETBASICFRAME
2
#define GETBASICFRAME
3
4
#include <Rtypes.h>
5
6
#include "
GETBasicFrameHeader.h
"
7
8
#include <iosfwd>
9
10
class
TBuffer;
11
class
TClass;
12
class
TMemberInspector;
13
14
class
GETBasicFrame
:
public
GETBasicFrameHeader
{
15
public
:
16
GETBasicFrame
();
17
18
Int_t *
GetSample
(Int_t agetIdx, Int_t chIdx);
19
20
Int_t
GetFrameSkip
();
21
22
void
Clear
(Option_t * =
""
);
23
void
Read
(ifstream &stream);
24
25
private
:
26
Int_t fSample[4 * 68 * 512];
27
28
UInt_t GetIndex(Int_t agetIdx, Int_t chIdx, Int_t tbIdx);
29
30
ClassDef(
GETBasicFrame
, 1)
31
};
32
33
#endif
GETBasicFrame::Clear
void Clear(Option_t *="")
Definition:
GETBasicFrame.cxx:24
GETBasicFrame::GETBasicFrame
GETBasicFrame()
Definition:
GETBasicFrame.cxx:9
GETBasicFrame
Definition:
GETBasicFrame.h:14
GETBasicFrameHeader.h
GETBasicFrame::GetSample
Int_t * GetSample(Int_t agetIdx, Int_t chIdx)
Definition:
GETBasicFrame.cxx:14
GETBasicFrameHeader
Definition:
GETBasicFrameHeader.h:21
GETBasicFrame::GetFrameSkip
Int_t GetFrameSkip()
Definition:
GETBasicFrame.cxx:19
GETBasicFrame::Read
void Read(ifstream &stream)
Definition:
GETBasicFrame.cxx:31
Generated on Sat Nov 11 2023 15:30:39 for ATTPCROOT by
1.8.18