ADD: updated the test function for simtrack

This commit is contained in:
Henry Winkel
2023-07-04 09:32:44 +02:00
parent f21188672b
commit 713d9f0f6c
3 changed files with 26 additions and 13 deletions

View File

@@ -35,6 +35,7 @@ namespace SimCore
void setPosition(double x, double y, double z);
SimCore::Position getPosition();
SimCore::Identifier getIdentifier();
/// @brief
/// @param emission
void addEmission(Emission emission);