16 LogDebug(
"EtaPhiMeasurementEstimator")<<
" The state to compare with is \n"<< tsos
18 <<
" deta: "<< dEta<<
" dPhi: "<<
dPhi;
20 if (dEta < thedEta && dPhi <thedPhi)
21 return std::make_pair(
true, 1.0);
23 return std::make_pair(
false, 0.0);
27 const Plane& plane)
const {
32 LogDebug(
"EtaPhiMeasurementEstimator")<<
"The state to compare with is \n"<< tsos <<
"\n"
33 <<
"The plane position center is: " << plane.
position() <<
"\n"
34 <<
"the deta = " << thedEta <<
" --- the dPhi = " << thedPhi <<
"\n"
35 <<
"deta = "<< fabs(dEta)<<
" --- dPhi = "<<fabs(dPhi);
37 if (fabs(dEta) < thedEta && fabs(dPhi) <thedPhi)
44 const Plane& plane)
const {
Geom::Phi< T > phi() const
GlobalPoint globalPosition() const
Vector2DBase< float, LocalTag > Local2DVector
virtual GlobalPoint globalPosition() const
double dPhi(double phi1, double phi2)
const PositionType & position() const