Skip to content

Commit fbd325b

Browse files
committed
[PWGDQ] Add reading of track type from realigned muons
1 parent 3cee692 commit fbd325b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,6 +2197,7 @@ void VarManager::FillTrack(T const& track, float* values)
21972197

21982198
if constexpr ((fillMap & MuonRealign) > 0) {
21992199
values[kMuonChi2] = track.chi2();
2200+
values[kMuonTrackType] = track.trackType();
22002201
}
22012202

22022203
if (fgUsedVars[kM11REFoverMpsingle]) {

0 commit comments

Comments
 (0)