#include <SiDetElementsComparison.h>
Definition at line 37 of file SiDetElementsComparison.h.
◆ operator()()
Definition at line 41 of file SiDetElementsComparison.h.
43 {
44
49 if(fabs(r1-r2)>.1) return(r1<r2);
50 double f1 = atan2(
p1.y(),
p1.x());
51 double f2 = atan2(
p2.y(),
p2.x());
52 if(fabs(f1-f2)>.04) return(f1<f2);
53 return(
p1.z()<
p2.z());
54 }
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: