Skip to content

Commit

Permalink
Merge pull request #44602 from iarspider/patch-2
Browse files Browse the repository at this point in the history
Remove explicit SimHitCollection copy-constructor
  • Loading branch information
cmsbuild authored Apr 8, 2024
2 parents a83f743 + 73ad3bd commit fd0e7e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DataFormats/HGCalDigi/interface/PHGCSimAccumulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class PHGCSimAccumulator {
timeArray_.emplace_back(data);
}
}
SimHitCollection(const SimHitCollection& simhitcollection) = default;
unsigned int nhits() const { return nhits_; }
unsigned int sampleIndex() const { return (chargeArray_[0] >> sampleOffset) & sampleMask; }
const std::vector<unsigned short>& chargeArray() const { return chargeArray_; }
Expand Down

0 comments on commit fd0e7e6

Please sign in to comment.