Skip to content

Commit 9f1a7e3

Browse files
committed
Please consider the following formatting changes
1 parent 32669d7 commit 9f1a7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/Upgrades/ITS3/base/include/ITS3Base/ITS3Params.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)