ATLAS Offline Software
Loading...
Searching...
No Matches
SpacePointHelpers.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef MUONSPACEPOINT_MUONSPACEPOINTHELPERS_H
5#define MUONSPACEPOINT_MUONSPACEPOINTHELPERS_H
6
9
11namespace MuonR4 {
12
15 bool isPrecisionHit(const SpacePoint& hit);
16
19 bool isGoodHit(const CalibratedSpacePoint& hit);
22 bool isPrecisionHit(const CalibratedSpacePoint& hit);
23
24}
25#endif
The calibrated Space point is created during the calibration process.
The muon space point is the combination of two uncalibrated measurements one of them measures the eta...
This header ties the generic definitions in this package.
bool isPrecisionHit(const SpacePoint &hit)
Returns whether the uncalibrated spacepoint is a precision hit (Mdt, micromegas, stgc strips)
bool isGoodHit(const CalibratedSpacePoint &hit)
Returns whether the calibrated spacepoint is valid and therefore suitable to be used in the segment f...