1 #include <io/SdFootprintData_ROOT.h>
2 #include <sevt/SdFootprintData.h>
11 fLength(fp.GetLength()),
12 fWidth(fp.GetWidth()),
13 fSpeed(fp.GetSpeed()),
14 fSpeedStandardDeviation(fp.GetSpeedStandardDeviation()),
15 fTOTFraction(fp.GetTOTFraction()),
16 fAreaOverPeakAsymmetry(fp.GetAreaOverPeakAsymmetry()),
17 fAlignment(fp.GetAlignment())
19 for (
const auto p : fp.GetParameterVector())
20 fParameters[
p] = fp.GetParameter(
p);
36 fp.
SetParameter(static_cast<sevt::SdFootprintData::Parameter>(it.first), it.second);