#include <SiDetElementsComparison.h>
Definition at line 62 of file SiDetElementsComparison.h.
◆ operator()()
Definition at line 66 of file SiDetElementsComparison.h.
68 {
69
74 if(fabs(z1-z2)>.1) return(fabs(z1)<fabs(z2));
75
76 if(
e1->isPixel() &&
e2->isSCT ())
return true ;
77 if(
e1->isSCT () &&
e2->isPixel())
return false;
78
81 if(r2-r1> 10.) return true;
82 if(r1-r2> 10.) return false;
83
84 double f1 = atan2(
p1.y(),
p1.x());
85 double f2 = atan2(
p2.y(),
p2.x());
86 return(f1<f2);
87 }
Eigen::Matrix< double, 3, 1 > Vector3D
double e2(const xAOD::CaloCluster &cluster)
return the uncorrected cluster energy in 2nd sampling
double e1(const xAOD::CaloCluster &cluster)
return the uncorrected cluster energy in 1st sampling
The documentation for this class was generated from the following file: