We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc81ca commit ebae3a6Copy full SHA for ebae3a6
include/AdePT/integration/AdePTTrackingManager.hh
@@ -41,6 +41,10 @@ public:
41
42
G4HepEmConfig *GetG4HepEmConfig() { return fHepEmTrackingManager->GetConfig(); }
43
44
+protected:
45
+ /// @brief Enables to rebind HepEm random engine from derived classes
46
+ void RebindHepEmRandomEngine() { fHepEmTrackingManager->RebindG4RandomEngine(); }
47
+
48
private:
49
/// @brief Steps a particle using the generic G4 tracking, until it dies or enters a user-defined
50
/// GPU region, in which case tracking is delegated to AdePT
0 commit comments