- Timestamp:
- Jul 23, 2013, 1:37:28 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 74fdbae
- Parents:
- 0d5f77c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Calorimeter.cc
r0d5f77c r3079350 390 390 391 391 ++fTowerAllHits; 392 fTower->AddCandidate(particle);393 392 394 393 // check for ECAL hits … … 418 417 fTowerECalEnergy += ecalEnergy; 419 418 fTowerHCalEnergy += hcalEnergy; 419 420 fTower->AddCandidate(particle); 420 421 } 421 422 … … 522 523 tower->Edges[3] = fTowerEdges[3]; 523 524 524 fEFlowTowerOutputArray->Add(tower);525 //fEFlowTowerOutputArray->Add(tower); 525 526 } 526 527 } … … 554 555 tower->Edges[3] = fTowerEdges[3]; 555 556 556 fEFlowTowerOutputArray->Add(tower);557 //fEFlowTowerOutputArray->Add(tower); 557 558 } 558 559 }
Note:
See TracChangeset
for help on using the changeset viewer.