ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <GETCoboFrame.h>
Public Member Functions | |
GETCoboFrame () | |
void | ReadFrame (ifstream &stream) |
void | ReadFrame (Int_t index, ifstream &stream) |
Int_t | GetEventID () |
Int_t | GetNumFrames () |
GETBasicFrame * | GetFrames () |
GETBasicFrame * | GetFrame (Int_t index) |
void | Clear (Option_t *="") |
Definition at line 14 of file GETCoboFrame.h.
GETCoboFrame::GETCoboFrame | ( | ) |
Definition at line 3 of file GETCoboFrame.cxx.
void GETCoboFrame::Clear | ( | Option_t * | = "" | ) |
Definition at line 43 of file GETCoboFrame.cxx.
Int_t GETCoboFrame::GetEventID | ( | ) |
Definition at line 19 of file GETCoboFrame.cxx.
GETBasicFrame * GETCoboFrame::GetFrame | ( | Int_t | index | ) |
Definition at line 38 of file GETCoboFrame.cxx.
GETBasicFrame * GETCoboFrame::GetFrames | ( | ) |
Definition at line 34 of file GETCoboFrame.cxx.
Int_t GETCoboFrame::GetNumFrames | ( | ) |
Definition at line 30 of file GETCoboFrame.cxx.
void GETCoboFrame::ReadFrame | ( | ifstream & | stream | ) |
Definition at line 8 of file GETCoboFrame.cxx.
void GETCoboFrame::ReadFrame | ( | Int_t | index, |
ifstream & | stream | ||
) |
Definition at line 13 of file GETCoboFrame.cxx.