4 #ifndef __KVFAZIARAWEVENT_H 
    5 #define __KVFAZIARAWEVENT_H 
   12 #include "KVNameValueList.h" 
#define ClassDef(name, id)
 
Obsolete raw data class for FAZIA.
 
void Copy(TObject &obj) const
 
TClonesArray * fSignals
array where signals are storred
 
void SetNumber(Int_t num)
 
Int_t GetNumberOfBlocks() const
 
KVNameValueList * fValues
list of values
 
void SetNumberOfBlocks(Int_t num)
 
KVNameValueList * GetValues() const
 
TClonesArray * GetSignals() const
 
KVSignal * AddNewSignal(KVString name, KVString title)
 
KVFAZIARawEvent()
Default constructor.
 
void Clear(Option_t *="")
Info("Clear","IsCalled");.
 
virtual ~KVFAZIARawEvent()
Destructor.
 
Int_t fNumberOfBlocks
number of blocks stored in the acquisition event
 
Int_t fNumber
event number
 
const Char_t * GetFPGAEnergy(Int_t blk, Int_t qua, Int_t tel, TString signaltype, Int_t idx=0)
 
Handles lists of named parameters with different types, a list of KVNamedParameter objects.
 
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....