 |
Belle II Software
release-05-01-25
|
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_;
89 #endif // genfit_TrackCandHit_h
Defines for I/O streams used for error and debug printing.
Hit object for use in TrackCand.
void setLeftRightResolution(int leftRight)
select how to resolve the left/right ambiguity: -1: negative (left) side on vector (track direction) ...
WireTrackCandHit & operator=(const WireTrackCandHit &)
protect from calling assignment operator from outside the class. Use #clone() instead!
WireTrackCandHit(const WireTrackCandHit &other)
protect from calling copy c'tor from outside the class. Use #clone() if you want a copy!
Hit object for use in TrackCand.