ATLAS Offline Software
sTgcWireHit_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_STGCWIREHIT_V1_H
5 #define XAODMUONPREPDATA_VERSION_STGCWIREHIT_V1_H
6 
8 
9 namespace xAOD {
10 
12 
13  public:
15  sTgcWireHit_v1() = default;
17  virtual ~sTgcWireHit_v1() = default;
19  sTgcChannelTypes channelType() const override final {
20  return sTgcChannelTypes::Wire;
21  }
22 };
23 
24 } // namespace xAOD
25 
28 
29 #endif
xAOD::sTgcWireHit_v1::channelType
sTgcChannelTypes channelType() const override final
Returns the type of the Tgc strip as a simple enumeration.
Definition: sTgcWireHit_v1.h:19
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
sTgcIdHelper::sTgcChannelTypes
sTgcChannelTypes
Definition: sTgcIdHelper.h:190
xAOD::sTgcWireHit_v1::~sTgcWireHit_v1
virtual ~sTgcWireHit_v1()=default
Virtual destructor.
DATAVECTOR_BASE
DATAVECTOR_BASE(xAOD::sTgcWireHit_v1, xAOD::sTgcMeasurement_v1)
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
xAOD::sTgcWireHit_v1
Definition: sTgcWireHit_v1.h:11
xAOD::sTgcWireHit_v1::sTgcWireHit_v1
sTgcWireHit_v1()=default
Default constructor.
xAOD::sTgcMeasurement_v1
Definition: sTgcMeasurement_v1.h:19
sTgcMeasurement_v1.h