|
Heavy ion Analysis Libriares
|
#include <FemtoFreezoutGenerator.h>
Public Member Functions | |
| FemtoFreezoutGeneratorLCMS (const FemtoSourceModel &model) | |
| FemtoFreezoutGeneratorLCMS (const FemtoFreezoutGeneratorLCMS &generator) | |
| 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 LCMS frame
Definition at line 75 of file FemtoFreezoutGenerator.h.
| Hal::FemtoFreezoutGeneratorLCMS::FemtoFreezoutGeneratorLCMS | ( | ) |
Definition at line 58 of file FemtoFreezoutGenerator.cxx.
| Hal::FemtoFreezoutGeneratorLCMS::FemtoFreezoutGeneratorLCMS | ( | const FemtoSourceModel & | model | ) |
Definition at line 169 of file FemtoFreezoutGenerator.cxx.
| Hal::FemtoFreezoutGeneratorLCMS::FemtoFreezoutGeneratorLCMS | ( | const FemtoFreezoutGeneratorLCMS & | generator | ) |
|
virtual |
Definition at line 113 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 60 of file FemtoFreezoutGenerator.cxx.
|
virtual |
make copy of this object
Implements Hal::FemtoFreezoutGenerator.
Definition at line 158 of file FemtoFreezoutGenerator.cxx.
|
virtual |
create package with report
Reimplemented from Hal::FemtoFreezoutGenerator.
Definition at line 107 of file FemtoFreezoutGenerator.cxx.