StRoot
1
|
#include <HIUserHooks.h>
Public Member Functions | |
NaiveSubCollisionModel () | |
virtual | ~NaiveSubCollisionModel () |
Virtual destructor,. | |
virtual multiset< SubCollision > | getCollisions (vector< Nucleon > &proj, vector< Nucleon > &targ, const Vec4 &bvec, double &T) |
NaiveSubCollisionModel () | |
virtual | ~NaiveSubCollisionModel () |
Virtual destructor,. | |
virtual multiset< SubCollision > | getCollisions (vector< Nucleon > &proj, vector< Nucleon > &targ, const Vec4 &bvec, double &T) |
Public Member Functions inherited from Pythia8::SubCollisionModel | |
SubCollisionModel () | |
The default constructor is empty. | |
virtual | ~SubCollisionModel () |
Virtual destructor,. | |
virtual bool | init () |
Virtual init method. | |
void | initPtr (NucleusModel &projIn, NucleusModel &targIn, SigmaTotal &sigTotIn, Settings &settingsIn, Info &infoIn, Rndm &rndIn) |
double | sigTot () const |
The total cross section. More... | |
double | sigEl () const |
The total cross section. | |
double | sigCDE () const |
The central diffractive excitation cross section. | |
double | sigSDE () const |
The single diffractive excitation cross section (both sides summed). | |
double | sigSDEP () const |
The single diffractive excitation cross section (excited projectile). | |
double | sigSDET () const |
The single diffractive excitation cross section (excited target). | |
double | sigDDE () const |
The double diffractive excitation cross section. | |
double | sigND () const |
The non-diffractive (absorptive) cross section. | |
double | bSlope () const |
The elastic b-slope parameter. | |
virtual SigEst | getSig () const |
Calculate the cross sections for the given set of parameters. | |
double | avNDB () const |
Return the average non-diffractive impact parameter. | |
double | Chi2 (const SigEst &sigs, int npar) const |
Calculate the Chi2 for the given cross section estimates. | |
virtual bool | evolve () |
Use a simlified genetic algorithm to fit the parameters. | |
virtual void | setParm (const vector< double > &) |
Set the parameters of this model. | |
virtual vector< double > | getParm () const |
virtual vector< double > | minParm () const |
virtual vector< double > | maxParm () const |
SubCollisionModel () | |
The default constructor is empty. | |
virtual | ~SubCollisionModel () |
Virtual destructor,. | |
virtual bool | init () |
Virtual init method. | |
void | initPtr (NucleusModel &projIn, NucleusModel &targIn, SigmaTotal &sigTotIn, Settings &settingsIn, Info &infoIn, Rndm &rndIn) |
double | sigTot () const |
The total cross section. More... | |
double | sigEl () const |
The total cross section. | |
double | sigCDE () const |
The central diffractive excitation cross section. | |
double | sigSDE () const |
The single diffractive excitation cross section (both sides summed). | |
double | sigSDEP () const |
The single diffractive excitation cross section (excited projectile). | |
double | sigSDET () const |
The single diffractive excitation cross section (excited target). | |
double | sigDDE () const |
The double diffractive excitation cross section. | |
double | sigND () const |
The non-diffractive (absorptive) cross section. | |
double | bSlope () const |
The elastic b-slope parameter. | |
virtual SigEst | getSig () const |
Calculate the cross sections for the given set of parameters. | |
double | avNDB () const |
Return the average non-diffractive impact parameter. | |
double | Chi2 (const SigEst &sigs, int npar) const |
Calculate the Chi2 for the given cross section estimates. | |
virtual bool | evolve () |
Use a simlified genetic algorithm to fit the parameters. | |
virtual void | setParm (const vector< double > &) |
Set the parameters of this model. | |
virtual vector< double > | getParm () const |
virtual vector< double > | minParm () const |
virtual vector< double > | maxParm () const |
Additional Inherited Members | |
Protected Attributes inherited from Pythia8::SubCollisionModel | |
int | NInt |
int | NGen |
int | NPop |
double | sigFuzz |
bool | fitPrint |
double | avNDb |
NucleusModel * | projPtr |
Info from the controlling HeavyIons object. | |
NucleusModel * | targPtr |
SigmaTotal * | sigTotPtr |
Settings * | settingsPtr |
Info * | infoPtr |
Rndm * | rndPtr |
A very simple sub-collision model, asuming static nucleons and just assuring that the individual nucleon-nucleon cross sections are preserved.
Definition at line 607 of file HIUserHooks.h.
|
inline |
The default constructor simply lists the nucleon-nucleon cross sections.
Definition at line 613 of file HIUserHooks.h.
|
inline |
The default constructor simply lists the nucleon-nucleon cross sections.
Definition at line 639 of file HIUserHooks.h.
|
virtual |
Take two vectors of Nucleons and an impact parameter vector and produce the corrsponding sub-collisions. Note that states of the nucleons may be changed.
Implements Pythia8::SubCollisionModel.
Definition at line 543 of file HIUserHooks.cc.
References Pythia8::SubCollision::ABS, Pythia8::SubCollisionModel::avNDb, Pythia8::Nucleon::bPos(), Pythia8::SubCollision::CDE, Pythia8::SubCollision::DDE, Pythia8::SubCollision::ELASTIC, Pythia8::SubCollisionModel::getCollisions(), Pythia8::SubCollision::SDEP, Pythia8::SubCollision::SDET, Pythia8::SubCollisionModel::sigCDE(), Pythia8::SubCollisionModel::sigDDE(), Pythia8::SubCollisionModel::sigND(), Pythia8::SubCollisionModel::sigSDE(), Pythia8::SubCollisionModel::sigSDEP(), and Pythia8::SubCollisionModel::sigTot().
|
virtual |
Take two vectors of Nucleons and an impact parameter vector and produce the corrsponding sub-collisions. Note that states of the nucleons may be changed.
Implements Pythia8::SubCollisionModel.