Skip to content

Commit 6f64bef

Browse files
ferdymercuryguitargeek
authored andcommitted
[tmva] rm empty ClassImp macro
1 parent b74ed2f commit 6f64bef

File tree

119 files changed

+0
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+0
-120
lines changed

tmva/pymva/src/MethodPyAdaBoost.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class PyGILRAII {
5656

5757
REGISTER_METHOD(PyAdaBoost)
5858

59-
ClassImp(MethodPyAdaBoost);
6059

6160
//_______________________________________________________________________
6261
MethodPyAdaBoost::MethodPyAdaBoost(const TString &jobName,

tmva/pymva/src/MethodPyGTB.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class PyGILRAII {
5757

5858
REGISTER_METHOD(PyGTB)
5959

60-
ClassImp(MethodPyGTB);
6160

6261
//_______________________________________________________________________
6362
MethodPyGTB::MethodPyGTB(const TString &jobName,

tmva/pymva/src/MethodPyKeras.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class PyGILRAII {
3535

3636
REGISTER_METHOD(PyKeras)
3737

38-
ClassImp(MethodPyKeras);
3938

4039
MethodPyKeras::MethodPyKeras(const TString &jobName, const TString &methodTitle, DataSetInfo &dsi, const TString &theOption)
4140
: PyMethodBase(jobName, Types::kPyKeras, methodTitle, dsi, theOption) {

tmva/pymva/src/MethodPyRandomForest.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class PyGILRAII {
5555

5656
REGISTER_METHOD(PyRandomForest)
5757

58-
ClassImp(MethodPyRandomForest);
5958

6059
//_______________________________________________________________________
6160
MethodPyRandomForest::MethodPyRandomForest(const TString &jobName,

tmva/pymva/src/MethodPyTorch.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class PyGILRAII {
3232

3333
REGISTER_METHOD(PyTorch)
3434

35-
ClassImp(MethodPyTorch);
3635

3736

3837
MethodPyTorch::MethodPyTorch(const TString &jobName, const TString &methodTitle, DataSetInfo &dsi, const TString &theOption)

tmva/pymva/src/PyMethodBase.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ TString Python_Executable() {
6464

6565
} // namespace TMVA
6666

67-
ClassImp(PyMethodBase);
6867

6968
// NOTE: Introduce here nothing that breaks if multiple instances
7069
// of the same method share these objects, e.g., the local namespace.

tmva/rmva/src/MethodC50.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ using namespace TMVA;
4141

4242
REGISTER_METHOD(C50)
4343

44-
ClassImp(MethodC50);
4544

4645
//creating an Instance
4746
Bool_t MethodC50::IsModuleLoaded = ROOT::R::TRInterface::Instance().Require("C50");

tmva/rmva/src/MethodRSNNS.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ using namespace TMVA;
4242

4343
REGISTER_METHOD(RSNNS)
4444

45-
ClassImp(MethodRSNNS);
4645

4746
//creating an Instance
4847
Bool_t MethodRSNNS::IsModuleLoaded = ROOT::R::TRInterface::Instance().Require("RSNNS");

tmva/rmva/src/MethodRSVM.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ using namespace TMVA;
4141

4242
REGISTER_METHOD(RSVM)
4343

44-
ClassImp(MethodRSVM);
4544
//creating an Instance
4645
Bool_t MethodRSVM::IsModuleLoaded = ROOT::R::TRInterface::Instance().Require("e1071");
4746

tmva/rmva/src/MethodRXGB.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ using namespace TMVA;
4141

4242
REGISTER_METHOD(RXGB)
4343

44-
ClassImp(MethodRXGB);
4544

4645
//creating an Instance
4746
Bool_t MethodRXGB::IsModuleLoaded = ROOT::R::TRInterface::Instance().Require("xgboost");

0 commit comments

Comments
 (0)