ATLAS Offline Software
Loading...
Searching...
No Matches
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
10class LArCoudes {
11private:
12 static const PhysicalVolumeAccessor& theCoudes(const std::string& strDetector="");
13
14public:
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
LArCoudes(const std::string &strDetector="")
Definition LArCoudes.cxx:22
static const PhysicalVolumeAccessor & theCoudes(const std::string &strDetector="")
Definition LArCoudes.cxx:8
double YCentCoude(int stackid, int cellid) const
Definition LArCoudes.cxx:36
double XCentCoude(int stackid, int cellid) const
Definition LArCoudes.cxx:28