We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a90661 commit 0939a9cCopy full SHA for 0939a9c
Detectors/Upgrades/ITS3/simulation/include/ITS3Simulation/DescriptorInnerBarrelITS3.h
@@ -45,9 +45,9 @@ class DescriptorInnerBarrelITS3 : public o2::its::DescriptorInnerBarrel
45
int mNumLayers{constants::nLayers};
46
47
// wrapper volume properties
48
- double mWrapperMinRadiusITS3{1.8};
49
- double mWrapperMaxRadiusITS3{4.};
50
- double mWrapperZSpanITS3{20.};
+ static constexpr double mWrapperMinRadiusITS3{1.8};
+ static constexpr double mWrapperMaxRadiusITS3{4.};
+ static constexpr double mWrapperZSpanITS3{constants::segment::length + 5.};
51
52
private:
53
std::array<std::unique_ptr<ITS3Layer>, constants::nLayers> mIBLayers;
0 commit comments