File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Common/SimConfig/include/SimConfig Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,14 @@ struct SimCutParams : public o2::conf::ConfigurableParamHelper<SimCutParams> {
3636 float maxRTrackingZDC = 50 ; // R-cut applied in the tunnel leading to ZDC when z > beampipeZ (custom stepping function)
3737 float tunnelZ = 1900 ; // Z-value from where we apply maxRTrackingZDC (default value taken from standard "hall" dimensions)
3838
39- float globalDensityFactor = 1 .f; // global factor that scales all material densities for systematic studies
4039 bool lowneut = false ;
4140 O2ParamDef (SimCutParams, " SimCutParams" );
4241};
4342
4443// parameter influencing material manager
4544struct SimMaterialParams : public o2 ::conf::ConfigurableParamHelper<SimMaterialParams> {
4645 // Local density value takes precedence over global density value, i.e. local values overwrite the global value.
47- float globalDensityFactor = 1 .f;
46+ float globalDensityFactor = 1 .f; // global factor that scales all material densities for systematic studies
4847 std::string localDensityFactor; // Expected format: "SimMaterialParams.localDensityFactor=<mod1>:<value1>,<mod2>:<value2>,..."
4948
5049 O2ParamDef (SimMaterialParams, " SimMaterialParams" );
You can’t perform that action at this time.
0 commit comments