Calculate molecular dynamics ensemble weights for events .
- Examples
- MicroStat_example.C, and MicroStat_example2.C.
Definition at line 20 of file mdweight.h.
#include <mdweight.h>
|
TF1 * | getKEdist (Int_t, Double_t) |
| function used to draw random CosTheta values More...
|
|
|
static Double_t | edist (Double_t *, Double_t *) |
|
◆ mdweight()
MicroStat::mdweight::mdweight |
( |
| ) |
|
◆ ~mdweight()
MicroStat::mdweight::~mdweight |
( |
| ) |
|
|
virtual |
◆ edist()
Double_t MicroStat::mdweight::edist |
( |
Double_t * |
arg, |
|
|
Double_t * |
par |
|
) |
| |
|
staticprivate |
energy distribution of particle in gas arg[0] = energy/available energy par[0] = number of particles in gas par[1] = mass ratio = massTot/(massTot-mPart)
Definition at line 19 of file mdweight.cpp.
◆ getKEdist()
TF1 * MicroStat::mdweight::getKEdist |
( |
Int_t |
N, |
|
|
Double_t |
R |
|
) |
| |
|
private |
function used to draw random CosTheta values
find/create energy distribution for given number of particles N and mass ratio R.
Definition at line 42 of file mdweight.cpp.
◆ initGenerateEvent()
void MicroStat::mdweight::initGenerateEvent |
( |
KVEvent * |
partition | ) |
|
|
virtual |
◆ nextparticleGenerateEvent()
void MicroStat::mdweight::nextparticleGenerateEvent |
( |
Int_t |
N, |
|
|
KVNucleus * |
part |
|
) |
| |
|
virtual |
◆ printKElist()
void MicroStat::mdweight::printKElist |
( |
| ) |
const |
|
inline |
◆ resetGenerateEvent()
void MicroStat::mdweight::resetGenerateEvent |
( |
| ) |
|
|
virtual |
◆ SetAnisotropy()
void MicroStat::mdweight::SetAnisotropy |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
|
inline |
Set anisotropy of particle momentum distribution a,b are maximum and minimum of P(cos theta) i.e. P(cos theta = +/-1) = a P(cos theta= 0) = b
Definition at line 38 of file mdweight.h.
◆ SetWeight()
void MicroStat::mdweight::SetWeight |
( |
KVEvent * |
e, |
|
|
Double_t |
E |
|
) |
| |
|
virtual |
Double_t MicroStat::mdweight::A |
|
private |
Double_t MicroStat::mdweight::B |
|
private |
◆ eDisp
Double_t MicroStat::mdweight::eDisp |
|
private |
◆ fCosTheta
TF1 MicroStat::mdweight::fCosTheta |
|
private |
◆ fKEDist
◆ log10twelve
Double_t MicroStat::mdweight::log10twelve |
|
private |
◆ log2pi
Double_t MicroStat::mdweight::log2pi |
|
private |
◆ massTot
Double_t MicroStat::mdweight::massTot |
|
private |
◆ massTot0
Double_t MicroStat::mdweight::massTot0 |
|
private |
◆ px
Double_t MicroStat::mdweight::px |
|
private |
◆ py
Double_t MicroStat::mdweight::py |
|
private |
◆ pz
Double_t MicroStat::mdweight::pz |
|
private |