We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a292ad8 commit 6d5f5d7Copy full SHA for 6d5f5d7
1 file changed
Detectors/TRD/qc/include/TRDQC/Tracking.h
@@ -80,7 +80,7 @@ struct TrackQC {
80
std::array<int, constants::NLAYER> trackletMcm{}; ///< the MCM number of the tracklet
81
std::array<float, constants::NLAYER> trackletChi2{}; ///< estimated chi2 for the update of the track with the given tracklet
82
std::array<std::array<int, constants::NCHARGES>, constants::NLAYER> trackletCharges{}; ///< charges of tracklets
83
- ClassDefNV(TrackQC, 1);
+ ClassDefNV(TrackQC, 2);
84
};
85
86
class Tracking
0 commit comments