File tree Expand file tree Collapse file tree
Detectors/TPC/calibration/SpacePoints Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ struct TrackDataExtended {
197197// / Structure filled for each track with track quality information and a vector with TPCClusterResiduals
198198struct TrackData {
199199 o2::dataformats::GlobalTrackID gid{}; // /< global track ID for seeding track
200- o2::track::TrackPar par{}; // /< ITS track at inner TPC radius
200+ o2::track::TrackParCov par{}; // /< ITS track at inner TPC radius
201201 float dEdxTPC{}; // /< TPC dEdx information
202202 float chi2TPC{}; // /< chi2 of TPC track
203203 float chi2ITS{}; // /< chi2 of ITS track
@@ -226,7 +226,7 @@ struct TrackData {
226226 }
227227 float getMultStackPacked (int stack) const { return multStack[stack]; }
228228
229- ClassDefNV (TrackData, 10 );
229+ ClassDefNV (TrackData, 11 );
230230};
231231
232232// / \class TrackInterpolation
Original file line number Diff line number Diff line change 4040#pragma link C++ class o2::conf::ConfigurableParamHelper < o2::tpc::SpacePointsCalibConfParam> + ;
4141#pragma link C++ struct o2::tpc::SpacePointsCalibConfParam;
4242
43+ #pragma read sourceClass = "o2::tpc::TrackData" targetClass = "o2::tpc::TrackData" source = "o2::track::TrackPar par" version = "[-10]" target = "par" code = "{}";
44+
4345#endif
You can’t perform that action at this time.
0 commit comments