1 #ifndef PhysicsTools_TagAndProbe_ColinsSuperVariables
2 #define PhysicsTools_TagAndProbe_ColinsSuperVariables
4 #define CM_ENERGY 7000.0
5 #include "TLorentzVector.h"
40 double dt_qt =
D.X() *
Q.X() +
D.Y() *
Q.Y();
42 pow(
D.Pt() /
Q.Mag(), 2) - 1.0 /
pow(
Q.Mag(), 2) / (
pow(
Q.Mag(), 2) +
pow(
Q.Pt(), 2)) *
pow(dt_qt, 2);
50 TVector3
R = Pbeam.Vect().Cross(
Q.Vect());
51 TVector3 Runit =
R.Unit();
54 TVector3 Qt =
Q.Vect();
56 TVector3 Qtunit = Qt.Unit();
58 TVector3 Dt =
D.Vect();
60 double tanphi =
sqrt(
pow(
Q.Mag(), 2) +
pow(
Q.Pt(), 2)) /
Q.Mag() * Dt.Dot(Runit) / Dt.Dot(Qtunit);