◆ createTrack()
Definition at line 26 of file TrackHandle_xAODTrackParticle.cxx.
28 if (!trackStateOnSurfaces) {
29 VP1Msg::messageDebug(
"TrackHandle_xAODTrackParticle WARNING: Could not create track due to null TSOS vector");
32 if (trackStateOnSurfaces->
empty()) {
33 VP1Msg::messageDebug(
"TrackHandle_xAODTrackParticle WARNING: Could not create track due to empty TSOS vector");
34 delete trackStateOnSurfaces;
38 std::unique_ptr<Trk::TrackStates> sink(trackStateOnSurfaces);
◆ theclass
◆ trackparticle
◆ trkTrack
◆ trkTrackInit
bool TrackHandle_xAODTrackParticle::Imp::trkTrackInit |
The documentation for this class was generated from the following file:
TrackHandle_xAODTrackParticle * theclass