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