1 #ifndef _SQ_DIMUON_V1__H_
2 #define _SQ_DIMUON_V1__H_
10 void identify(std::ostream& os = std::cout)
const;
43 virtual double get_x1()
const;
44 virtual double get_x2()
const;
45 virtual double get_xf()
const;
int isValid() const
isValid returns non zero if object contains vailid data
void set_dimuon_id(const int a)
virtual double get_chisq() const
virtual double get_xf() const
virtual double get_x1() const
int get_track_id_pos() const
Return the track ID of the positive track.
void set_track_id_pos(const int a)
void set_mom_pos(const TLorentzVector a)
void set_mom_neg(const TLorentzVector a)
void set_track_id_neg(const int a)
TLorentzVector get_mom_pos() const
Return the momentum of the positive track at vertex.
int get_dimuon_id() const
Return the dimuon ID, which is unique per event(?).
virtual double get_mass() const
void set_pdg_id(const int a)
virtual int get_rec_dimuon_id() const
Return the dimuon ID of associated reconstructed dimuon. Valid only if this object holds truth dimuon...
int get_track_id_neg() const
Return the track ID of the negative track.
int get_pdg_id() const
Return the GPD ID of parent particle. It is valid only for true dimuon.
virtual double get_x2() const
void set_pos(const TVector3 a)
TLorentzVector get_mom_neg() const
Return the momentum of the negative track at vertex.
virtual void set_rec_dimuon_id(const int a)
TVector3 get_pos() const
Return the dimuon position at vertex.
void identify(std::ostream &os=std::cout) const
TLorentzVector get_mom() const
Return the dimuon momentum at vertex.
void set_mom(const TLorentzVector a)
An SQ interface class to hold one true or reconstructed dimuon.