KaliVeda
Toolkit for HIC analysis
KVFAZIARawEvent Class Reference

Detailed Description

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>

Inheritance diagram for KVFAZIARawEvent:

Public Member Functions

 KVFAZIARawEvent ()
 Default constructor. More...
 
 KVFAZIARawEvent (Int_t ntot)
 Default constructor. More...
 
virtual ~KVFAZIARawEvent ()
 Destructor. More...
 
KVSignalAddNewSignal (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
 
KVNameValueListGetValues () 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...
 
KVNameValueListfValues
 list of values More...
 

Constructor & Destructor Documentation

◆ KVFAZIARawEvent() [1/2]

KVFAZIARawEvent::KVFAZIARawEvent ( Int_t  ntot)

Default constructor.

Definition at line 21 of file KVFAZIARawEvent.cpp.

◆ KVFAZIARawEvent() [2/2]

KVFAZIARawEvent::KVFAZIARawEvent ( )

Default constructor.

Definition at line 34 of file KVFAZIARawEvent.cpp.

◆ ~KVFAZIARawEvent()

KVFAZIARawEvent::~KVFAZIARawEvent ( )
virtual

Destructor.

Definition at line 47 of file KVFAZIARawEvent.cpp.

Member Function Documentation

◆ AddNewSignal()

KVSignal * KVFAZIARawEvent::AddNewSignal ( KVString  name,
KVString  title 
)

Definition at line 94 of file KVFAZIARawEvent.cpp.

◆ Clear()

void KVFAZIARawEvent::Clear ( Option_t *  = "")

Info("Clear","IsCalled");.

Definition at line 83 of file KVFAZIARawEvent.cpp.

◆ Copy()

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.

◆ GetFPGAEnergy()

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.

◆ GetNumber()

Int_t KVFAZIARawEvent::GetNumber ( ) const
inline

Definition at line 41 of file KVFAZIARawEvent.h.

◆ GetNumberOfBlocks()

Int_t KVFAZIARawEvent::GetNumberOfBlocks ( ) const
inline

Definition at line 49 of file KVFAZIARawEvent.h.

◆ GetSignals()

TClonesArray* KVFAZIARawEvent::GetSignals ( ) const
inline

Definition at line 33 of file KVFAZIARawEvent.h.

◆ GetValues()

KVNameValueList* KVFAZIARawEvent::GetValues ( ) const
inline

Definition at line 53 of file KVFAZIARawEvent.h.

◆ SetNumber()

void KVFAZIARawEvent::SetNumber ( Int_t  num)
inline

Definition at line 37 of file KVFAZIARawEvent.h.

◆ SetNumberOfBlocks()

void KVFAZIARawEvent::SetNumberOfBlocks ( Int_t  num)
inline

Definition at line 45 of file KVFAZIARawEvent.h.

Member Data Documentation

◆ fNumber

Int_t KVFAZIARawEvent::fNumber
private

event number

Definition at line 23 of file KVFAZIARawEvent.h.

◆ fNumberOfBlocks

Int_t KVFAZIARawEvent::fNumberOfBlocks
private

number of blocks stored in the acquisition event

Definition at line 24 of file KVFAZIARawEvent.h.

◆ fSignals

TClonesArray* KVFAZIARawEvent::fSignals
private

array where signals are storred

Definition at line 21 of file KVFAZIARawEvent.h.

◆ fValues

KVNameValueList* KVFAZIARawEvent::fValues
private

list of values

Definition at line 22 of file KVFAZIARawEvent.h.