Skip to content

Commit fdbcf5f

Browse files
committed
remove deprecated confkey value
1 parent 90267bb commit fdbcf5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Common/SimConfig/include/SimConfig/SimParams.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
4544
struct 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");

0 commit comments

Comments
 (0)