ATLAS Offline Software
Loading...
Searching...
No Matches
MuonTubeIntersect.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 MUON_MUONTUBEINTERSECT_H
6#define MUON_MUONTUBEINTERSECT_H
7
8#include "Identifier/Identifier.h"
9
10namespace Muon {
11
13 MuonTubeIntersect(const Identifier& id, double rint, double xint) : tubeId(id), rIntersect(rint), xIntersect(xint) {}
15 double rIntersect{0.}; // distance to wall in precision plane
16 double xIntersect{0.}; // distance to tube end
17 };
18
19} // namespace Muon
20
21#endif
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
MuonTubeIntersect(const Identifier &id, double rint, double xint)