ATLAS Offline Software
RALExperimentalHall.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
10 #ifndef LARGEORAL_RALEXPERIMENTALHALL_H
11 #define LARGEORAL_RALEXPERIMENTALHALL_H
12 
14 
15 namespace LArGeo {
16 
18 
19  public:
20 
22  virtual ~RALExperimentalHall();
23 
24  virtual double GetValue(const std::string&,
25  const int i0 = INT_MIN,
26  const int i1 = INT_MIN,
27  const int i2 = INT_MIN,
28  const int i3 = INT_MIN,
29  const int i4 = INT_MIN ) const override;
30 
31  private:
32 
33 
34  class Clockwork;
36 
39  };
40 
41 } // namespace LArGeo
42 
43 #endif
LArGeo::RALExperimentalHall::~RALExperimentalHall
virtual ~RALExperimentalHall()
Definition: RALExperimentalHall.cxx:75
LArGeo::RALExperimentalHall::m_c
Clockwork * m_c
Definition: RALExperimentalHall.h:34
LArGeo::VDetectorParameters
Definition: VDetectorParameters.h:29
LArGeo
Definition: LArDetectorFactory.h:26
LArGeo::RALExperimentalHall
Definition: RALExperimentalHall.h:17
LArGeo::RALExperimentalHall::RALExperimentalHall
RALExperimentalHall()
Definition: RALExperimentalHall.cxx:43
LArGeo::RALExperimentalHall::Clockwork
Definition: RALExperimentalHall.cxx:31
VDetectorParameters.h
LArGeo::RALExperimentalHall::operator=
RALExperimentalHall & operator=(const RALExperimentalHall &)
LArGeo::RALExperimentalHall::RALExperimentalHall
RALExperimentalHall(const RALExperimentalHall &)
LArGeo::RALExperimentalHall::GetValue
virtual double GetValue(const std::string &, const int i0=INT_MIN, const int i1=INT_MIN, const int i2=INT_MIN, const int i3=INT_MIN, const int i4=INT_MIN) const override
Definition: RALExperimentalHall.cxx:81