#include <RoadSearchCloud.h>
Public Types | |
typedef std::vector< const TrackingRecHit * > | RecHitVector |
Public Member Functions | |
void | addHit (const TrackingRecHit *input) |
RecHitVector::const_iterator | begin_hits () const |
RoadSearchCloud * | clone () const |
RecHitVector::const_iterator | end_hits () const |
RecHitVector | recHits () const |
RoadSearchCloud () | |
RoadSearchCloud (RecHitVector rechits) | |
unsigned int | size () const |
Private Attributes | |
RecHitVector | recHits_ |
Definition at line 22 of file RoadSearchCloud.h.
typedef std::vector<const TrackingRecHit*> RoadSearchCloud::RecHitVector |
Definition at line 25 of file RoadSearchCloud.h.
|
inline |
|
inline |
Definition at line 28 of file RoadSearchCloud.h.
|
inline |
Definition at line 31 of file RoadSearchCloud.h.
References recHits_.
Referenced by RoadSearchCloudMakerAlgorithm::Clean(), RoadSearchCloudMakerAlgorithm::FillPixRecHitsIntoCloud(), RoadSearchCloudMakerAlgorithm::FillRecHitsIntoCloudGeneral(), and RoadSearchCloudCleanerAlgorithm::run().
|
inline |
Definition at line 34 of file RoadSearchCloud.h.
References recHits_.
Referenced by RoadSearchCloudMakerAlgorithm::Clean(), and RoadSearchCloudCleanerAlgorithm::run().
|
inline |
|
inline |
Definition at line 35 of file RoadSearchCloud.h.
References recHits_.
Referenced by RoadSearchCloudMakerAlgorithm::Clean(), and RoadSearchCloudCleanerAlgorithm::run().
|
inline |
|
inline |
Definition at line 32 of file RoadSearchCloud.h.
References recHits_.
Referenced by RoadSearchCloudMakerAlgorithm::Clean(), RoadSearchCloudMakerAlgorithm::FillRecHitsIntoCloudGeneral(), RoadSearchCloudCleanerAlgorithm::run(), and RoadSearchCloudMakerAlgorithm::run().
|
private |
Definition at line 39 of file RoadSearchCloud.h.
Referenced by addHit(), begin_hits(), clone(), end_hits(), recHits(), and size().