You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Generators/include/Generators/TPCLoopersParam.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ struct GenTPCLoopersParam : public o2::conf::ConfigurableParamHelper<GenTPCLoope
39
39
std::string colsys = "PbPb"; // collision system (PbPb or pp)
40
40
int intrate = -1; // Automatic IR from collision context if -1, else user-defined interaction rate in Hz
41
41
bool flat_gas = true; // if true, the gas density is considered flat in the TPC volume
42
-
unsignedint nFlatGasLoopers = 500; // number of loopers to be generated per event in case of flat gas
43
-
float fraction_pairs = 0.08; // fraction of loopers
42
+
unsignedint nFlatGasLoopers = 500; // number of loopers to be generated per event in case of flat gas [currently unused, kept for possible future debug developments]
43
+
float fraction_pairs = 0.08; // fraction of loopers [currently unused, kept for possible future debug developments]
44
44
float multiplier[2] = {1., 1.}; // multiplier for pairs and compton loopers for Poissonian and Gaussian sampling
45
45
unsignedint fixedNLoopers[2] = {1, 1}; // fixed number of loopers coming from pairs and compton electrons - valid if flat gas is false and both Poisson and Gaussian params files are empty
46
46
float adjust_flatgas = 0.f; // adjustment for the number of flat gas loopers per orbit (in percentage, e.g. -0.1 = -10%) [-1, inf)]
0 commit comments