We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c633a73 + c42fae4 commit a7aefe7Copy full SHA for a7aefe7
PWGEM/Dilepton/Utils/EMTrackUtilities.h
@@ -52,7 +52,7 @@ enum class RefMFTTrackBit : uint16_t { // This is not for leptons, but charged t
52
kNclsMFT8 = 4,
53
kChi2MFT3 = 8, // default is 4
54
kChi2MFT2 = 16,
55
- kDCAxy005cm = 32, // default is 0.06 cm
+ kDCAxy005cm = 32, // default is 0.06 cm
56
kDCAxy004cm = 64,
57
kDCAxy003cm = 128,
58
kDCAxy002cm = 256,
0 commit comments