Skip to content

Commit 0939a9c

Browse files
committed
ITS3: extend wrapvolZ to include outer edges
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 7a90661 commit 0939a9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ class DescriptorInnerBarrelITS3 : public o2::its::DescriptorInnerBarrel
4545
int mNumLayers{constants::nLayers};
4646

4747
// wrapper volume properties
48-
double mWrapperMinRadiusITS3{1.8};
49-
double mWrapperMaxRadiusITS3{4.};
50-
double mWrapperZSpanITS3{20.};
48+
static constexpr double mWrapperMinRadiusITS3{1.8};
49+
static constexpr double mWrapperMaxRadiusITS3{4.};
50+
static constexpr double mWrapperZSpanITS3{constants::segment::length + 5.};
5151

5252
private:
5353
std::array<std::unique_ptr<ITS3Layer>, constants::nLayers> mIBLayers;

0 commit comments

Comments
 (0)