ATLAS Offline Software
ExcluderConstructionH62004.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARGEOH62004ALGS_EXCLUDERCONSTRUCTIONH62004_H
6 #define LARGEOH62004ALGS_EXCLUDERCONSTRUCTIONH62004_H
7 
8 #include "GeoModelKernel/GeoFullPhysVol.h"
9 #include "GeoModelKernel/GeoPhysVol.h"
10 
11 namespace LArGeo {
12 
13 
15  public:
18 
19  GeoIntrusivePtr<GeoVFullPhysVol> GetEnvelope() const;
20 
21  private:
22  int m_which;
23 };
24 
25 } // namespace LArGeo
26 
27 #endif // LARGEOH62004ALGS_EXCLUDERCONSTRUCTIONH62004_H
LArGeo::ExcluderConstructionH62004::GetEnvelope
GeoIntrusivePtr< GeoVFullPhysVol > GetEnvelope() const
Definition: ExcluderConstructionH62004.cxx:54
LArGeo
Definition: LArDetectorFactory.h:25
LArGeo::ExcluderConstructionH62004::~ExcluderConstructionH62004
virtual ~ExcluderConstructionH62004()
Definition: ExcluderConstructionH62004.cxx:51
LArGeo::ExcluderConstructionH62004
Definition: ExcluderConstructionH62004.h:14
LArGeo::ExcluderConstructionH62004::m_which
int m_which
Definition: ExcluderConstructionH62004.h:22
python.Utils.unixtools.which
def which(filename, env=os.environ)
UNIX-style which ---------------------------------------------------------—.
Definition: unixtools.py:39
LArGeo::ExcluderConstructionH62004::ExcluderConstructionH62004
ExcluderConstructionH62004(int which=0)
Definition: ExcluderConstructionH62004.cxx:46