Skip to content

Commit b841040

Browse files
authored
Update DCAxy constants in EMTrackUtilities.h
1 parent 56ff835 commit b841040

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

PWGEM/Dilepton/Utils/EMTrackUtilities.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ enum class RefMFTTrackBit : uint16_t { // This is not for leptons, but charged t
5252
kNclsMFT8 = 4,
5353
kChi2MFT3 = 8, // default is 4
5454
kChi2MFT2 = 16,
55-
kDCAxy004cm = 32, // default is 0.05 cm
56-
kDCAxy003cm = 64,
57-
kDCAxy002cm = 128,
58-
kDCAxy001cm = 256,
55+
kDCAxy005cm = 32, // default is 0.06 cm
56+
kDCAxy004cm = 64,
57+
kDCAxy003cm = 128,
58+
kDCAxy002cm = 256,
59+
kDCAxy001cm = 512,
5960
};
6061

6162
//_______________________________________________________________________

0 commit comments

Comments
 (0)