]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4PhysicsConstructorSpecialCuts.h
added inheritance from TG4VPhysicsConstructor;
[u/mrichter/AliRoot.git] / TGeant4 / TG4PhysicsConstructorSpecialCuts.h
index 829367d8e8cfa23e47853bcb8036784ec5b7de3e..0aa078bf4d81b92881d251a20fc97c758c7e7a2e 100644 (file)
 #ifndef TG4_PHYSICS_CONSTRUCTOR_SPECIAL_CUTS_H
 #define TG4_PHYSICS_CONSTRUCTOR_SPECIAL_CUTS_H
 
-#include <G4VPhysicsConstructor.hh>
+#include "TG4VPhysicsConstructor.h"
+
 #include <globals.hh>
 
-class TG4PhysicsConstructorSpecialCuts: public G4VPhysicsConstructor
+class TG4PhysicsConstructorSpecialCuts: public TG4VPhysicsConstructor
 {
   public:
     TG4PhysicsConstructorSpecialCuts(const G4String& name = "Special cuts");
+    TG4PhysicsConstructorSpecialCuts(G4int verboseLevel,
+                                     const G4String& name = "Special cuts");
     virtual ~TG4PhysicsConstructorSpecialCuts();
 
   protected: