ATLAS Offline Software
ExcluderConstruction.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // ExcluderConstruction
6 //
7 //
8 // July-2006 JP Archambault, Mohsen Khakzad
9 
10 #ifndef LARGEOH62002ALGS_EXCLUDERCONSTRUCTION_H
11 #define LARGEOH62002ALGS_EXCLUDERCONSTRUCTION_H
12 
13 #include "GeoModelKernel/GeoPhysVol.h"
14 
15 
16 namespace LArGeo {
17 
19  {
20  public:
21 
24 
25  // Get the envelope containing this detector.
26  virtual GeoIntrusivePtr<GeoPhysVol> GetEnvelope();
27 
28  private:
29  };
30 
31 } // namespace LArGeo
32 
33 #endif // LARGEOH62002ALGS_EXCLUDERCONSTRUCTION_H
LArGeo::ExcluderConstruction::ExcluderConstruction
ExcluderConstruction()
LArGeo
Definition: LArDetectorFactory.h:25
LArGeo::ExcluderConstruction::~ExcluderConstruction
virtual ~ExcluderConstruction()
LArGeo::ExcluderConstruction::GetEnvelope
virtual GeoIntrusivePtr< GeoPhysVol > GetEnvelope()
Definition: ExcluderConstruction.cxx:54
LArGeo::ExcluderConstruction
Definition: ExcluderConstruction.h:19