ATLAS Offline Software
EndcapDMConstruction.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARGEOENDCAP_ENDCAPDMCONSTRUCTION_H
6 #define LARGEOENDCAP_ENDCAPDMCONSTRUCTION_H
7 
8 #include "GeoModelKernel/GeoFullPhysVol.h"
9 
10 
11 namespace LArGeo {
12 
14  {
15  public:
17  ~EndcapDMConstruction() = default;
18 
19  void create(GeoIntrusivePtr<GeoFullPhysVol> envelope) const;
20 
21  private:
24 
26  };
27 
28 }
29 
30 #endif
LArGeo::EndcapDMConstruction::m_activateFT
bool m_activateFT
Definition: EndcapDMConstruction.h:25
LArGeo::EndcapDMConstruction::create
void create(GeoIntrusivePtr< GeoFullPhysVol > envelope) const
Definition: EndcapDMConstruction.cxx:48
LArGeo::EndcapDMConstruction::EndcapDMConstruction
EndcapDMConstruction(bool)
Definition: EndcapDMConstruction.cxx:41
LArGeo
Definition: LArDetectorFactory.h:25
LArGeo::EndcapDMConstruction
Definition: EndcapDMConstruction.h:14
LArGeo::EndcapDMConstruction::~EndcapDMConstruction
~EndcapDMConstruction()=default
LArGeo::EndcapDMConstruction::operator=
EndcapDMConstruction & operator=(const EndcapDMConstruction &)
LArGeo::EndcapDMConstruction::EndcapDMConstruction
EndcapDMConstruction(const EndcapDMConstruction &)