ATLAS Offline Software
TableConstructionH62002.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 // TableConstructionH62002
6 // Return an envelope that contains the LArH62002 Beam Instrumentation.
7 // Apr-2006 mgf
8 
9 
10 #ifndef LARGEOH62002ALGS_TABLECONSTRUCTIONH62002_H
11 #define LARGEOH62002ALGS_TABLECONSTRUCTIONH62002_H
12 
13 #include "GeoModelKernel/GeoPhysVol.h"
14 
15 class LArDetDescrManager;
16 
17 namespace LArGeo {
18 
20  {
21  public:
22 
25 
26  // Get the envelope containing this detector.
27  virtual PVLink GetEnvelope();
28  void SetManager(LArDetDescrManager* /*mgr*/){}
29 
30 
31  private:
32  GeoPhysVol *m_H62002TablePhysical;
33  };
34 
35 } // namespace LArGeo
36 
37 #endif // LARGEOH62002ALGS_TABLECONSTRUCTIONH62002_H
LArGeo
Definition: LArDetectorFactory.h:25
LArGeo::TableConstructionH62002::SetManager
void SetManager(LArDetDescrManager *)
Definition: TableConstructionH62002.h:28
LArGeo::TableConstructionH62002
Definition: TableConstructionH62002.h:20
LArGeo::TableConstructionH62002::m_H62002TablePhysical
GeoPhysVol * m_H62002TablePhysical
Definition: TableConstructionH62002.h:32
LArGeo::TableConstructionH62002::TableConstructionH62002
TableConstructionH62002()
Definition: TableConstructionH62002.cxx:47
LArGeo::TableConstructionH62002::~TableConstructionH62002
virtual ~TableConstructionH62002()
LArGeo::TableConstructionH62002::GetEnvelope
virtual PVLink GetEnvelope()
Definition: TableConstructionH62002.cxx:58