ATLAS Offline Software
Loading...
Searching...
No Matches
Event
xAOD
xAODMeasurementBase
Root
MeasurementDefs.cxx
Go to the documentation of this file.
1
2
/*
3
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
4
*/
5
#include "
xAODMeasurementBase/MeasurementDefs.h
"
6
7
namespace
xAOD
{
8
std::string
toString
(
const
UncalibMeasType
type
) {
9
switch
(
type
){
10
using
enum
UncalibMeasType
;
11
case
Other
:
return
"Other"
;
12
case
PixelClusterType
:
return
"PixelClusterType"
;
13
case
StripClusterType
:
return
"StripClusterType"
;
14
case
MdtDriftCircleType
:
return
"MdtDriftCircleType"
;
15
case
RpcStripType
:
return
"RpcStripType"
;
16
case
TgcStripType
:
return
"TgcStripType"
;
17
case
MMClusterType
:
return
"MMClusterType"
;
18
case
sTgcStripType
:
return
"sTgcStripType"
;
19
case
HGTDClusterType
:
return
"HGTDClusterType"
;
20
case
nTypes
:
return
"nTypes"
;
21
}
22
return
"unknown"
;
23
}
24
}
MeasurementDefs.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
xAOD::Other
@ Other
Definition
TrackingPrimitives.h:573
xAOD::UncalibMeasType
UncalibMeasType
Define the type of the uncalibrated measurement.
Definition
MeasurementDefs.h:24
xAOD::UncalibMeasType::TgcStripType
@ TgcStripType
Definition
MeasurementDefs.h:32
xAOD::UncalibMeasType::MdtDriftCircleType
@ MdtDriftCircleType
Definition
MeasurementDefs.h:30
xAOD::UncalibMeasType::MMClusterType
@ MMClusterType
Definition
MeasurementDefs.h:33
xAOD::UncalibMeasType::RpcStripType
@ RpcStripType
Definition
MeasurementDefs.h:31
xAOD::UncalibMeasType::StripClusterType
@ StripClusterType
Definition
MeasurementDefs.h:28
xAOD::UncalibMeasType::nTypes
@ nTypes
Definition
MeasurementDefs.h:38
xAOD::UncalibMeasType::sTgcStripType
@ sTgcStripType
Definition
MeasurementDefs.h:34
xAOD::UncalibMeasType::PixelClusterType
@ PixelClusterType
Definition
MeasurementDefs.h:27
xAOD::UncalibMeasType::HGTDClusterType
@ HGTDClusterType
Definition
MeasurementDefs.h:36
xAOD::toString
std::string toString(const UncalibMeasType type)
Convert the measurement enum to a string.
Definition
MeasurementDefs.cxx:8
type
Generated on
for ATLAS Offline Software by
1.16.1