ATLAS Offline Software
Loading...
Searching...
No Matches
HEC2WheelConstruction.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
11
12#ifndef LARGEOHEC_HEC2WHEELCONSTRUCTION_H
13#define LARGEOHEC_HEC2WHEELCONSTRUCTION_H
14
15#include "GeoModelKernel/GeoFullPhysVol.h"
16
17namespace LArGeo
18{
26 {
27 public:
30
31 // Get the envelope containing this detector.
32 GeoIntrusivePtr<GeoFullPhysVol> GetEnvelope(bool fullGeo, bool posZSide=true);
33
34 private:
35 GeoIntrusivePtr<GeoFullPhysVol> m_physiHEC{};
36 bool m_posZSide{false};
37 };
38
39}
40#endif
GeoIntrusivePtr< GeoFullPhysVol > m_physiHEC
GeoIntrusivePtr< GeoFullPhysVol > GetEnvelope(bool fullGeo, bool posZSide=true)