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