Skip to content

Commit 9409340

Browse files
ferdymercuryguitargeek
authored andcommitted
[montecarlo][net][sql] rm empty ClassImp macro
1 parent 8bf933c commit 9409340

Some content is hidden

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

57 files changed

+0
-61
lines changed

montecarlo/eg/src/TAttParticle.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Particle definition, partly based on GEANT3 particle definition
2020
#include "TMath.h"
2121
#include "TRandom.h"
2222

23-
ClassImp(TAttParticle);
2423

2524
THashList *TAttParticle::fgList = new THashList;
2625

montecarlo/eg/src/TDatabasePDG.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ The current default pdg_table file displays lifetime 0 for some unstable particl
5050
5151
*/
5252

53-
ClassImp(TDatabasePDG);
5453

5554
////////////////////////////////////////////////////////////////////////////////
5655
/// Static function holding the instance.

montecarlo/eg/src/TDecayChannel.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Feb 16 2001 P.Murat
1919

2020
#include "TDecayChannel.h"
2121

22-
ClassImp(TDecayChannel);
2322

2423
////////////////////////////////////////////////////////////////////////////////
2524
///default constructor

montecarlo/eg/src/TGenerator.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ This is especially useful for example with TVirtualMC or similar.
154154
#include <iostream>
155155

156156

157-
ClassImp(TGenerator);
158157

159158
////////////////////////////////////////////////////////////////////////////////
160159
/// Event generator default constructor

montecarlo/eg/src/TParticle.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ are described by TParticlePDG.
5555
#include "TClass.h"
5656
#include "X3DBuffer.h"
5757

58-
ClassImp(TParticle);
5958

6059
////////////////////////////////////////////////////////////////////////////////
6160
///default constructor

montecarlo/eg/src/TParticleClassPDG.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Utility class used internally by TDatabasePDG
1919
#include "TParticlePDG.h"
2020
#include "TParticleClassPDG.h"
2121

22-
ClassImp(TParticleClassPDG);
2322

2423
////////////////////////////////////////////////////////////////////////////////
2524
///default constructor

montecarlo/eg/src/TParticlePDG.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ It is referenced by the dynamic particle class TParticle.
4747
#include "TParticlePDG.h"
4848
#include "TDatabasePDG.h"
4949

50-
ClassImp(TParticlePDG);
5150

5251
////////////////////////////////////////////////////////////////////////////////
5352
///default constructor

montecarlo/eg/src/TPrimary.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This class is now obsolete. Use TParticle instead.
2828
#include "TPolyLine3D.h"
2929
#include "snprintf.h"
3030

31-
ClassImp(TPrimary);
3231

3332
////////////////////////////////////////////////////////////////////////////////
3433
///

montecarlo/eg/src/TVirtualMCDecayer.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ [email protected]
2121

2222
#include "TVirtualMCDecayer.h"
2323

24-
ClassImp(TVirtualMCDecayer);

montecarlo/pythia8/src/TPythia8.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Author: Andreas Morsch 27/10/2007
8181
#include "TDatabasePDG.h"
8282
#include "TLorentzVector.h"
8383

84-
ClassImp(TPythia8);
8584

8685
TPythia8* TPythia8::fgInstance = 0;
8786

0 commit comments

Comments
 (0)