ATLAS Offline Software
RpcStrip_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_RPCSTRIP_V1_H
5 #define XAODMUONPREPDATA_VERSION_RPCSTRIP_V1_H
6 
8 
9 namespace xAOD {
10 
12 
13  public:
15  RpcStrip_v1() = default;
17  virtual ~RpcStrip_v1() = default;
18 
19  unsigned int numDimensions() const override final { return 1; }
20 
22  uint8_t measuresPhi() const override final;
24  void setMeasuresPhi(uint8_t measPhi);
25 
26 };
27 
28 } // namespace xAOD
29 
30 #include "AthContainers/DataVector.h"
32 #endif
xAOD::RpcMeasurement_v1
RpcMeasurement_v1: Class storing the geneic.
Definition: RpcMeasurement_v1.h:18
xAOD::uint8_t
uint8_t
Definition: Muon_v1.cxx:575
DATAVECTOR_BASE
DATAVECTOR_BASE(xAOD::RpcStrip_v1, xAOD::RpcMeasurement_v1)
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
xAOD::RpcStrip_v1
Definition: RpcStrip_v1.h:11
xAOD::RpcStrip_v1::setMeasuresPhi
void setMeasuresPhi(uint8_t measPhi)
sets the measuresPhi value
xAOD::RpcStrip_v1::~RpcStrip_v1
virtual ~RpcStrip_v1()=default
Virtual destructor.
RpcMeasurement_v1.h
xAOD::RpcStrip_v1::measuresPhi
uint8_t measuresPhi() const override final
returns whether the hit measures the phi coordinate
xAOD::RpcStrip_v1::RpcStrip_v1
RpcStrip_v1()=default
Default constructor.
xAOD::RpcStrip_v1::numDimensions
unsigned int numDimensions() const override final
Returns the number of dimensions of the measurement.
Definition: RpcStrip_v1.h:19