Skip to content

Commit a3dbb00

Browse files
ChristianTackeGSIdennisklein
authored andcommitted
chore: Drop Fair{ParSet,Container} forward decls
and drop some useless includes as well.
1 parent bf88520 commit a3dbb00

17 files changed

Lines changed: 6 additions & 58 deletions

File tree

examples/MQ/parameters/FairMQExParamsContFact.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+
* Copyright (C) 2014-2024 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, *
@@ -10,9 +10,6 @@
1010

1111
#include "FairContFact.h"
1212

13-
class FairContainer;
14-
class FairParSet;
15-
1613
class FairMQExParamsContFact : public FairContFact
1714
{
1815
public:

examples/advanced/Tutorial3/simulation/FairTestDetectorContFact.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+
* Copyright (C) 2014-2024 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, *
@@ -10,10 +10,6 @@
1010

1111
#include "FairContFact.h" // for FairContFact, etc
1212

13-
#include <Rtypes.h> // for ClassDef
14-
15-
class FairParSet;
16-
1713
class FairTestDetectorContFact : public FairContFact
1814
{
1915
public:

examples/advanced/propagator/src/FairTutPropContFact.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (C) 2019-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+
* Copyright (C) 2019-2024 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, *
@@ -13,8 +13,6 @@
1313

1414
#include <string.h> // for strcmp, NULL
1515

16-
class FairParSet;
17-
1816
static FairTutPropContFact gFairTutPropContFact;
1917

2018
FairTutPropContFact::FairTutPropContFact()

examples/advanced/propagator/src/FairTutPropContFact.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (C) 2019-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+
* Copyright (C) 2019-2024 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, *
@@ -9,9 +9,6 @@
99
#define FAIRTUTPROPCONTFACT_H_
1010

1111
#include "FairContFact.h" // for FairContFact, etc
12-
#include "Rtypes.h" // for ClassDef
13-
14-
class FairParSet;
1512

1613
class FairTutPropContFact : public FairContFact
1714
{

examples/common/passive/FairPassiveContFact.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
#include "FairContFact.h" // for FairContFact, etc
1212

13-
#include <Rtypes.h> // for FairPassiveContFact::Class, etc
14-
15-
class FairParSet;
16-
1713
class FairPassiveContFact : public FairContFact
1814
{
1915
public:

examples/simulation/Tutorial1/src/FairTutorialDet1ContFact.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
#include "FairContFact.h" // for FairContFact, etc
1212

13-
#include <Rtypes.h>
14-
15-
class FairParSet;
16-
1713
class FairTutorialDet1ContFact : public FairContFact
1814
{
1915
public:

examples/simulation/Tutorial2/src/FairTutorialDet2ContFact.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
#include "FairContFact.h"
1212

13-
#include <Rtypes.h>
14-
15-
class FairParSet;
16-
1713
class FairTutorialDet2ContFact : public FairContFact
1814
{
1915
public:

examples/simulation/Tutorial4/src/param/FairTutorialDet4ContFact.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
#include "FairContFact.h" // for FairContFact, etc
1212

13-
#include <Rtypes.h> // for ClassDef
14-
15-
class FairParSet;
16-
1713
class FairTutorialDet4ContFact : public FairContFact
1814
{
1915
public:

examples/simulation/rutherford/src/FairRutherfordContFact.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
#include "FairContFact.h" // for FairContFact, etc
1212

13-
#include <Rtypes.h> // for ClassDef
14-
15-
class FairParSet;
16-
1713
class FairRutherfordContFact : public FairContFact
1814
{
1915
public:

templates/NewDetector_root_containers/NewDetectorContFact.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
#include "FairContFact.h"
1212

13-
class FairContainer;
14-
1513
class NewDetectorContFact : public FairContFact
1614
{
1715
public:

0 commit comments

Comments
 (0)