#include <LayerWithHits.h>
Public Member Functions | |
const DetLayer * | layer () const |
LayerWithHits (const DetLayer *dl, const std::vector< const TrackingRecHit * > &theInputHits) | |
template<typename DSTV , typename SEL > | |
LayerWithHits (const DetLayer *dl, DSTV const &allhits, SEL const &sel) | |
const std::vector< const TrackingRecHit * > & | recHits () const |
return the recHits of the Layer More... | |
~LayerWithHits () | |
Private Attributes | |
const DetLayer * | theDetLayer |
std::vector< const TrackingRecHit * > | theHits |
Definition at line 12 of file LayerWithHits.h.
|
inline |
Definition at line 15 of file LayerWithHits.h.
|
inline |
Usage: edm::ESHandle<TrackerTopology> httopo; iSetup.get<TrackerTopologyRcd>().get(httopo); const TrackerTopology& ttopo = *httopo; LayerWithHits( theLayer, collrphi, ttopo.tibDetIdLayerComparator(1) );
Definition at line 24 of file LayerWithHits.h.
References edmNew::copyDetSetRange(), diclist::dl, theDetLayer, and theHits.
|
inline |
Definition at line 34 of file LayerWithHits.h.
|
inline |
Definition at line 40 of file LayerWithHits.h.
References theDetLayer.
Referenced by CosmicHitPairGeneratorFromLayerPair::hitPairs(), CosmicHitTripletGeneratorFromLayerTriplet::hitTriplets(), geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().
|
inline |
return the recHits of the Layer
Definition at line 37 of file LayerWithHits.h.
References theHits.
Referenced by CosmicHitPairGeneratorFromLayerPair::hitPairs(), and CosmicHitTripletGeneratorFromLayerTriplet::hitTriplets().
|
private |
Definition at line 43 of file LayerWithHits.h.
Referenced by layer(), and LayerWithHits().
|
private |
Definition at line 44 of file LayerWithHits.h.
Referenced by LayerWithHits(), and recHits().