Skip to content

Commit 9322ad9

Browse files
mconcassawenzel
authored andcommitted
Clang Format
1 parent e3dd256 commit 9322ad9

File tree

2 files changed

+14
-14
lines changed
  • Detectors/Upgrades/ALICE3/Passive

2 files changed

+14
-14
lines changed

Detectors/Upgrades/ALICE3/Passive/include/Alice3DetectorsPassive/Pipe.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ class Alice3Pipe : public Alice3PassiveBase
2424
Alice3Pipe();
2525
~Alice3Pipe() override;
2626
Alice3Pipe(const char* name,
27-
const char* title = "Alice 3 Pipe",
28-
const float innerRho = 0.f,
29-
const float innerThickness = 0.f,
30-
const float innerLength = 0.f,
31-
const float outerRho = 0.f,
32-
const float outerThickness = 0.f,
33-
const float outerLength = 0.f);
27+
const char* title = "Alice 3 Pipe",
28+
const float innerRho = 0.f,
29+
const float innerThickness = 0.f,
30+
const float innerLength = 0.f,
31+
const float outerRho = 0.f,
32+
const float outerThickness = 0.f,
33+
const float outerLength = 0.f);
3434

3535
void ConstructGeometry() override;
3636

Detectors/Upgrades/ALICE3/Passive/src/Pipe.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ using namespace o2::passive;
2727

2828
Alice3Pipe::Alice3Pipe() : Alice3PassiveBase{"Alice3PIPE", ""} {}
2929
Alice3Pipe::Alice3Pipe(const char* name,
30-
const char* title,
31-
float innerRho,
32-
float innerThickness,
33-
float innerLength,
34-
float outerRho,
35-
float outerThickness,
36-
float outerLength)
30+
const char* title,
31+
float innerRho,
32+
float innerThickness,
33+
float innerLength,
34+
float outerRho,
35+
float outerThickness,
36+
float outerLength)
3737
: Alice3PassiveBase{name, title},
3838
mBeInnerPipeRmax{innerRho},
3939
mBeInnerPipeThick{innerThickness},

0 commit comments

Comments
 (0)