|
Heavy ion Analysis Libriares
|
#include <FemtoFreezoutGenerator.h>
Public Member Functions | |
| FemtoFreezoutGeneratorPRF (const FemtoFreezoutGeneratorPRF &generator) | |
| FemtoFreezoutGeneratorPRF (const FemtoSourceModel &model) | |
| FemtoFreezoutGenerator * | MakeCopy () const |
| virtual Package * | Report () const |
Public Member Functions inherited from Hal::FemtoFreezoutGenerator | |
| FemtoFreezoutGenerator (const FemtoSourceModel &source) | |
| FemtoFreezoutGenerator (const FemtoFreezoutGenerator &generator) | |
| Bool_t | Init () |
| void | SetSourceModel (const FemtoSourceModel &model) |
| FemtoSourceModel * | GetSourceModel () const |
| void | GenerateFreezoutCooordinates (FemtoPair *Pair) |
| virtual void | Print (Option_t *option="") const |
Protected Member Functions | |
| void | Boost (FemtoPair *pair) |
Protected Member Functions inherited from Hal::FemtoFreezoutGenerator | |
Additional Inherited Members | |
Protected Attributes inherited from Hal::FemtoFreezoutGenerator | |
| FemtoSourceModel * | fModel = {nullptr} |
used to boost source according to PRF frame
Definition at line 96 of file FemtoFreezoutGenerator.h.
| Hal::FemtoFreezoutGeneratorPRF::FemtoFreezoutGeneratorPRF | ( | ) |
Definition at line 115 of file FemtoFreezoutGenerator.cxx.
| Hal::FemtoFreezoutGeneratorPRF::FemtoFreezoutGeneratorPRF | ( | const FemtoFreezoutGeneratorPRF & | generator | ) |
| Hal::FemtoFreezoutGeneratorPRF::FemtoFreezoutGeneratorPRF | ( | const FemtoSourceModel & | model | ) |
Definition at line 174 of file FemtoFreezoutGenerator.cxx.
|
virtual |
Definition at line 156 of file FemtoFreezoutGenerator.cxx.
|
protectedvirtual |
boost coordinates from model to lab and set them to pair
| pair | pair than need coordinates |
Implements Hal::FemtoFreezoutGenerator.
Definition at line 119 of file FemtoFreezoutGenerator.cxx.
|
virtual |
make copy of this object
Implements Hal::FemtoFreezoutGenerator.
Definition at line 160 of file FemtoFreezoutGenerator.cxx.
|
virtual |
create package with report
Reimplemented from Hal::FemtoFreezoutGenerator.
Definition at line 150 of file FemtoFreezoutGenerator.cxx.