8#include <tracking/trackFindingCDC/eventdata/trajectories/CDCTrajectorySZ.h>
10#include <tracking/trackFindingCDC/geometry/SZParameters.h>
13using namespace TrackFindingCDC;
18 SZCovariance szCovariance;
20 szCovariance(c_TanL, c_TanL) = 2.0;
21 szCovariance(c_Z0, c_TanL) = 0.0;
22 szCovariance(c_TanL, c_Z0) = 0.0;
23 szCovariance(c_Z0, c_Z0) = 2.0;
30 double tanLambda = 0.0;
static CDCTrajectorySZ basicAssumption()
Constructs a basic assumption, what the z0 start position and the sz slope are, including some broad ...
CDCTrajectorySZ()
Default constructor for ROOT compatibility.
static SZCovariance getBasicSZCovariance()
Getter for a default assumption about the parameter covariances.
A line in sz where s is the transverse travel distance as seen in the xy projection with uncertaintie...
Namespace to hide the contained enum constants.
Abstract base class for different kinds of events.