#include <TSpadicEvent.h>
Public Member Functions | |
| TSpadicEvent () | |
| TSpadicEvent (const char *name, Short_t id=0) | |
| virtual | ~TSpadicEvent () |
| TSpadicEvent () | |
| TSpadicEvent (const char *name) | |
| virtual | ~TSpadicEvent () |
| void | Clear (Option_t *t="") |
Data Fields | |
| UChar_t | fPulse [MAX_SPADIC][N_CHA][TRACE_SIZE] |
| Double_t | fShapeCentroid [MAX_SPADIC][N_CHA] |
| Double_t | fShapeBaseline [MAX_SPADIC][N_CHA] |
| Double_t | fShapeHeight [MAX_SPADIC][N_CHA] |
| Double_t | fFitCentroid [MAX_SPADIC][N_CHA] |
Static Public Attributes | |
| static UInt_t | ConfigSpadics [MAX_SPADIC] = SET_SPADICS |
Definition at line 83 of file TSpadicEvent.h.
| TSpadicEvent::TSpadicEvent | ( | ) |
Definition at line 71 of file TSpadicEvent.cxx.
| TSpadicEvent::TSpadicEvent | ( | const char * | name, | |
| Short_t | id = 0 | |||
| ) |
Definition at line 57 of file TSpadicEvent.cxx.
References ConfigSpadics.
| TSpadicEvent::~TSpadicEvent | ( | ) | [virtual] |
Definition at line 76 of file TSpadicEvent.cxx.
| TSpadicEvent::TSpadicEvent | ( | ) |
| TSpadicEvent::TSpadicEvent | ( | const char * | name | ) |
Definition at line 12 of file TSpadicEvent.cxx.
| virtual TSpadicEvent::~TSpadicEvent | ( | ) | [virtual] |
| void TSpadicEvent::Clear | ( | Option_t * | t = "" |
) |
Method called by the framework to clear the event element.
Definition at line 24 of file TSpadicEvent.cxx.
References fFitCentroid, fPulse, fShapeBaseline, fShapeCentroid, and fShapeHeight.
UInt_t TSpadicEvent::ConfigSpadics = SET_SPADICS [static] |
Definition at line 89 of file TSpadicEvent.h.
Referenced by TSpadicProc::ProcessSubevent(), TSpadicParam::SetConfigSpadics(), TSpadicEvent(), and TSpadicProc::TSpadicProc().
| Double_t TSpadicEvent::fFitCentroid[MAX_SPADIC][N_CHA] |
Definition at line 43 of file TSpadicEvent.h.
Referenced by TSpadicProc::BuildEvent(), and Clear().
| UChar_t TSpadicEvent::fPulse[MAX_SPADIC][N_CHA][TRACE_SIZE] |
Definition at line 30 of file TSpadicEvent.h.
Referenced by TSpadicProc::BuildEvent(), and Clear().
| Double_t TSpadicEvent::fShapeBaseline[MAX_SPADIC][N_CHA] |
Definition at line 35 of file TSpadicEvent.h.
Referenced by TSpadicProc::BuildEvent(), and Clear().
| Double_t TSpadicEvent::fShapeCentroid[MAX_SPADIC][N_CHA] |
Definition at line 33 of file TSpadicEvent.h.
Referenced by TSpadicProc::BuildEvent(), and Clear().
| Double_t TSpadicEvent::fShapeHeight[MAX_SPADIC][N_CHA] |
Definition at line 39 of file TSpadicEvent.h.
Referenced by TSpadicProc::BuildEvent(), and Clear().
1.7.1