File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Detectors/Upgrades/ITS3/base/include/ITS3Base Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ struct ITS3Params : public o2::conf::ConfigurableParamHelper<ITS3Params> {
2525 bool misalignmentHitsUseProp{false }; // Use propagtor for mis-alignment
2626 std::string globalGeoMisAlignerMacro{" ${O2_ROOT}/share/macro/MisAlignGeoITS3.C" }; // Path to macro for global geometry mis-alignment
2727 // Chip studies
28- bool useDeadChannelMap{false }; // Query for a dead channel map to study disabling individual tiles
29- std::string chipResponseFunction{" APTS" }; // Chip response function one of "Alpide", "APTS" or "Mosaix" (not yet available)
28+ bool useDeadChannelMap{false }; // Query for a dead channel map to study disabling individual tiles
29+ std::string chipResponseFunction{" APTS" }; // Chip response function one of "Alpide", "APTS" or "Mosaix" (not yet available)
3030
3131 O2ParamDef (ITS3Params, " ITS3Params" );
3232};
You can’t perform that action at this time.
0 commit comments