Skip to content

Commit 7f2e56a

Browse files
committed
Fix formatting
1 parent b66cc62 commit 7f2e56a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Detectors/TPC/calibration/include/TPCCalibration/CalculatedEdx.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ class CalculatedEdx
355355
CalibdEdxContainer mCalibCont; ///< calibration container
356356
std::unordered_map<std::string, std::unique_ptr<o2::utils::TreeStreamRedirector>> mStreamers; ///< debug streamers, keyed by output file name so each debugRootFile gets its own tree
357357
long mDebugTrackIndex{-1}; ///< running index of the track being processed, written to the debug trees so per-cluster rows can be grouped back into tracks
358-
long mNPropagationFailed{0}; ///< number of rows where refit/propagation failed since the last resetDebugCounters()
359-
long mNRowsProcessed{0}; ///< number of rows gathered by gatherRowClusterData() since the last resetDebugCounters()
360-
std::vector<long> mNSubThresholdFilledPerSettings; ///< number of row gaps filled as subthreshold clusters, per dEdxSettings list index, since the last resetDebugCounters()
358+
long mNPropagationFailed{0}; ///< number of rows where refit/propagation failed since the last resetDebugCounters()
359+
long mNRowsProcessed{0}; ///< number of rows gathered by gatherRowClusterData() since the last resetDebugCounters()
360+
std::vector<long> mNSubThresholdFilledPerSettings; ///< number of row gaps filled as subthreshold clusters, per dEdxSettings list index, since the last resetDebugCounters()
361361

362362
CorrectdEdxDistortions mSCdEdxCorrection; ///< for space-charge correction of dE/dx
363363

0 commit comments

Comments
 (0)