ATLAS Offline Software
Loading...
Searching...
No Matches
MuonLayerIntersection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUON_MUONLAYERINTERSECTION_H
6#define MUON_MUONLAYERINTERSECTION_H
7
9namespace Muon {
10
11 class MuonSegment;
12
16 MuonLayerIntersection(const MuonSystemExtension::Intersection& intersection_, const std::shared_ptr<const MuonSegment>& segment_, int quality_);
17
20
22 std::shared_ptr<const MuonSegment> segment{nullptr};
23
24 int quality{0};
25 };
26
27} // namespace Muon
28
29#endif
This is the common class for 3D segments used in the muon spectrometer.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
std::shared_ptr< const MuonSegment > segment
segment
MuonLayerIntersection()=default
constructor
MuonSystemExtension::Intersection intersection
intersection with layer