Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
tcuisset committed Apr 7, 2024
1 parent f19cabd commit 86141b1
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 409 deletions.
2 changes: 1 addition & 1 deletion RecoHGCal/TICL/plugins/EGammaSuperclusterProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void EGammaSuperclusterProducer::produce(edm::Event& iEvent, const edm::EventSet
reco::CaloClusterPtrVector trackstersEMInSupercluster;
/* TODO : for now, set as SuperCluster regressed energy the sum of regressed energies of CLUE3D EM tracksters
A regression will most likely be included here */
double regressedEnergySum = 0.;
double regressedEnergySum = 0.;
for (unsigned int tsInSc_id : superclusterLink) {
trackstersEMInSupercluster.push_back(reco::CaloClusterPtr(caloClustersEM_h, tsInSc_id));
regressedEnergySum += emTracksters[tsInSc_id].regressed_energy();
Expand Down
Loading

0 comments on commit 86141b1

Please sign in to comment.