|
FairRoot/PandaRoot
|
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! More... | |
| TrackCandHit & | operator= (const TrackCandHit &) |
| protect from calling assignment operator from outside the class. Use clone() instead! More... | |
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. More... | |
| bool | operator!= (const TrackCandHit &lhs, const TrackCandHit &rhs) |
| bool | operator< (const TrackCandHit &lhs, const TrackCandHit &rhs) |
| Compare sortingParameter, needed for sorting. More... | |
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. |
||
| ) |
Referenced by clone().
|
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.
|
inlinevirtual |
Reimplemented in genfit::WireTrackCandHit.
Definition at line 45 of file TrackCandHit.h.
References TrackCandHit().
|
inline |
Definition at line 48 of file TrackCandHit.h.
References detId_.
Referenced by genfit::MeasurementFactory< measurement_T >::createMany(), PndFtsRecoHit2::PndFtsRecoHit2(), PndGemRecoHit2::PndGemRecoHit2(), PndMdtRecoHit2::PndMdtRecoHit2(), PndSdsRecoHit2::PndSdsRecoHit2(), and PndSttRecoHit2::PndSttRecoHit2().
|
inline |
Definition at line 49 of file TrackCandHit.h.
References hitId_.
Referenced by genfit::MeasurementFactory< measurement_T >::createMany(), PndFtsRecoHit2::PndFtsRecoHit2(), PndGemRecoHit2::PndGemRecoHit2(), PndMdtRecoHit2::PndMdtRecoHit2(), PndSdsRecoHit2::PndSdsRecoHit2(), and PndSttRecoHit2::PndSttRecoHit2().
|
inline |
Definition at line 50 of file TrackCandHit.h.
References planeId_.
Referenced by PndGemRecoHit2::PndGemRecoHit2(), and PndSdsRecoHit2::PndSdsRecoHit2().
|
inline |
|
protected |
protect from calling assignment operator from outside the class. Use clone() instead!
|
virtual |
Reimplemented in genfit::WireTrackCandHit.
|
inline |
|
friend |
Definition at line 62 of file TrackCandHit.h.
|
friend |
Compare sortingParameter, needed for sorting.
Definition at line 68 of file TrackCandHit.h.
|
friend |
Equality operator. Does not check sortingParameter.
|
protected |
Definition at line 82 of file TrackCandHit.h.
Referenced by getDetId().
|
protected |
Definition at line 83 of file TrackCandHit.h.
Referenced by getHitId().
|
protected |
Definition at line 84 of file TrackCandHit.h.
Referenced by getPlaneId().
|
protected |
Definition at line 85 of file TrackCandHit.h.
Referenced by getSortingParameter(), and setSortingParameter().
1.8.5