![]() |
KaliVeda
Toolkit for HIC analysis
|
Abstract base class for calculating statistical weights for events .
Definition at line 21 of file StatWeight.h.
#include <StatWeight.h>
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 |
MicroStat::StatWeight::StatWeight | ( | ) |
Default constructor.
Definition at line 27 of file StatWeight.cpp.
|
virtual |
Destructor.
Definition at line 39 of file StatWeight.cpp.
Int_t MicroStat::StatWeight::Compare | ( | const TObject * | obj | ) | const |
sort according to weight
Definition at line 60 of file StatWeight.cpp.
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
Definition at line 79 of file StatWeight.cpp.
|
inline |
Definition at line 48 of file StatWeight.h.
|
inline |
Definition at line 57 of file StatWeight.h.
|
inline |
Definition at line 44 of file StatWeight.h.
|
private |
Default initialisations.
Definition at line 15 of file StatWeight.cpp.
|
pure virtual |
Implemented in MicroStat::mdweight, and MicroStat::mcweight.
|
inline |
Definition at line 63 of file StatWeight.h.
void MicroStat::StatWeight::ls | ( | Option_t * | = "" | ) | const |
Definition at line 48 of file StatWeight.cpp.
|
pure virtual |
Implemented in MicroStat::mdweight, and MicroStat::mcweight.
|
pure virtual |
Implemented in MicroStat::mdweight, and MicroStat::mcweight.
|
inlineprivate |
Definition at line 34 of file StatWeight.h.
|
inline |
Definition at line 53 of file StatWeight.h.
|
inlineprivate |
Definition at line 30 of file StatWeight.h.
|
pure virtual |
Implemented in MicroStat::mdweight, and MicroStat::mcweight.
|
private |
Definition at line 27 of file StatWeight.h.
|
private |
Definition at line 26 of file StatWeight.h.
|
private |
Definition at line 25 of file StatWeight.h.