Skip to content

Commit 1798748

Browse files
committed
Fix bug sayPrim
1 parent 5a66048 commit 1798748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPG/Tasks/AOTTrack/qaMatchEff.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ struct qaMatchEff {
16171617
//}
16181618

16191619
/// MC info for THnSparse filling
1620-
int sayPrim = -99;
1620+
sayPrim = -99;
16211621
specind = -9999;
16221622
if (mcpart.isPhysicalPrimary())
16231623
sayPrim = 0;

0 commit comments

Comments
 (0)