Skip to content

Commit

Permalink
Remove explicit SimHitCollection copy-constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider authored Apr 3, 2024
1 parent 051fdff commit 73ad3bd
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 73ad3bd

Please sign in to comment.