This page is for rough notes and bits of documentation while changing the old
V0Tools to work with the xAOD.
Currently working on making the invariant mass functions work with the xAOD
TrackPartcle _v1 functions.
The
TrackParticle _v1 functions:
The
TrackParticle::FourMom_t has the same functions as
TLorentzVector, e.g. a four vector p4 can be set by using p4.SetPxPyPzE(px, py, pz, e)
Notes
Currently uses the format of the old code, the invariantMass function calls a track4Momentum function which calls a trackMomentum fucntion.
This trackMomentum function uses Amg::Vector3D not sure what the header for this is at the moment
--
David Lack - 2014-07-29
Comments