File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
/* *******************************************************************************
2
- * Copyright (C) 2014-2024 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2
+ * Copyright (C) 2014-2025 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3
3
* *
4
4
* This software is distributed under the terms of the *
5
5
* GNU Lesser General Public Licence (LGPL) version 3, *
@@ -219,6 +219,12 @@ class FairMCApplication : public TVirtualMCApplication
219
219
*/
220
220
void SetSaveCurrentEvent (Bool_t set) { fSaveCurrentEvent = set; }
221
221
222
+ /* *
223
+ * Returns the state of the flag deciding whether the current event
224
+ * is goint to be stored.
225
+ */
226
+ bool GetSaveCurrentEvent () { return fSaveCurrentEvent ; }
227
+
222
228
/* *
223
229
* Get the current application state.
224
230
*/
You can’t perform that action at this time.
0 commit comments