Skip to content

Commit 398b0b1

Browse files
authored
Merge pull request #75 from alibuild/alibot-cleanup-15697
[PWGUD] Please consider the following formatting changes to #15697
2 parents e7f1c5c + d3121e9 commit 398b0b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGUD/TableProducer/upcCandProducerGlobalMuon.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ struct UpcCandProducerGlobalMuon {
114114
float fZShift{0}; // z-vertex shift for forward track propagation
115115

116116
// Named constants (avoid magic numbers in expressions)
117-
static constexpr double kInvalidDCA = 999.; // Sentinel for "no valid DCA computed yet"
118-
static constexpr double kBcTimeRoundingOffset = 1.; // Offset used when rounding trackTime to BC units
119-
static constexpr uint16_t kMinTracksForPair = 2; // Minimum tracks required to compute a pair invariant mass
120-
static constexpr uint16_t kMinTracksForCandidate = 1; // Minimum contributors required to save a candidate
117+
static constexpr double kInvalidDCA = 999.; // Sentinel for "no valid DCA computed yet"
118+
static constexpr double kBcTimeRoundingOffset = 1.; // Offset used when rounding trackTime to BC units
119+
static constexpr uint16_t kMinTracksForPair = 2; // Minimum tracks required to compute a pair invariant mass
120+
static constexpr uint16_t kMinTracksForCandidate = 1; // Minimum contributors required to save a candidate
121121

122122
void init(InitContext&)
123123
{

0 commit comments

Comments
 (0)