![]() |
KaliVeda
Toolkit for HIC analysis
|
Obsolete raw data class for FAZIA.
Created by KVClassFactory on Wed Jul 15 11:54:35 2015 Author: ,,,
Definition at line 19 of file KVFAZIARawEvent.h.
#include <KVFAZIARawEvent.h>
Public Member Functions | |
KVFAZIARawEvent () | |
Default constructor. More... | |
KVFAZIARawEvent (Int_t ntot) | |
Default constructor. More... | |
virtual | ~KVFAZIARawEvent () |
Destructor. More... | |
KVSignal * | AddNewSignal (KVString name, KVString title) |
void | Clear (Option_t *="") |
Info("Clear","IsCalled");. More... | |
void | Copy (TObject &obj) const |
const Char_t * | GetFPGAEnergy (Int_t blk, Int_t qua, Int_t tel, TString signaltype, Int_t idx=0) |
Int_t | GetNumber () const |
Int_t | GetNumberOfBlocks () const |
TClonesArray * | GetSignals () const |
KVNameValueList * | GetValues () const |
void | SetNumber (Int_t num) |
void | SetNumberOfBlocks (Int_t num) |
Private Attributes | |
Int_t | fNumber |
event number More... | |
Int_t | fNumberOfBlocks |
number of blocks stored in the acquisition event More... | |
TClonesArray * | fSignals |
array where signals are storred More... | |
KVNameValueList * | fValues |
list of values More... | |
KVFAZIARawEvent::KVFAZIARawEvent | ( | Int_t | ntot | ) |
Default constructor.
Definition at line 21 of file KVFAZIARawEvent.cpp.
KVFAZIARawEvent::KVFAZIARawEvent | ( | ) |
Default constructor.
Definition at line 34 of file KVFAZIARawEvent.cpp.
|
virtual |
Destructor.
Definition at line 47 of file KVFAZIARawEvent.cpp.
Definition at line 94 of file KVFAZIARawEvent.cpp.
void KVFAZIARawEvent::Clear | ( | Option_t * | = "" | ) |
Info("Clear","IsCalled");.
Definition at line 83 of file KVFAZIARawEvent.cpp.
void KVFAZIARawEvent::Copy | ( | TObject & | obj | ) | const |
This method copies the current state of 'this' object into 'obj' You should add here any member variables, for example: (supposing a member variable KVFAZIARawEvent::fToto) CastedObj.fToto = fToto; or CastedObj.SetToto( GetToto() );
Definition at line 65 of file KVFAZIARawEvent.cpp.
const Char_t * KVFAZIARawEvent::GetFPGAEnergy | ( | Int_t | blk, |
Int_t | qua, | ||
Int_t | tel, | ||
TString | signaltype, | ||
Int_t | idx = 0 |
||
) |
Definition at line 105 of file KVFAZIARawEvent.cpp.
|
inline |
Definition at line 41 of file KVFAZIARawEvent.h.
|
inline |
Definition at line 49 of file KVFAZIARawEvent.h.
|
inline |
Definition at line 33 of file KVFAZIARawEvent.h.
|
inline |
Definition at line 53 of file KVFAZIARawEvent.h.
|
inline |
Definition at line 37 of file KVFAZIARawEvent.h.
|
inline |
Definition at line 45 of file KVFAZIARawEvent.h.
|
private |
event number
Definition at line 23 of file KVFAZIARawEvent.h.
|
private |
number of blocks stored in the acquisition event
Definition at line 24 of file KVFAZIARawEvent.h.
|
private |
array where signals are storred
Definition at line 21 of file KVFAZIARawEvent.h.
|
private |
list of values
Definition at line 22 of file KVFAZIARawEvent.h.