Class Reference for E1039 Core & Analysis Software
UtilAsym.h
Go to the documentation of this file.
1 #ifndef _UTIL_ASYM__H_
2 #define _UTIL_ASYM__H_
3 class SQDimuon;
4 class SQDimuonVector;
5 class TVector3;
6 class TLorentzVector;
7 
8 namespace UtilAsym {
9  void CalcAngle(const SQDimuon* dim, const int pol_sign, double& xb, double& xt, double& phi_s_tf);
10  void CalcAngle(const TVector3& mu0, const TVector3& mu1, const int pol_sign, double& xb, double& xt, double& phi_s_tf);
11  void CalcAngle(const TLorentzVector& mu0, const TLorentzVector& mu1, const int pol_sign, double& xb, double& xt, double& phi_s_tf);
12 }
13 
14 #endif // _UTIL_ASYM__H_
An SQ interface class to hold a list of SQDimuon objects.
An SQ interface class to hold one true or reconstructed dimuon.
Definition: SQDimuon.h:8
void CalcAngle(const SQDimuon *dim, const int pol_sign, double &xb, double &xt, double &phi_s_tf)
Definition: UtilAsym.cc:7