Skip to content

Commit 7550af7

Browse files
authored
Please consider the following formatting changes (#15221)
1 parent 7863af0 commit 7550af7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Detectors/Upgrades/ALICE3/IOTOF/base/include/IOTOFBase/IOTOFBaseParam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct IOTOFBaseParam : public o2::conf::ConfigurableParamHelper<IOTOFBaseParam>
2828
std::string detectorPattern = ""; // Layouts of the detector
2929
bool segmentedInnerTOF = false; // If the inner TOF layer is segmented
3030
bool segmentedOuterTOF = false; // If the outer TOF layer is segmented
31-
float x2x0 = 0.000527f; // thickness expressed in radiation length, for all layers for the moment
31+
float x2x0 = 0.000527f; // thickness expressed in radiation length, for all layers for the moment
3232

3333
O2ParamDef(IOTOFBaseParam, "IOTOFBase");
3434
};

Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Detector.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ void Detector::configLayers(bool itof, bool otof, bool ftof, bool btof, std::str
9696
}
9797
if (itof) { // iTOF
9898
const std::string name = GeometryTGeo::getITOFLayerPattern();
99-
const int nStaves = itofSegmented ? 24 : 0; // number of staves in segmented case
100-
const double staveWidth = itofSegmented ? 5.42 : 0.0; // cm
99+
const int nStaves = itofSegmented ? 24 : 0; // number of staves in segmented case
100+
const double staveWidth = itofSegmented ? 5.42 : 0.0; // cm
101101
const double staveTiltAngle = itofSegmented ? 10.0 : 0.0; // degrees
102-
const int modulesPerStave = itofSegmented ? 10 : 0; // number of modules per stave in segmented case
102+
const int modulesPerStave = itofSegmented ? 10 : 0; // number of modules per stave in segmented case
103103
mITOFLayer = ITOFLayer(name,
104104
dInnerTof.first, 0.f, dInnerTof.second, 0.f, x2x0, itofSegmented ? ITOFLayer::kBarrelSegmented : ITOFLayer::kBarrel,
105105
nStaves, staveWidth, staveTiltAngle, modulesPerStave);

0 commit comments

Comments
 (0)