|
1 | 1 | /****************************************************************************** |
2 | | - * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH * |
3 | | - * Copyright (C) 2019-2023 Members of R3B Collaboration * |
| 2 | + * Copyright (C) 2022 GSI Helmholtzzentrum für Schwerionenforschung GmbH * |
| 3 | + * Copyright (C) 2022-2023 Members of R3B Collaboration * |
4 | 4 | * * |
5 | 5 | * This software is distributed under the terms of the * |
6 | 6 | * GNU General Public Licence (GPL) version 3, * |
@@ -40,22 +40,22 @@ class R3BAlpideCal2Hit : public FairTask |
40 | 40 | R3BAlpideCal2Hit(const TString& name, Int_t iVerbose = 1); |
41 | 41 |
|
42 | 42 | /** Destructor **/ |
43 | | - virtual ~R3BAlpideCal2Hit(); |
| 43 | + ~R3BAlpideCal2Hit() override; |
44 | 44 |
|
45 | | - /** Virtual method Exec **/ |
46 | | - virtual void Exec(Option_t* option) override; |
| 45 | + /** Method Exec **/ |
| 46 | + void Exec(Option_t*) override; |
47 | 47 |
|
48 | 48 | /** Virtual method Reset **/ |
49 | 49 | virtual void Reset(); |
50 | 50 |
|
51 | | - virtual void SetParContainers() override; |
| 51 | + /** Method SetParContainers **/ |
| 52 | + void SetParContainers() override; |
52 | 53 |
|
53 | | - // Fair specific |
54 | | - /** Virtual method Init **/ |
55 | | - virtual InitStatus Init() override; |
| 54 | + /** Method Init **/ |
| 55 | + InitStatus Init() override; |
56 | 56 |
|
57 | | - /** Virtual method ReInit **/ |
58 | | - virtual InitStatus ReInit() override; |
| 57 | + /** Method ReInit **/ |
| 58 | + InitStatus ReInit() override; |
59 | 59 |
|
60 | 60 | // Method to setup online mode |
61 | 61 | void SetOnline(Bool_t option) { fOnline = option; } |
|
0 commit comments