File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* *******************************************************************************
2- * Copyright (C) 2014-2024 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+ * Copyright (C) 2014-2025 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
33 * *
44 * This software is distributed under the terms of the *
55 * GNU Lesser General Public Licence (LGPL) version 3, *
@@ -219,6 +219,12 @@ class FairMCApplication : public TVirtualMCApplication
219219 */
220220 void SetSaveCurrentEvent (Bool_t set) { fSaveCurrentEvent = set; }
221221
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+
222228 /* *
223229 * Get the current application state.
224230 */
You can’t perform that action at this time.
0 commit comments