KaliVeda
Toolkit for HIC analysis
MicroStat::mcweight Class Reference

Detailed Description

Calculate microcanonical gas statistical weights for events .

Definition at line 17 of file mcweight.h.

#include <mcweight.h>

Inheritance diagram for MicroStat::mcweight:

Public Member Functions

 mcweight ()
 Default constructor. More...
 
virtual ~mcweight ()
 Destructor. More...
 
void initGenerateEvent (KVEvent *partition)
 
virtual void nextparticleGenerateEvent (Int_t, KVNucleus *)
 
void resetGenerateEvent ()
 
virtual void SetWeight (KVEvent *e, Double_t E)
 Calculate event weight for given available energy. More...
 
- Public Member Functions inherited from MicroStat::StatWeight
 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
 
Bool_t IsSortable () const
 
void ls (Option_t *="") const
 
void SetIndex (Long64_t i)
 

Constructor & Destructor Documentation

◆ mcweight()

MicroStat::mcweight::mcweight ( )

Default constructor.

Definition at line 14 of file mcweight.cpp.

◆ ~mcweight()

MicroStat::mcweight::~mcweight ( )
virtual

Destructor.

Definition at line 24 of file mcweight.cpp.

Member Function Documentation

◆ initGenerateEvent()

void MicroStat::mcweight::initGenerateEvent ( KVEvent partition)
virtual

Implements MicroStat::StatWeight.

Definition at line 44 of file mcweight.cpp.

◆ nextparticleGenerateEvent()

void MicroStat::mcweight::nextparticleGenerateEvent ( Int_t  ,
KVNucleus  
)
virtual

Implements MicroStat::StatWeight.

Definition at line 62 of file mcweight.cpp.

◆ resetGenerateEvent()

void MicroStat::mcweight::resetGenerateEvent ( )
virtual

Implements MicroStat::StatWeight.

Definition at line 53 of file mcweight.cpp.

◆ SetWeight()

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

Calculate event weight for given available energy.

Implements MicroStat::StatWeight.

Definition at line 34 of file mcweight.cpp.