We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a3c2a commit abd22eeCopy full SHA for abd22ee
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx
@@ -423,12 +423,12 @@ struct OnTheFlyTofPid {
423
/// \param detRadius the radius of the cylindrical layer
424
/// \param magneticField the magnetic field (along Z)
425
double calculateTrackTimeResolutionAdvanced(float pt,
426
- float eta,
427
- float trackPtResolution,
428
- float trackEtaResolution,
429
- float mass,
430
- float detRadius,
431
- float magneticField)
+ float eta,
+ float trackPtResolution,
+ float trackEtaResolution,
+ float mass,
+ float detRadius,
+ float magneticField)
432
{
433
// Compute tracking contribution to timing using the error propagation formula
434
// Uses light speed in m/ps, magnetic field in T (*0.1 for conversion kGauss -> T)
0 commit comments