|
SQDimuon * | UtilDimuon::FindDimuonByID (const SQDimuonVector *vec, const int id_dim, const bool do_assert=false) |
| Find a dimuon by dimuon ID in the given dimuon list. More...
|
|
void | UtilDimuon::GetX1X2 (const SQDimuon *dim, double &x1, double &x2) |
| OBSOLETE: Use CalcVar() instead. More...
|
|
void | UtilDimuon::GetX1X2 (const SQDimuon *dim, float &x1, float &x2) |
| OBSOLETE: Use CalcVar() instead. More...
|
|
double | UtilDimuon::GetX1 (const SQDimuon *dim) |
| OBSOLETE: Use CalcVar() instead. More...
|
|
double | UtilDimuon::GetX2 (const SQDimuon *dim) |
| OBSOLETE: Use CalcVar() instead. More...
|
|
void | UtilDimuon::CalcVar (const SQDimuon *dim, double &mass, double &pT, double &x1, double &x2, double &xF) |
| Calculate the key kinematic variables of dimuon. More...
|
|
void | UtilDimuon::CalcVar (const TLorentzVector &p_pos, const TLorentzVector &p_neg, double &mass, double &pT, double &x1, double &x2, double &xF) |
| Calculate the key kinematic variables of dimuon. More...
|
|
void | UtilDimuon::CalcVar (const SQDimuon *dim, double &mass, double &pT, double &x1, double &x2, double &xF, double &costh, double &phi) |
| OBSOLETE: Use CalcVar(dim, mass, pT, x1, x2, xF) and Lab2CollinsSoper(dim, costh, phi) instead. More...
|
|
void | UtilDimuon::CalcVar (const TLorentzVector &p_pos, const TLorentzVector &p_neg, double &mass, double &pT, double &x1, double &x2, double &xF, double &costh, double &phi) |
| OBSOLETE: Use CalcVar(dim, mass, pT, x1, x2, xF) and Lab2CollinsSoper(dim, costh, phi) instead. More...
|
|
void | UtilDimuon::Lab2CollinsSoper (const SQDimuon *dim, double &costh, double &phi) |
| Convert the momenta of muon pair from Lab frame to Collins-Soper frame. More...
|
|
void | UtilDimuon::Lab2CollinsSoper (const TLorentzVector &p1, const TLorentzVector &p2, double &costh, double &phi) |
| Convert the momenta of muon pair from Lab frame to Collins-Soper frame. More...
|
|
void | UtilDimuon::Lab2CollinsSoper (const TVector3 &p1, const TVector3 &p2, double &costh, double &phi) |
| Convert the momenta of muon pair from Lab frame to Collins-Soper frame. More...
|
|
void | UtilDimuon::Lab2CollinsSoper (const double px1, const double py1, const double pz1, const double px2, const double py2, const double pz2, double &costh, double &phi) |
| Convert the momenta of muon pair from Lab frame to Collins-Soper frame. More...
|
|