We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d2483 commit 4f47e47Copy full SHA for 4f47e47
SimDataFormats/CaloAnalysis/interface/CaloParticle.h
@@ -184,7 +184,7 @@ class CaloParticle {
184
float simEnergy() const { return simhit_energy_; }
185
186
/** @brief add simhit's energy to cluster */
187
- void addSimHit(const PCaloHit &hit) {
+ void addSimHit(const PCaloHit &hit) {
188
simhit_energy_ += hit.energy();
189
++nsimhits_;
190
}
SimDataFormats/CaloAnalysis/interface/SimCluster.h
@@ -213,7 +213,7 @@ class SimCluster {
213
214
215
216
217
218
219
0 commit comments