GENFIT
Rev:NoNumberAvailable
|
Go to the documentation of this file.
23 #ifndef genfit_WireTrackCandHit_h
24 #define genfit_WireTrackCandHit_h
41 double sortingParameter = 0.,
64 virtual void Print(Option_t* option =
"")
const;
89 #endif // genfit_TrackCandHit_h
virtual ~WireTrackCandHit()
WireTrackCandHit & operator=(const WireTrackCandHit &)
protect from calling assignment operator from outside the class. Use clone() instead!
Hit object for use in TrackCand. Provides IDs and sorting parameters.
Defines for I/O streams used for error and debug printing.
void setLeftRightResolution(int leftRight)
Hit object for use in TrackCand. Provides additional left/right parameter.
virtual WireTrackCandHit * clone() const
int getLeftRightResolution() const
WireTrackCandHit(int detId=-1, int hitId=-1, int planeId=-1, double sortingParameter=0., char leftRight=0)
WireTrackCandHit(const WireTrackCandHit &other)
protect from calling copy c'tor from outside the class. Use clone() if you want a copy!
virtual void Print(Option_t *option="") const