#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: TrackerLayerIdAccessor acc; LayerWithHits( theLayer, collrphi, acc.stripTIBLayer(1) );
Definition at line 22 of file LayerWithHits.h.
References edmNew::copyDetSetRange(), theDetLayer, and theHits.
|
inline |
Definition at line 32 of file LayerWithHits.h.
|
inline |
Definition at line 38 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 35 of file LayerWithHits.h.
References theHits.
Referenced by CosmicHitPairGeneratorFromLayerPair::hitPairs(), and CosmicHitTripletGeneratorFromLayerTriplet::hitTriplets().
|
private |
Definition at line 41 of file LayerWithHits.h.
Referenced by layer(), and LayerWithHits().
|
private |
Definition at line 42 of file LayerWithHits.h.
Referenced by LayerWithHits(), and recHits().