Skip to content

Commit 6eba41c

Browse files
committed
BoxGenerator: change back default to pion
1 parent 397f155 commit 6eba41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generators/include/Generators/BoxGunParam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace eventgen
2727
** of particle type, energy, direction, etc.
2828
**/
2929
struct BoxGunParam : public o2::conf::ConfigurableParamHelper<BoxGunParam> {
30-
int pdg = 13; // which particle (default proton?); could make this an enum
30+
int pdg = 211; // which particle (default pion); could make this an enum
3131
int number = 10; // how many particles
3232
double eta[2] = { -1, 1 }; // eta range
3333
double prange[2] = { 0.1, 5 }; // energy range min, max in GeV

0 commit comments

Comments
 (0)