ATLAS Offline Software
Loading...
Searching...
No Matches
RpcStrip2D_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef XAODMUONPREPDATA_VERSION_RPCSTRIP2D_V1_H
5#define XAODMUONPREPDATA_VERSION_RPCSTRIP2D_V1_H
6
8
9namespace xAOD {
10
12
13 public:
15 RpcStrip2D_v1() = default;
17 virtual ~RpcStrip2D_v1() = default;
18
19 unsigned int numDimensions() const override final { return 2; }
20
22 uint8_t measuresPhi() const override final;
23
24
25};
26
27} // namespace xAOD
28
29
30#endif
RpcMeasurement_v1()=default
Default constructor.
unsigned int numDimensions() const override final
Returns the number of dimensions of the measurement.
uint8_t measuresPhi() const override final
returns whether the hit measures the phi coordinate
virtual ~RpcStrip2D_v1()=default
Virtual RpcStrip2D_v1.
RpcStrip2D_v1()=default
Default constructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.