|
GENFIT Rev: NoNumberAvailable
|
Hit object for use in TrackCand. Provides IDs and sorting parameters. More...
#include <TrackCandHit.h>


Public Member Functions | |
| TrackCandHit (int detId=-1, int hitId=-1, int planeId=-1, double sortingParameter=0.) | |
| virtual | ~TrackCandHit () |
| virtual TrackCandHit * | clone () const |
| int | getDetId () const |
| int | getHitId () const |
| int | getPlaneId () const |
| double | getSortingParameter () const |
| void | setSortingParameter (double sortingParameter) |
| virtual void | Print (Option_t *option="") const |
Protected Member Functions | |
| TrackCandHit (const TrackCandHit &other) | |
| protect from calling copy c'tor from outside the class. Use clone() if you want a copy! | |
| TrackCandHit & | operator= (const TrackCandHit &) |
| protect from calling assignment operator from outside the class. Use clone() instead! | |
Protected Attributes | |
| int | detId_ |
| int | hitId_ |
| int | planeId_ |
| double | sortingParameter_ |
Friends | |
| bool | operator== (const TrackCandHit &lhs, const TrackCandHit &rhs) |
| Equality operator. Does not check sortingParameter. | |
| bool | operator!= (const TrackCandHit &lhs, const TrackCandHit &rhs) |
| bool | operator< (const TrackCandHit &lhs, const TrackCandHit &rhs) |
| Compare sortingParameter, needed for sorting. | |
Hit object for use in TrackCand. Provides IDs and sorting parameters.
Definition at line 34 of file TrackCandHit.h.
| genfit::TrackCandHit::TrackCandHit | ( | int | detId = -1, |
| int | hitId = -1, | ||
| int | planeId = -1, | ||
| double | sortingParameter = 0. ) |
Definition at line 25 of file TrackCandHit.cc.
References detId_, hitId_, planeId_, and sortingParameter_.
Referenced by clone(), operator!=, operator<, operator=(), operator==, TrackCandHit(), genfit::WireTrackCandHit::WireTrackCandHit(), and genfit::WireTrackCandHit::WireTrackCandHit().
|
inlinevirtual |
Definition at line 43 of file TrackCandHit.h.
|
inlineprotected |
protect from calling copy c'tor from outside the class. Use clone() if you want a copy!
Definition at line 75 of file TrackCandHit.h.
References detId_, hitId_, planeId_, sortingParameter_, and TrackCandHit().
|
inlinevirtual |
Reimplemented in genfit::WireTrackCandHit.
Definition at line 45 of file TrackCandHit.h.
References TrackCandHit().
Referenced by genfit::TrackCand::append().
|
inline |
Definition at line 48 of file TrackCandHit.h.
References detId_.
Referenced by genfit::MeasurementFactory< measurement_T >::createMany(), and genfit::mySpacepointMeasurement::mySpacepointMeasurement().
|
inline |
Definition at line 49 of file TrackCandHit.h.
References hitId_.
Referenced by genfit::MeasurementFactory< measurement_T >::createMany(), and genfit::mySpacepointMeasurement::mySpacepointMeasurement().
|
inline |
Definition at line 50 of file TrackCandHit.h.
References planeId_.
|
inline |
Definition at line 51 of file TrackCandHit.h.
References sortingParameter_.
Referenced by genfit::Track::createMeasurements().
|
protected |
protect from calling assignment operator from outside the class. Use clone() instead!
References TrackCandHit().
|
virtual |
Reimplemented in genfit::WireTrackCandHit.
Definition at line 38 of file TrackCandHit.cc.
References detId_, hitId_, planeId_, genfit::printOut, and sortingParameter_.
|
inline |
Definition at line 54 of file TrackCandHit.h.
References sortingParameter_.
|
friend |
Definition at line 62 of file TrackCandHit.h.
References TrackCandHit().
|
friend |
Compare sortingParameter, needed for sorting.
Definition at line 68 of file TrackCandHit.h.
References sortingParameter_, and TrackCandHit().
|
friend |
Equality operator. Does not check sortingParameter.
Definition at line 46 of file TrackCandHit.cc.
References detId_, hitId_, planeId_, and TrackCandHit().
|
protected |
Definition at line 82 of file TrackCandHit.h.
Referenced by getDetId(), operator==, Print(), genfit::WireTrackCandHit::Print(), TrackCandHit(), and TrackCandHit().
|
protected |
Definition at line 83 of file TrackCandHit.h.
Referenced by getHitId(), operator==, Print(), genfit::WireTrackCandHit::Print(), TrackCandHit(), and TrackCandHit().
|
protected |
Definition at line 84 of file TrackCandHit.h.
Referenced by getPlaneId(), operator==, Print(), genfit::WireTrackCandHit::Print(), TrackCandHit(), and TrackCandHit().
|
protected |
Definition at line 85 of file TrackCandHit.h.
Referenced by getSortingParameter(), operator<, Print(), genfit::WireTrackCandHit::Print(), setSortingParameter(), TrackCandHit(), and TrackCandHit().