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-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+ * Copyright (C) 2014-2023 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, *
@@ -174,7 +174,6 @@ class FairStack : public FairGenericStack
174174 void Register () override ;
175175
176176 /* * Output to screen
177- **@param iVerbose: 0=events summary, 1=track info
178177 **/
179178 void Print (Option_t*) const override ;
180179
Original file line number Diff line number Diff line change 11/* *******************************************************************************
2- * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+ * Copyright (C) 2014-2023 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, *
@@ -253,7 +253,8 @@ class FairTrajFilter
253253
254254 /* *
255255 * This is the getter for the total energy cut.
256- * @param References to the variables where return values should be stored.
256+ *
257+ * \param [out] etotMin,etotMax References to the variables where return values should be stored.
257258 */
258259 void GetEnergyCut (Double_t& etotMin, Double_t& etotMax) const ;
259260
Original file line number Diff line number Diff line change 11/* *******************************************************************************
2- * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+ * Copyright (C) 2014-2023 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, *
2222#include < Rtypes.h> // for FairHitDraw::Class, etc
2323#include < TVector3.h> // for TVector3
2424
25- class TObject ;
26-
2725class FairHitDraw : public FairBoxSetDraw
2826{
2927 public:
@@ -38,7 +36,6 @@ class FairHitDraw : public FairBoxSetDraw
3836
3937 /* * Legacy constructor
4038 *@param name Name of task
41- *@param dataSource Input container for data to be displayed
4239 *@param iVerbose Verbosity level
4340 **/
4441 FairHitDraw (const char * name, Int_t iVerbose = 1 );
Original file line number Diff line number Diff line change 11/* *******************************************************************************
2- * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+ * Copyright (C) 2014-2023 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, *
@@ -55,8 +55,6 @@ class FairUrqmdGenerator : public FairGenerator
5555
5656 /* * Reads on event from the input file and pushes the tracks onto
5757 ** the stack. Abstract method in base class.
58- ** @param pStack pointer to the stack
59- ** @param ver not used
6058 **/
6159 Bool_t ReadEvent (FairPrimaryGenerator* primGen);
6260
You can’t perform that action at this time.
0 commit comments