The L3IPTracks branch is a TClonesArray of L3 tracks found
by an impact parameter-based algorithm. It returns the primary vertex information as well
as track fit information for each entry.
Header file: trigsimcert/L3IPTrack.hpp
Package containing the class used to fill the chunk read: l3fip_track_results
Information taken from l3fip_track_results/L3IPTrackPhysicsResults.hpp,
l3fip_track/src/L3TIPTracker.cpp and l3ftrack_global/L3TGlobalTracker.hpp
| Accessor | Method used | ||
| ToolName() | l3mapIter- |
string | trigger list name of the physics tool that produced the candidate |
| VertexX() | get_VertexX() | double | |
| VertexErrX() | get_VertexErrX() | double | error on the |
| VertexY() | get_VertexY() | double | |
| VertexErrY() | get_VertexErrY() | double | error on the |
| VertexZ() | get_VertexZ() | double | |
| VertexErrZ() | get_VertexErrZ() | double | error on the |
| TrackRINVUncorr() | get_TrackRINV_UNCORR() | double | uncorrelated inverse radius of the track |
| TrackPTINVUncorr() | get_TrackPTINV_UNCORR() | double | uncorrelated inverse transverse momentum of the track |
| TrackTANLUncorr() | get_TrackTANL_UNCORR() | double | uncorrelated |
| TrackPHIUncorr() | get_TrackPHI_UNCORR() | double | uncorrelated azimuthal angle of the track |
| TrackDCAUncorr() | get_TrackDCA_UNCORR() | double | uncorrelated distance of closest approach of the track |
| TrackZ0Uncorr() | get_TrackZ0_UNCORR() | double | uncorrelated |
| TrackDCAErrUncorr() | get_TrackDCAERR_UNCORR() | double | uncorrelated error on the distance of closest approach of the track |
| TrackSIGUncorr() | get_TrackSIG_UNCORR() | double | uncorrelated significance of the track fit |
| TrackRINVCorr() | get_TrackRINV_CORR() | double | correlated inverse radius of the track |
| TrackPTINVCorr() | get_TrackPTINV_CORR() | double | correlated inverse transverse momentum of the track |
| TrackTANLCorr() | get_TrackTANL_CORR() | double | correlated |
| TrackPHICorr() | get_TrackPHI_CORR() | double | correlated azimuthal angle of the track |
| TrackDCACorr() | get_TrackDCA_CORR() | double | correlated distance of closest approach of the track |
| TrackZ0Corr() | get_TrackZ0_CORR() | double | correlated |
| TrackDCAErrCorr() | get_TrackDCAERR_CORR() | double | correlated distance of closest approach error of the track |
| TrackSIGCorr() | get_TrackSIG_CORR() | double | correlated significance of the track fit |
| TrackNSMTHitsXY() | get_TrackNSMTHitsXY() | int | number of hits in the axial layers of the SMT |
| TrackNCFTHitsXY() | get_TrackNCFTHitsXY() | int | number of hits in the axial layers of the CFT |
| TrackNSMTHitsZ() | get_TrackNSMTHitsZ() | int | number of hits in the stereo layers of the SMT |
| TrackNCFTHitsZ() | get_TrackNCFTHitsZ() | int | number of hits in the stereo layers of the CFT |