ATLAS Offline Software
Loading...
Searching...
No Matches
MuonIntersectGeometry.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 MUONSTATIONINTESECTCOND_MUONINTERSECTGEOMETRY_H
6#define MUONSTATIONINTESECTCOND_MUONINTERSECTGEOMETRY_H
7
10namespace MuonGM {
12} // namespace MuonGM
13namespace Muon {
14
16 public:
17 virtual ~MuonIntersectGeometry() = default;
19 const Amg::Vector3D& pos, const Amg::Vector3D& dir) const = 0;
20 };
21
22} // namespace Muon
23
24#endif
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
virtual ~MuonIntersectGeometry()=default
virtual MuonStationIntersect intersection(const MuonGM::MuonDetectorManager *detMgr, const Amg::Vector3D &pos, const Amg::Vector3D &dir) const =0
Eigen::Matrix< double, 3, 1 > Vector3D
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.