StRoot
1
|
#include <HIUserHooks.h>
Public Types | |
enum | Type { NONE, ELASTIC, SDEP, SDET, DDE, CDE, ABS, NONE, ELASTIC, SDEP, SDET, DDE, CDE, ABS } |
This defines the type of a bunary nucleon collison. More... | |
enum | Type { NONE, ELASTIC, SDEP, SDET, DDE, CDE, ABS, NONE, ELASTIC, SDEP, SDET, DDE, CDE, ABS } |
This defines the type of a bunary nucleon collison. More... | |
Public Member Functions | |
SubCollision (Nucleon &projIn, Nucleon &targIn, double bIn, double bpIn, Type typeIn) | |
bool | operator< (const SubCollision &s) const |
int | nucleons () const |
SubCollision (Nucleon &projIn, Nucleon &targIn, double bIn, double bpIn, Type typeIn) | |
bool | operator< (const SubCollision &s) const |
int | nucleons () const |
Public Attributes | |
Nucleon * | proj |
Nucleon * | targ |
The target nucleon. | |
double | b |
The impact parameter distance between the nucleons in femtometer. | |
double | bp |
Type | type |
The type of collison. | |
SubCollision represents a possible collision between a projectile and a target Nucleon.
Definition at line 190 of file HIUserHooks.h.
This defines the type of a bunary nucleon collison.
Definition at line 195 of file HIUserHooks.h.
This defines the type of a bunary nucleon collison.
Definition at line 195 of file HIUserHooks.h.
double Pythia8::SubCollision::bp |
The impact parameter distance between the nucleons scaled like in Pythia to have unit average for non-diffractive collisions.
Definition at line 233 of file HIUserHooks.h.