]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4PhysicsConstructorGeneral.h
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / TGeant4 / TG4PhysicsConstructorGeneral.h
diff --git a/TGeant4/TG4PhysicsConstructorGeneral.h b/TGeant4/TG4PhysicsConstructorGeneral.h
deleted file mode 100644 (file)
index c6f767f..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-// $Id$
-// Category: physics
-//
-// Author: I. Hrivnacova
-//
-// Class TG4PhysicsConstructorGeneral
-// -----------------------------
-// Constructor of physics for ions.
-// According to ExN04IonPhysics.hh, GEANT4 tag Name: geant4-03-02
-
-#ifndef TG4_PHYSICS_CONSTRUCTOR_GENERAL_H
-#define TG4_PHYSICS_CONSTRUCTOR_GENERAL_H
-
-#include "TG4VPhysicsConstructor.h"
-
-#include <G4Decay.hh>
-#include <globals.hh>
-
-class TG4PhysicsConstructorGeneral: public TG4VPhysicsConstructor
-{
-  public:
-    TG4PhysicsConstructorGeneral(const G4String& name = "General");
-    TG4PhysicsConstructorGeneral(G4int verboseLevel,
-                                 const G4String& name = "General");
-    virtual ~TG4PhysicsConstructorGeneral();
-
-  protected:
-    // methods
-          // construct particle and physics
-    virtual void ConstructParticle();
-    virtual void ConstructProcess();
-
-    // data members
-    G4Decay fDecayProcess; // decay process
-};
-
-#endif //TG4_PHYSICS_CONSTRUCTOR_GENERAL_H
-