ATLAS Offline Software
Loading...
Searching...
No Matches
Classes
|
Functions
AFPMon Namespace Reference
Classes
struct
AFPCluster
class
AFPFastReco
struct
AFPTrack
Functions
bool
operator==
(const
AFPCluster
&lhs, const
AFPCluster
&rhs)
Function Documentation
◆
operator==()
bool AFPMon::operator==
(
const
AFPCluster
&
lhs
,
const
AFPCluster
&
rhs
)
inline
Definition at line
27
of file
AFPFastReco.h
.
28
{
29
if
(lhs.
x
!= rhs.
x
)
return
false
;
30
if
(lhs.
y
!= rhs.
y
)
return
false
;
31
if
(lhs.
z
!= rhs.
z
)
return
false
;
32
if
(lhs.
station
!= rhs.
station
)
return
false
;
33
if
(lhs.
layer
!= rhs.
layer
)
return
false
;
34
if
(lhs.
sumToT
!= rhs.
sumToT
)
return
false
;
35
36
return
true
;
37
}
AFPMon::AFPCluster::station
int station
Definition
AFPFastReco.h:22
AFPMon::AFPCluster::sumToT
int sumToT
Definition
AFPFastReco.h:24
AFPMon::AFPCluster::z
float z
Definition
AFPFastReco.h:21
AFPMon::AFPCluster::x
float x
Definition
AFPFastReco.h:19
AFPMon::AFPCluster::layer
int layer
Definition
AFPFastReco.h:23
AFPMon::AFPCluster::y
float y
Definition
AFPFastReco.h:20
Generated on
for ATLAS Offline Software by
1.14.0