#include <SeedCleanerByHitPosition.h>
Public Member Functions | |
virtual void | add (const Trajectory *traj) |
virtual void | done () |
Tells the cleaner that the seeds are finished, and so it can clear any cache it has. More... | |
virtual bool | good (const TrajectorySeed *seed) |
Returns true if the seed is not overlapping with another trajectory. More... | |
virtual void | init (const std::vector< Trajectory > *vect) |
Provides the cleaner a pointer to the vector where trajectories are stored, in case it does not want to keep a local collection of trajectories. More... | |
SeedCleanerByHitPosition () | |
Public Member Functions inherited from RedundantSeedCleaner | |
void | clean (const std::vector< TrajectorySeed > &, std::vector< TrajectorySeed > &) |
clean More... | |
void | define (std::vector< TrajectorySeed > &) |
collection definition More... | |
RedundantSeedCleaner () | |
constructor More... | |
virtual | ~RedundantSeedCleaner () |
~RedundantSeedCleaner () | |
destructor More... | |
Private Attributes | |
const std::vector< Trajectory > * | trajectories |
Definition at line 5 of file SeedCleanerByHitPosition.h.
|
inline |
Definition at line 19 of file SeedCleanerByHitPosition.h.
|
inlinevirtual |
In this implementation, it does nothing
Implements RedundantSeedCleaner.
Definition at line 8 of file SeedCleanerByHitPosition.h.
Referenced by counter.Counter::register().
|
virtual |
Tells the cleaner that the seeds are finished, and so it can clear any cache it has.
Implements RedundantSeedCleaner.
Definition at line 6 of file SeedCleanerByHitPosition.cc.
References trajectories.
|
virtual |
Returns true if the seed is not overlapping with another trajectory.
Implements RedundantSeedCleaner.
Definition at line 12 of file SeedCleanerByHitPosition.cc.
References AlCaHLTBitMon_QueryRunRegistry::comp, RecHitComparatorByPosition::equals(), plotBeamSpotDB::first, newFWLiteAna::found, prof2calltree::last, TrajectorySeed::recHits(), and trajectories.
|
inlinevirtual |
Provides the cleaner a pointer to the vector where trajectories are stored, in case it does not want to keep a local collection of trajectories.
Implements RedundantSeedCleaner.
Definition at line 11 of file SeedCleanerByHitPosition.h.
References trajectories.
|
private |
Definition at line 21 of file SeedCleanerByHitPosition.h.