Skip to content

Commit 3ef1cdd

Browse files
committed
Use full TrackParCov for TPC residuals TrackData.par
1 parent babe031 commit 3ef1cdd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Detectors/TPC/calibration/SpacePoints/include/SpacePoints/TrackInterpolation.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ struct TrackDataExtended {
197197
/// Structure filled for each track with track quality information and a vector with TPCClusterResiduals
198198
struct 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

Detectors/TPC/calibration/SpacePoints/src/SpacePointCalibLinkDef.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@
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

0 commit comments

Comments
 (0)