Belle II Software development
|
Struct to keep all necessary parameters for the cosmic generator. More...
#include <SGCosmic.h>
Public Attributes | |
int | level |
Generator version: level 1 (default) or 2. | |
int | ipRequirement |
Restrict the vertex to IP or not (default) | |
double | ipdr |
Vertex restriction in the radial direction. | |
double | ipdz |
Vertex restriction in z direction. | |
double | ptmin |
Minimum value of the transverse momentum. | |
double | cylindricalR |
Cylindrical radius of generation. | |
Struct to keep all necessary parameters for the cosmic generator.
Definition at line 30 of file SGCosmic.h.
double cylindricalR |
Cylindrical radius of generation.
Definition at line 54 of file SGCosmic.h.
double ipdr |
Vertex restriction in the radial direction.
Definition at line 42 of file SGCosmic.h.
double ipdz |
Vertex restriction in z direction.
Definition at line 46 of file SGCosmic.h.
int ipRequirement |
Restrict the vertex to IP or not (default)
Definition at line 38 of file SGCosmic.h.
int level |
Generator version: level 1 (default) or 2.
Definition at line 34 of file SGCosmic.h.
double ptmin |
Minimum value of the transverse momentum.
Definition at line 50 of file SGCosmic.h.