File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Detectors/Upgrades/ALICE3/Passive
include/Alice3DetectorsPassive Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ using namespace o2::passive;
2727
2828Alice3Pipe::Alice3Pipe () : Alice3PassiveBase{" Alice3PIPE" , " " } {}
2929Alice3Pipe::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},
You can’t perform that action at this time.
0 commit comments