#include <TrackCandidate.h>
Public Types | |
typedef RecHitContainer::const_iterator | const_iterator |
typedef std::pair < const_iterator, const_iterator > | range |
typedef edm::OwnVector < TrackingRecHit > | RecHitContainer |
Public Member Functions | |
range | recHits () const |
TrajectorySeed const & | seed () const |
edm::RefToBase< TrajectorySeed > | seedRef () const |
void | setSeedRef (edm::RefToBase< TrajectorySeed > &seedRef) |
TrackCandidate () | |
TrackCandidate (RecHitContainer &rh) | |
TrackCandidate (RecHitContainer &rh, TrajectorySeed const &s, PTrajectoryStateOnDet const &st) | |
TrackCandidate (RecHitContainer &rh, TrajectorySeed const &s, PTrajectoryStateOnDet const &st, const edm::RefToBase< TrajectorySeed > &seedRef) | |
PTrajectoryStateOnDet const & | trajectoryStateOnDet () const |
virtual | ~TrackCandidate () |
Private Attributes | |
RecHitContainer | rh_ |
TrajectorySeed | seed_ |
edm::RefToBase< TrajectorySeed > | seedRef_ |
PTrajectoryStateOnDet | state_ |
A track candidate is - a TSOS or equivalent (here a PTrajectoryStateOnDet) - a vector of rechits (here via the OwnVector interface) - a TrajectorySeed (to be confirmed as matching the final track) - a reference to the TrajectorySeed in the origianl collection of seeds. Often this collection is not saved on disk and therefore the reference may be invalid.
only the second is compulsory,the other three can be empty / not present
Definition at line 23 of file TrackCandidate.h.
typedef RecHitContainer::const_iterator TrackCandidate::const_iterator |
Definition at line 26 of file TrackCandidate.h.
typedef std::pair<const_iterator,const_iterator> TrackCandidate::range |
Definition at line 27 of file TrackCandidate.h.
Definition at line 25 of file TrackCandidate.h.
|
inline |
Definition at line 29 of file TrackCandidate.h.
|
inlinevirtual |
Definition at line 30 of file TrackCandidate.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 52 of file TrackCandidate.h.
References edm::OwnVector< T, P >::begin(), edm::OwnVector< T, P >::end(), and rh_.
Referenced by TrackBuildingAnalyzer::analyze(), TestHits::analyze(), TestSmoothHits::analyze(), TrackProducerWithSCAssociation::produce(), and RoadSearchHelixMakerAlgorithm::run().
|
inline |
Definition at line 54 of file TrackCandidate.h.
References seed_.
Referenced by TestHits::analyze(), TestSmoothHits::analyze(), and TrackProducerWithSCAssociation::produce().
|
inline |
return the edm::reference to the trajectory seed in the original seeds collection. If the collection has been dropped from the Event, the reference may be invalid. Its validity should be tested, before the reference is actually used.
Definition at line 61 of file TrackCandidate.h.
References seedRef_.
Referenced by TrackProducerWithSCAssociation::produce(), KalmanAlignmentTrackRefitter::refitSingleTracklet(), and setSeedRef().
|
inline |
Definition at line 63 of file TrackCandidate.h.
References seedRef(), and seedRef_.
|
inline |
Definition at line 50 of file TrackCandidate.h.
References state_.
Referenced by TrackBuildingAnalyzer::analyze(), TestHits::analyze(), TestSmoothHits::analyze(), TrackProducerWithSCAssociation::produce(), and TrackCandidateProducer::produce().
|
private |
Definition at line 66 of file TrackCandidate.h.
Referenced by recHits(), and TrackCandidate().
|
private |
Definition at line 67 of file TrackCandidate.h.
Referenced by seed().
|
private |
Definition at line 69 of file TrackCandidate.h.
Referenced by seedRef(), and setSeedRef().
|
private |
Definition at line 68 of file TrackCandidate.h.
Referenced by trajectoryStateOnDet().