Skip to content

Commit 221d31b

Browse files
aferrero2707aphecetche
authored andcommitted
[MCH] fixed clang formatting
1 parent f455c70 commit 221d31b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/MUON/MCH/Workflow/src/TrackFinderSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class TrackFinderTask
198198
auto ir = trackROF.getBCData();
199199
float bcDiff = ir.differenceInBC(startIR);
200200
bcDiff += rofHalfWidth;
201-
float tMean = o2::constants::lhc::LHCBunchSpacingMUS * bcDiff;
201+
float tMean = o2::constants::lhc::LHCBunchSpacingMUS * bcDiff;
202202
// the time resolution is estimated as the half-width of the track ROF
203203
float tErr = o2::constants::lhc::LHCBunchSpacingMUS * rofHalfWidth;
204204
track.setTimeMUS(tMean, tErr);

0 commit comments

Comments
 (0)