We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcdc15 commit 6bf87f9Copy full SHA for 6bf87f9
Common/TableProducer/PID/pidTOFMerge.cxx
@@ -515,7 +515,7 @@ struct tofEventTime {
515
Produces<o2::aod::EvTimeTOFOnly> tableEvTimeTOFOnly;
516
Produces<o2::aod::pidEvTimeFlags> tableFlags;
517
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
+ static constexpr float kDiamond = 6.0; // Collision diamond used in the estimation of the TOF event time
519
static constexpr float kErrDiamond = kDiamond * 33.356409f;
520
static constexpr float kWeightDiamond = 1.f / (kErrDiamond * kErrDiamond);
521
0 commit comments