23 #ifndef genfit_WireTrackCandHit_h
24 #define genfit_WireTrackCandHit_h
26 #include "TrackCandHit.h"
41 double sortingParameter = 0.,
49 int getLeftRightResolution()
const {
return leftRight_;}
59 if (leftRight==0) leftRight_ = 0;
60 else if (leftRight<0) leftRight_ = -1;
64 virtual void Print(Option_t* option =
"")
const override;
77 signed char leftRight_;
Hit object for use in TrackCand.
Hit object for use in TrackCand.
WireTrackCandHit(const WireTrackCandHit &other)
protect from calling copy c'tor from outside the class. Use #clone() if you want a copy!
WireTrackCandHit & operator=(const WireTrackCandHit &)
protect from calling assignment operator from outside the class. Use #clone() instead!
void setLeftRightResolution(int leftRight)
select how to resolve the left/right ambiguity: -1: negative (left) side on vector (track direction) ...
Defines for I/O streams used for error and debug printing.