We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b841040 commit c42fae4Copy full SHA for c42fae4
1 file changed
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