Skip to content

Commit a822161

Browse files
authored
Update sgExclOmega.cxx
1 parent ca4ffb4 commit a822161

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGUD/Tasks/sgExclOmega.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,11 @@ struct SGExclOmega {
113113
gapSide = truegapSide;
114114
// if (gapSide!=2) return;
115115
int pvtracks = 0;
116-
int sign = 0;
117116
int esign = 0;
118117
int nElec = 0;
119118
for (auto& t0 : tracks) {
120119
if (trackselector(t0, parameters) && t0.isPVContributor()) {
121120
pvtracks++;
122-
sign += t0.sign();
123121
if (selectionPIDElec(t0, use_tof, nsigmatpc_cut, nsigmatof_cut)) {
124122
nElec++;
125123
esign += t0.sign();

0 commit comments

Comments
 (0)