| ||||||||
Changed: | ||||||||
< < | xAOD DecayVertexTools | |||||||
> > | xAOD DecayVertexTools | |||||||
Changed: | ||||||||
< < | 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: | |||||||
> > | 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. I have made changes on these but not yet tested them. | |||||||
Deleted: | ||||||||
< < |
| |||||||
Added: | ||||||||
> > | Locations of useful filesThe current V0Tools is located in /Tracking/TrkVertexFitter/TrkVertexAnalysisUtils/trunk The header files VxVertex.h, ExtendedVxCandidate.h and VxCandidate.h are located in /Tracking/TrkEvent/VxVertex/trunk/VxVertex The xAOD files are located in /Event/xAOD Most of the files that will be used will be located in /Event/xAOD/xAODTracking Some other xAOD files that are used are /Event/xAOD/xAODBase/trunk/xAODBase/IParticle which links to the TLorentzVector class to allow for the same operations on 4-vectors as used in ROOTTrackParticle informationThe TrackParticle _v1 functions:
p4.SetPxPyPzE(px, py, pz, e) Number of tracks at vertexThe number of tracks at the vertex was previously obtained by:unsigned int NTrk = vxCandidate->vxTrackAtVertex()->size();now I think its done by: size_t NTrk = Vertex->nTrackParticles();
Some of the header files required may be missing, for example those required by the xAOD. | |||||||
Notes | ||||||||
Changed: | ||||||||
< < | 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 | |||||||
> > | Currently uses the format of the old code, the invariantMass function calls a track4Momentum function which calls a trackMomentum fucntion. This trackMomentum function uses | |||||||
Added: | ||||||||
> > | Amg::Vector3Dnot sure what the header for this is at the moment | |||||||
-- ![]() Comments |
xAOD DecayVertexToolsThis 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:
NotesCurrently 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 -- ![]() Comments |