Skip to content

Commit

Permalink
Merge pull request #7188 from Dr15Jones/zeroSampleConst
Browse files Browse the repository at this point in the history
Make the static zeroSample const
  • Loading branch information
cmsbuild committed Jan 16, 2015
2 parents 20e4ef7 + ba152e9 commit de787ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastSimulation/CaloRecHitsProducer/src/HcalRecHitsMaker.cc
Expand Up @@ -404,7 +404,7 @@ void HcalRecHitsMaker::loadHcalRecHits(edm::Event &iEvent,const HcalTopology& to
{
hbheDigis.reserve(firedCells_.size());
}
static HcalQIESample zeroSample(0,0,0,0);
static const HcalQIESample zeroSample(0,0,0,0);
unsigned nhits=firedCells_.size();
// HB and HE

Expand Down

0 comments on commit de787ff

Please sign in to comment.