We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881c5a4 commit 79a349cCopy full SHA for 79a349c
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx
@@ -1255,9 +1255,11 @@ struct associateSameMFT {
1255
if (global_muon.globalIndex() == muon.globalIndex()) { // don't store myself.
1256
continue;
1257
}
1258
- if (global_muon.collisionId() == muon.collisionId()) {
1259
- self_Ids.emplace_back(global_muon.globalIndex());
1260
- }
+ self_Ids.emplace_back(global_muon.globalIndex());
+
+ // if (global_muon.collisionId() == muon.collisionId()) {
1261
+ // self_Ids.emplace_back(global_muon.globalIndex());
1262
+ // }
1263
1264
em_same_mft_ids(self_Ids);
1265
self_Ids.clear();
0 commit comments