Skip to content

Commit 6d5f5d7

Browse files
authored
TRD: QC: update TrackQC ClassDef version (#9774)
I forgot to do this in #9722.
1 parent a292ad8 commit 6d5f5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/TRD/qc/include/TRDQC/Tracking.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct TrackQC {
8080
std::array<int, constants::NLAYER> trackletMcm{}; ///< the MCM number of the tracklet
8181
std::array<float, constants::NLAYER> trackletChi2{}; ///< estimated chi2 for the update of the track with the given tracklet
8282
std::array<std::array<int, constants::NCHARGES>, constants::NLAYER> trackletCharges{}; ///< charges of tracklets
83-
ClassDefNV(TrackQC, 1);
83+
ClassDefNV(TrackQC, 2);
8484
};
8585

8686
class Tracking

0 commit comments

Comments
 (0)