ATLAS Offline Software
LArCoudes.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARG4BARREL_LArCoudes_H
6 #define LARG4BARREL_LArCoudes_H
7 
9 
10 class LArCoudes {
11 private:
12  static const PhysicalVolumeAccessor& theCoudes(const std::string& strDetector="");
13 
14 public:
15  LArCoudes(const std::string& strDetector="") ;
16  double XCentCoude(int stackid, int cellid) const;
17  double YCentCoude(int stackid, int cellid) const;
18 };
19 
20 #endif // LARG4BARREL_LArCoudes_H
PhysicalVolumeAccessor.h
LArCoudes
Definition: LArCoudes.h:10
PhysicalVolumeAccessor
Definition: PhysicalVolumeAccessor.h:18
LArCoudes::YCentCoude
double YCentCoude(int stackid, int cellid) const
Definition: LArCoudes.cxx:36
LArCoudes::XCentCoude
double XCentCoude(int stackid, int cellid) const
Definition: LArCoudes.cxx:28
LArCoudes::theCoudes
static const PhysicalVolumeAccessor & theCoudes(const std::string &strDetector="")
Definition: LArCoudes.cxx:8
LArCoudes::LArCoudes
LArCoudes(const std::string &strDetector="")
Definition: LArCoudes.cxx:22