Belle II Software
release-08-01-10
|
Hit object for use in TrackCand. More...
#include <WireTrackCandHit.h>
Public Member Functions | |
WireTrackCandHit (int detId=-1, int hitId=-1, int planeId=-1, double sortingParameter=0., char leftRight=0) | |
virtual WireTrackCandHit * | clone () const override |
int | getLeftRightResolution () const |
void | setLeftRightResolution (int leftRight) |
select how to resolve the left/right ambiguity: -1: negative (left) side on vector (track direction) x (wire direction) 0: auto select (take side with smallest distance to track) 1: positive (right) side on vector (track direction) x (wire direction) | |
virtual void | Print (Option_t *option="") const override |
int | getDetId () const |
int | getHitId () const |
int | getPlaneId () const |
double | getSortingParameter () const |
void | setSortingParameter (double sortingParameter) |
Protected Member Functions | |
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! | |
Protected Attributes | |
signed char | leftRight_ |
int | detId_ |
int | hitId_ |
int | planeId_ |
double | sortingParameter_ |
Hit object for use in TrackCand.
Provides additional left/right parameter.
Definition at line 34 of file WireTrackCandHit.h.