8#include <tracking/trackFindingCDC/geometry/UncertainSZLine.h>
10#include <tracking/trackFindingCDC/geometry/SZLine.h>
15using namespace TrackFindingCDC;
17std::ostream& TrackFindingCDC::operator<<(std::ostream& output,
const UncertainSZLine& uncertainSZLine)
19 return output <<
"UncertainSZLine("
20 <<
"tanL=" << uncertainSZLine->
slope() <<
","
21 <<
"z0=" << uncertainSZLine->
intercept() <<
")";
double slope() const
Getter for the slope in the sz space which is equivalent to tan lambda.
double intercept() const
Getter for the intercept in the sz space which is equivalent to z0.
A line in sz where s is the transverse travel distance as seen in the xy projection with uncertaintie...
Abstract base class for different kinds of events.