Skip to content

Commit 09ec7f6

Browse files
author
Maurice Coquet
committed
Missing ObjType
1 parent 2005a1e commit 09ec7f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGDQ/Core/VarManager.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ class VarManager : public TObject
135135
ReducedTrackCollInfo = BIT(24), // TODO: remove it once new reduced data tables are produced for dielectron with ReducedTracksBarrelInfo
136136
ReducedMuonCollInfo = BIT(25), // TODO: remove it once new reduced data tables are produced for dielectron with ReducedTracksBarrelInfo
137137
MuonRealign = BIT(26),
138-
MuonCovRealign = BIT(27)
138+
MuonCovRealign = BIT(27),
139+
MFTCov = BIT(28)
139140
};
140141

141142
enum PairCandidateType {

0 commit comments

Comments
 (0)