Skip to content

Commit de8d17d

Browse files
committed
removed commented code
1 parent 9777d16 commit de8d17d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

L1Trigger/L1CaloTrigger/plugins/Phase2L1CaloPFClusterEmulator.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ void Phase2L1CaloPFClusterEmulator::produce(edm::Event& iEvent, const edm::Event
9595
float realEta[nTowerEta][nTowerPhi];
9696
float realPhi[nTowerEta][nTowerPhi];
9797
for (const l1tp2::CaloTower& i : *caloTowerCollection) {
98-
//std::cout << "Phase2L1CaloPFClusterEmulator: GCT FULL tower energy " << i.ecalTowerEt()
99-
// << " at eta, phi: (" << i.towerIEta() << ", " << i.towerIPhi() << ")" << std::endl;
10098

10199
int ieta = i.towerIEta();
102100
int iphi = i.towerIPhi();
@@ -166,9 +164,6 @@ void Phase2L1CaloPFClusterEmulator::produce(edm::Event& iEvent, const edm::Event
166164
int gctphi = tempPfclusters.GCTpfclusters[i].phi;
167165
float towereta = realEta[gcteta][gctphi];
168166
float towerphi = realPhi[gcteta][gctphi];
169-
//std::cout << "Phase2L1CaloPFClusterEmulator: GCT Pfclusters energy " << tempPfclusters.GCTpfclusters[i].et
170-
// << " at ieta, iphi: (" << tempPfclusters.GCTpfclusters[i].eta << ", " << tempPfclusters.GCTpfclusters[i].phi << ")"
171-
// << " at eta, phi: (" << towereta << ", " << towerphi << ")" << std::endl;
172167
l1tp2::CaloPFCluster l1CaloPFCluster;
173168
l1CaloPFCluster.setClusterEt(tempPfclusters.GCTpfclusters[i].et);
174169
l1CaloPFCluster.setClusterIEta(gcteta);

0 commit comments

Comments
 (0)