File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
/* *******************************************************************************
2
- * Copyright (C) 2014-2023 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, *
@@ -154,6 +154,9 @@ class FairRun : public TNamed
154
154
// ** Mark/Unmark event to be filled into output. Default is TRUE. */
155
155
void MarkFill (Bool_t flag) { fMarkFill = flag; }
156
156
157
+ // ** Get the state of the flag deciding whether the current event is goint to be stored. */
158
+ bool GetMarkFill () { return fMarkFill ; }
159
+
157
160
// ** Get option string */
158
161
TString GetOptions () { return fOptions ; };
159
162
You can’t perform that action at this time.
0 commit comments