KaliVeda
Toolkit for HIC analysis
MicroStat::StatWeight Class Referenceabstract

Detailed Description

Abstract base class for calculating statistical weights for events .

Definition at line 21 of file StatWeight.h.

#include <StatWeight.h>

Inheritance diagram for MicroStat::StatWeight:

Public Member Functions

 StatWeight ()
 Default constructor. More...
 
virtual ~StatWeight ()
 Destructor. More...
 
Int_t Compare (const TObject *obj) const
 sort according to weight More...
 
void GenerateEvent (KVEvent *partition, KVEvent *event)
 
Double_t GetAvailableEnergy () const
 
Long64_t GetIndex () const
 
Double_t GetWeight () const
 
virtual void initGenerateEvent (KVEvent *partition)=0
 
Bool_t IsSortable () const
 
void ls (Option_t *="") const
 
virtual void nextparticleGenerateEvent (Int_t, KVNucleus *)=0
 
virtual void resetGenerateEvent ()=0
 
void SetIndex (Long64_t i)
 
virtual void SetWeight (KVEvent *e, Double_t E)=0
 

Private Member Functions

void init ()
 Default initialisations. More...
 
void setAvailableEnergy (Double_t e)
 
void setWeight (Double_t w)
 

Private Attributes

Double_t fEDisp
 
Long64_t fIndex
 
Double_t fWeight
 

Constructor & Destructor Documentation

◆ StatWeight()

MicroStat::StatWeight::StatWeight ( )

Default constructor.

Definition at line 27 of file StatWeight.cpp.

◆ ~StatWeight()

MicroStat::StatWeight::~StatWeight ( )
virtual

Destructor.

Definition at line 39 of file StatWeight.cpp.

Member Function Documentation

◆ Compare()

Int_t MicroStat::StatWeight::Compare ( const TObject *  obj) const

sort according to weight

Definition at line 60 of file StatWeight.cpp.

◆ GenerateEvent()

void MicroStat::StatWeight::GenerateEvent ( KVEvent partition,
KVEvent event 
)

Generate a full kinematical event using the statistical weight for the given partition with given available kinetic energy. Before calling this method, either call initGenerateEvent(...) // the first time, or resetGenerateEvent(...) // on subsequent calls initialise the event

Examples
MicroStat_example.C, and MicroStat_example2.C.

Definition at line 79 of file StatWeight.cpp.

◆ GetAvailableEnergy()

Double_t MicroStat::StatWeight::GetAvailableEnergy ( ) const
inline

Definition at line 48 of file StatWeight.h.

◆ GetIndex()

Long64_t MicroStat::StatWeight::GetIndex ( ) const
inline

Definition at line 57 of file StatWeight.h.

◆ GetWeight()

Double_t MicroStat::StatWeight::GetWeight ( ) const
inline

Definition at line 44 of file StatWeight.h.

◆ init()

void MicroStat::StatWeight::init ( void  )
private

Default initialisations.

Definition at line 15 of file StatWeight.cpp.

◆ initGenerateEvent()

virtual void MicroStat::StatWeight::initGenerateEvent ( KVEvent partition)
pure virtual

◆ IsSortable()

Bool_t MicroStat::StatWeight::IsSortable ( ) const
inline

Definition at line 63 of file StatWeight.h.

◆ ls()

void MicroStat::StatWeight::ls ( Option_t *  = "") const

Definition at line 48 of file StatWeight.cpp.

◆ nextparticleGenerateEvent()

virtual void MicroStat::StatWeight::nextparticleGenerateEvent ( Int_t  ,
KVNucleus  
)
pure virtual

◆ resetGenerateEvent()

virtual void MicroStat::StatWeight::resetGenerateEvent ( )
pure virtual

◆ setAvailableEnergy()

void MicroStat::StatWeight::setAvailableEnergy ( Double_t  e)
inlineprivate

Definition at line 34 of file StatWeight.h.

◆ SetIndex()

void MicroStat::StatWeight::SetIndex ( Long64_t  i)
inline

Definition at line 53 of file StatWeight.h.

◆ setWeight()

void MicroStat::StatWeight::setWeight ( Double_t  w)
inlineprivate

Definition at line 30 of file StatWeight.h.

◆ SetWeight()

virtual void MicroStat::StatWeight::SetWeight ( KVEvent e,
Double_t  E 
)
pure virtual

Member Data Documentation

◆ fEDisp

Double_t MicroStat::StatWeight::fEDisp
private

Definition at line 27 of file StatWeight.h.

◆ fIndex

Long64_t MicroStat::StatWeight::fIndex
private

Definition at line 26 of file StatWeight.h.

◆ fWeight

Double_t MicroStat::StatWeight::fWeight
private

Definition at line 25 of file StatWeight.h.