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