![]() |
KaliVeda
Toolkit for HIC analysis
|
Calculate microcanonical gas statistical weights for events .
Definition at line 17 of file mcweight.h.
#include <mcweight.h>
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... | |
![]() | |
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) |
MicroStat::mcweight::mcweight | ( | ) |
Default constructor.
Definition at line 14 of file mcweight.cpp.
|
virtual |
Destructor.
Definition at line 24 of file mcweight.cpp.
|
virtual |
Implements MicroStat::StatWeight.
Definition at line 44 of file mcweight.cpp.
|
virtual |
Implements MicroStat::StatWeight.
Definition at line 62 of file mcweight.cpp.
|
virtual |
Implements MicroStat::StatWeight.
Definition at line 53 of file mcweight.cpp.
|
virtual |
Calculate event weight for given available energy.
Implements MicroStat::StatWeight.
Definition at line 34 of file mcweight.cpp.