File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Detectors/Upgrades/ALICE3/TRK Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ enum eLayout {
2929struct TRKBaseParam : public o2 ::conf::ConfigurableParamHelper<TRKBaseParam> {
3030 std::string configFile = " " ;
3131 float serviceTubeX0 = 0 .02f ; // X0 Al2O3
32- eLayout layoutML = kCylinder ; // Type of segmentation for the Middle Layers
33- eLayout layoutOT = kCylinder ; // Type of segmentation for the Outer Tracker
32+ eLayout layoutML = kCylinder ; // Type of segmentation for the middle layers
33+ eLayout layoutOL = kCylinder ; // Type of segmentation for the outer layers
3434
3535 O2ParamDef (TRKBaseParam, " TRKBase" );
3636};
Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ void Detector::buildTRKNewVacuumVessel()
124124 mLayers [6 ].setLayout (trkPars.layoutML );
125125
126126 // Outer tracker
127- mLayers [7 ].setLayout (trkPars.layoutOT );
128- mLayers [8 ].setLayout (trkPars.layoutOT );
129- mLayers [9 ].setLayout (trkPars.layoutOT );
130- mLayers [10 ].setLayout (trkPars.layoutOT );
127+ mLayers [7 ].setLayout (trkPars.layoutOL );
128+ mLayers [8 ].setLayout (trkPars.layoutOL );
129+ mLayers [9 ].setLayout (trkPars.layoutOL );
130+ mLayers [10 ].setLayout (trkPars.layoutOL );
131131}
132132
133133void Detector::configFromFile (std::string fileName)
You can’t perform that action at this time.
0 commit comments