Skip to content

Commit abd22ee

Browse files
authored
Please consider the following formatting changes to #11056 (#11059)
1 parent c8a3c2a commit abd22ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -423,12 +423,12 @@ struct OnTheFlyTofPid {
423423
/// \param detRadius the radius of the cylindrical layer
424424
/// \param magneticField the magnetic field (along Z)
425425
double calculateTrackTimeResolutionAdvanced(float pt,
426-
float eta,
427-
float trackPtResolution,
428-
float trackEtaResolution,
429-
float mass,
430-
float detRadius,
431-
float magneticField)
426+
float eta,
427+
float trackPtResolution,
428+
float trackEtaResolution,
429+
float mass,
430+
float detRadius,
431+
float magneticField)
432432
{
433433
// Compute tracking contribution to timing using the error propagation formula
434434
// Uses light speed in m/ps, magnetic field in T (*0.1 for conversion kGauss -> T)

0 commit comments

Comments
 (0)