5#ifndef SHIPDATA_TRACKINFO_H_
6#define SHIPDATA_TRACKINFO_H_
20 explicit TrackInfo(
const genfit::Track* tr);
29 unsigned int N()
const {
return fDetIDs.size(); }
31 float wL(Int_t n)
const {
return fWL[n]; }
32 float wR(Int_t n)
const {
return fWR[n]; }
35 void Print(
const Option_t* opt =
"")
const override { ; }
39 std::vector<float>
fWL;
40 std::vector<float>
fWR;
ClassDefOverride(TrackInfo, 2)
unsigned int detId(Int_t n) const
std::vector< unsigned int > fDetIDs
array of measurements
void Print(const Option_t *opt="") const override