Skip to content

Commit 4af375b

Browse files
committed
Remove left couts
1 parent edc73aa commit 4af375b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

L1Trigger/DTTriggerPhase2/plugins/DTTrigPhase2Prod.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -833,8 +833,6 @@ void DTTrigPhase2Prod::produce(Event& iEvent, const EventSetup& iEventSetup) {
833833
}
834834
}
835835

836-
//for (auto& ch_filtcorrelatedMetaPrimitives : filtCorrelatedMetaPrimitives)
837-
//cout<<"filtCorrelatedMetaPrimitives: "<<filtCorrelatedMetaPrimitives[ch_filtcorrelatedMetaPrimitives.first].size()<<endl;
838836

839837
correlatedMetaPrimitives.clear();
840838
filteredMetaPrimitives.clear();
@@ -865,8 +863,6 @@ void DTTrigPhase2Prod::produce(Event& iEvent, const EventSetup& iEventSetup) {
865863
}
866864
}
867865

868-
//for (auto& ch_filtcoMetaPrimitives : coMetaPrimitives)
869-
//cout<<"coMetaPrimitives: "<<coMetaPrimitives[ch_filtcoMetaPrimitives.first].size()<<endl;
870866

871867
allMetaPrimitives.clear();
872868

@@ -887,9 +883,6 @@ void DTTrigPhase2Prod::produce(Event& iEvent, const EventSetup& iEventSetup) {
887883
}
888884
}
889885

890-
for (auto& mych : coMetaPrimitives)
891-
cout << "coMetaPrimitives: " << coMetaPrimitives[mych.first].size()
892-
<< " thMatchedMetaPrimitives: " << thMatchedMetaPrimitives[mych.first].size() << endl;
893886

894887
/////////////
895888

0 commit comments

Comments
 (0)