ATLAS Offline Software
Loading...
Searching...
No Matches
HECModuleConstruction.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#ifndef LARGEOHEC_HECMODULECONSTRUCTION_H
12#define LARGEOHEC_HECMODULECONSTRUCTION_H
13
14#include "GeoModelKernel/GeoFullPhysVol.h"
15
16
17namespace LArGeo
18{
26 {
27 public:
28 HECModuleConstruction(bool threeBoards=false, bool frontWheel=true, bool tb=false, int tbyear=2002);
30 // Get the envelope containing this detector.
31 GeoIntrusivePtr<GeoFullPhysVol> GetEnvelope();
32
33 private:
34 GeoIntrusivePtr<GeoFullPhysVol> m_physiHECModule;
37 bool m_tb;
39 };
40
41}
42#endif
GeoIntrusivePtr< GeoFullPhysVol > GetEnvelope()
HECModuleConstruction(bool threeBoards=false, bool frontWheel=true, bool tb=false, int tbyear=2002)
GeoIntrusivePtr< GeoFullPhysVol > m_physiHECModule