5 #include <TLorentzVector.h>
12 virtual void identify(std::ostream& os = std::cout)
const = 0;
An SQ interface class to hold one true or reconstructed track.
virtual int get_track_id() const =0
Return the track ID, which is unique per event(?).
virtual void set_track_id(const int a)=0
virtual double get_chsiq_upstream() const =0
virtual int get_hit_id(const int i) const =0
virtual TVector3 get_pos_vtx() const =0
Return the track position at vertex.
virtual void set_pos_vtx(const TVector3 a)=0
virtual int get_charge() const =0
Return the charge, i.e. +1 or -1.
virtual int get_rec_track_id() const =0
Return the track ID of associated reconstructed track. Valid only if this object holds truth track in...
virtual int get_num_hits() const =0
Return the number of hits associated to this track.
virtual void Reset()=0
Clear Event.
virtual double get_chisq_dump() const =0
virtual TVector3 get_pos_target() const =0
virtual TLorentzVector get_mom_dump() const =0
virtual void set_num_hits(const int a)=0
virtual void set_mom_vtx(const TLorentzVector a)=0
virtual TLorentzVector get_mom_vtx() const =0
Return the track momentum at vertex.
virtual TLorentzVector get_mom_target() const =0
virtual TVector3 get_pos_dump() const =0
virtual void set_pos_st1(const TVector3 a)=0
virtual double get_chisq_target() const =0
virtual int isValid() const =0
isValid returns non zero if object contains vailid data
virtual void set_pos_st3(const TVector3 a)=0
virtual double get_chisq() const =0
virtual void set_charge(const int a)=0
virtual SQTrack * Clone() const =0
virtual void set_mom_st1(const TLorentzVector a)=0
virtual void identify(std::ostream &os=std::cout) const =0
virtual void set_rec_track_id(const int a)=0
virtual TLorentzVector get_mom_st1() const =0
Return the track momentum at Station 1.
virtual TVector3 get_pos_st3() const =0
Return the track position at Station 3.
virtual TVector3 get_pos_st1() const =0
Return the track position at Station 1.
virtual void set_mom_st3(const TLorentzVector a)=0
virtual TLorentzVector get_mom_st3() const =0
Return the track momentum at Station 3.