Skip to content

Commit d6bada0

Browse files
authored
Merge pull request #21 from alibuild/alibot-cleanup-11227
Please consider the following formatting changes to #11227
2 parents bd2148c + 5a45fa8 commit d6bada0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Detectors/Upgrades/ITS3/simulation/include/ITS3Simulation/ITS3Layer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ITS3Layer : public TObject
4747
void createLayer(TGeoVolume* motherVolume, double radiusBetweenLayer);
4848
void createLayerWithDeadZones(TGeoVolume* motherVolume, double radiusBetweenLayer);
4949
void create4thLayer(TGeoVolume* motherVolume);
50-
void createCarbonFoamStructure(TGeoVolume* motherVolume, double deltaR, bool fourthLayer=false);
50+
void createCarbonFoamStructure(TGeoVolume* motherVolume, double deltaR, bool fourthLayer = false);
5151

5252
void setChipThick(double thick) { mChipThickness = thick; }
5353
void setLayerRadius(double radius) { mRadius = radius; }

Detectors/Upgrades/ITS3/simulation/src/ITS3Layer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ void ITS3Layer::create4thLayer(TGeoVolume* motherVolume)
275275
volQuarterLayer[iEl] = new TGeoVolume(names[iEl].data(), quarterLayer[iEl][0], med);
276276
volQuarterLayer[iEl]->SetUniqueID(mChipTypeID);
277277
if (iEl == 4) {
278-
//createCarbonFoamStructure(volQuarterLayer[iEl], 0., true);
278+
// createCarbonFoamStructure(volQuarterLayer[iEl], 0., true);
279279
volQuarterLayer[iEl]->SetVisibility(true);
280280
volQuarterLayer[iEl]->SetLineColor(kGray + 2);
281281
} else if (iEl == 1) {

Detectors/Upgrades/ITS3/workflow/src/ClustererSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void ClustererDPL::init(InitContext& ic)
7272

7373
void ClustererDPL::run(ProcessingContext& pc)
7474
{
75-
//updateTimeDependentParams(pc);
75+
// updateTimeDependentParams(pc);
7676
auto digits = pc.inputs().get<gsl::span<o2::itsmft::Digit>>("digits");
7777
auto rofs = pc.inputs().get<gsl::span<o2::itsmft::ROFRecord>>("ROframes");
7878

0 commit comments

Comments
 (0)