14 : theSagittaX(!pars.
empty() ? pars[0] : 0.),
15 theSagittaY(pars.
size() > 2 ? pars[2] : 0.),
16 theSagittaXY(pars.
size() > 1 ? pars[1] : 0.) {
19 <<
"Input vector of wrong size " << pars.size() <<
" instead of " <<
minParameterSize()
20 <<
", filled up with zeros!";
46 double uRel = (
width ? 2. * localPos.
x() /
width : 0.);
47 double vRel = (length ? 2. * localPos.
y() / length : 0.);
49 const double cutOff = 1.5;
52 }
else if (uRel > cutOff) {
57 }
else if (vRel > cutOff) {
73 const std::vector<double> otherParams(
other.parameters());
Log< level::Error, false > LogError