1 #ifndef LayerWithHits_H 2 #define LayerWithHits_H 22 template <
typename DSTV,
typename SEL>
32 const std::vector<const TrackingRecHit*>&
recHits()
const {
return theHits; }
39 std::vector<const TrackingRecHit*>
theHits;
std::vector< const TrackingRecHit * > theHits
void copyDetSetRange(DSTV const &dstv, std::vector< T const *> &v, std::pair< A, B > const &sel)
const DetLayer * layer() const
LayerWithHits(const DetLayer *dl, const std::vector< const TrackingRecHit *> &theInputHits)
LayerWithHits(const DetLayer *dl, DSTV const &allhits, SEL const &sel)
const std::vector< const TrackingRecHit * > & recHits() const
return the recHits of the Layer
const DetLayer * theDetLayer