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 d16b36a commit 2210847Copy full SHA for 2210847
fairroot/base/sim/FairMCApplication.h
@@ -219,6 +219,12 @@ class FairMCApplication : public TVirtualMCApplication
219
*/
220
void SetSaveCurrentEvent(Bool_t set) { fSaveCurrentEvent = set; }
221
222
+ /**
223
+ * Returns the state of the flag deciding whether the current event
224
+ * is goint to be stored.
225
+ */
226
+ Bool_t GetSaveCurrentEvent() { return fSaveCurrentEvent; }
227
+
228
/**
229
* Get the current application state.
230
0 commit comments