We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397f155 commit 6eba41cCopy full SHA for 6eba41c
Generators/include/Generators/BoxGunParam.h
@@ -27,7 +27,7 @@ namespace eventgen
27
** of particle type, energy, direction, etc.
28
**/
29
struct BoxGunParam : public o2::conf::ConfigurableParamHelper<BoxGunParam> {
30
- int pdg = 13; // which particle (default proton?); could make this an enum
+ int pdg = 211; // which particle (default pion); could make this an enum
31
int number = 10; // how many particles
32
double eta[2] = { -1, 1 }; // eta range
33
double prange[2] = { 0.1, 5 }; // energy range min, max in GeV
0 commit comments