#include <G4TrackState.hh>
Definition at line 141 of file G4TrackState.hh.
◆ GetTrackState() [1/3]
Definition at line 182 of file G4TrackState.hh.
183 {
184 auto it =
186 if (it == fTrackStates.end())
187 {
189 }
190 return it->second;
191 }
std::shared_ptr< G4VTrackState > G4VTrackStateHandle
◆ GetTrackState() [2/3]
Definition at line 165 of file G4TrackState.hh.
166 {
167 auto it =
168 fMultipleTrackStates.find((void*)adress);
169 if (it == fMultipleTrackStates.end())
170 {
172 }
173 return it->second;
174 }
◆ GetTrackState() [3/3]
◆ SetTrackState() [1/2]
Definition at line 176 of file G4TrackState.hh.
177 {
178 fTrackStates[state->GetID()] = state;
179 }
◆ SetTrackState() [2/2]
The documentation for this class was generated from the following file: