Skip to content

Commit 6c73515

Browse files
ChristianTackeGSIkarabowi
authored andcommitted
chore: Drop remaining ClassImp
See: 744fad7
1 parent 1d184c4 commit 6c73515

40 files changed

Lines changed: 41 additions & 132 deletions

fairroot/datamatch/FairMCDataCrawler.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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, *
@@ -19,8 +19,6 @@
1919

2020
#include <iostream> // for operator<<, ostream, cout, etc
2121

22-
ClassImp(FairMCDataCrawler);
23-
2422
FairMCDataCrawler::FairMCDataCrawler()
2523
: fIoman(FairRootManager::Instance())
2624
, fFinalStage()

fairroot/datamatch/FairMCEntry.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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, *
@@ -14,8 +14,6 @@
1414

1515
#include "FairMCEntry.h"
1616

17-
ClassImp(FairMCEntry);
18-
1917
FairMCEntry::FairMCEntry()
2018
: FairMultiLinkedData()
2119
, fSource(-1)

fairroot/datamatch/FairMCList.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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, *
@@ -14,8 +14,6 @@
1414

1515
#include "FairMCList.h"
1616

17-
ClassImp(FairMCList);
18-
1917
FairMCList::FairMCList()
2018
: TObject()
2119
, fList()

fairroot/datamatch/FairMCMatch.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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, *
@@ -20,8 +20,6 @@
2020
#include <TClonesArray.h> // for TClonesArray
2121
#include <iostream> // for operator<<, basic_ostream, etc
2222

23-
ClassImp(FairMCMatch);
24-
2523
FairMCMatch::FairMCMatch()
2624
: TNamed()
2725
, fUltimateStage(0)

fairroot/datamatch/FairMCMatchCreatorTask.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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, *
@@ -131,5 +131,3 @@ void FairMCMatchCreatorTask::Exec(Option_t* /*opt*/)
131131
}
132132

133133
void FairMCMatchCreatorTask::Finish() {}
134-
135-
ClassImp(FairMCMatchCreatorTask);

fairroot/datamatch/FairMCMatchLoaderTask.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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, *
@@ -117,5 +117,3 @@ void FairMCMatchLoaderTask::Exec(Option_t* /*opt*/)
117117
}
118118

119119
void FairMCMatchLoaderTask::Finish() {}
120-
121-
ClassImp(FairMCMatchLoaderTask);

fairroot/datamatch/FairMCMatchSelectorTask.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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, *
@@ -98,5 +98,3 @@ void FairMCMatchSelectorTask::SetWeights()
9898
}
9999

100100
void FairMCMatchSelectorTask::Finish() {}
101-
102-
ClassImp(FairMCMatchSelectorTask);

fairroot/datamatch/FairMCObject.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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, *
@@ -14,8 +14,6 @@
1414

1515
#include "FairMCObject.h"
1616

17-
ClassImp(FairMCObject);
18-
1917
FairMCObject::FairMCObject()
2018
: TObject()
2119
, fStage(0)

fairroot/datamatch/FairMCResult.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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, *
@@ -14,8 +14,6 @@
1414

1515
#include "FairMCResult.h"
1616

17-
ClassImp(FairMCResult);
18-
1917
FairMCResult::FairMCResult()
2018
: FairMCObject()
2119
, fStartType(-1)

fairroot/datamatch/FairMCStage.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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, *
@@ -14,8 +14,6 @@
1414

1515
#include "FairMCStage.h"
1616

17-
ClassImp(FairMCStage);
18-
1917
FairMCStage::FairMCStage()
2018
: FairMCObject()
2119
, fBranchName("")

0 commit comments

Comments
 (0)