KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
mcweight.cpp
1//Created by KVClassFactory on Thu May 7 11:02:02 2015
2//Author: John Frankland,,,
3
4#include "mcweight.h"
5
7
8namespace MicroStat {
9
10
13
15 {
16 // Default constructor
17 }
18
19
20
23
25 {
26 // Destructor
27 }
28
29
30
33
35 {
36 // Calculate event weight for given available energy
37
38 }
39
40
41
43
48
49
50
52
54 {
55
56 }
57
58
59
61
66
67
68}/* namespace MicroStat */
69
int Int_t
double Double_t
Abstract base class container for multi-particle events.
Definition KVEvent.h:67
Description of properties and kinematics of atomic nuclei.
Definition KVNucleus.h:126
Calculate microcanonical gas statistical weights for events .
Definition mcweight.h:17
virtual ~mcweight()
Destructor.
Definition mcweight.cpp:24
mcweight()
Default constructor.
Definition mcweight.cpp:14
void resetGenerateEvent()
Definition mcweight.cpp:53
virtual void SetWeight(KVEvent *e, Double_t E)
Calculate event weight for given available energy.
Definition mcweight.cpp:34
void initGenerateEvent(KVEvent *partition)
Definition mcweight.cpp:44
virtual void nextparticleGenerateEvent(Int_t, KVNucleus *)
Definition mcweight.cpp:62
ClassImp(TPyArg)