KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
mcweight.cpp
Go to the documentation of this file.
1 //Created by KVClassFactory on Thu May 7 11:02:02 2015
2 //Author: John Frankland,,,
3 
4 #include "mcweight.h"
5 
7 
8 namespace 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 
45  {
46 
47  }
48 
49 
50 
52 
54  {
55 
56  }
57 
58 
59 
61 
63  {
64 
65  }
66 
67 
68 }/* namespace MicroStat */
69 
int Int_t
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
double Double_t
Abstract base class container for multi-particle events.
Definition: KVEvent.h:66
Description of properties and kinematics of atomic nuclei.
Definition: KVNucleus.h:125
Calculate microcanonical gas statistical weights for events .
Definition: mcweight.h:16
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