Skip to content

Commit 6bf87f9

Browse files
committed
Please consider the following formatting changes
1 parent 7fcdc15 commit 6bf87f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/PID/pidTOFMerge.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ struct tofEventTime {
515515
Produces<o2::aod::EvTimeTOFOnly> tableEvTimeTOFOnly;
516516
Produces<o2::aod::pidEvTimeFlags> tableFlags;
517517
static constexpr bool kRemoveTOFEvTimeBias = true; // Flag to subtract the Ev. Time bias for low multiplicity events with TOF
518-
static constexpr float kDiamond = 6.0; // Collision diamond used in the estimation of the TOF event time
518+
static constexpr float kDiamond = 6.0; // Collision diamond used in the estimation of the TOF event time
519519
static constexpr float kErrDiamond = kDiamond * 33.356409f;
520520
static constexpr float kWeightDiamond = 1.f / (kErrDiamond * kErrDiamond);
521521

0 commit comments

Comments
 (0)