00001 // $Id: IGiGaPhysConstructor.h,v 1.4 2004/02/20 18:58:17 ibelyaev Exp $ 00002 // ============================================================================ 00003 // CVS tag $Name: v19r4 $ 00004 // ============================================================================ 00005 // $Log: IGiGaPhysConstructor.h,v $ 00006 // Revision 1.4 2004/02/20 18:58:17 ibelyaev 00007 // update in IGiGaXXX and IIDIGiGaXXX 00008 // 00009 // Revision 1.3 2003/04/06 18:49:46 ibelyaev 00010 // see $GIGAROOT/doc/release.notes 00011 // 00012 // ============================================================================ 00013 #ifndef GIGA_IGiGaPhysConstructor_H 00014 #define GIGA_IGiGaPhysConstructor_H 1 00015 // ============================================================================ 00016 // GiGa 00017 #include "GiGa/IGiGaPhysicsConstructor.h" 00018 // Geant4 00019 #include "G4VPhysicsConstructor.hh" 00020 00026 class IGiGaPhysConstructor: 00027 public virtual G4VPhysicsConstructor , 00028 public virtual IGiGaPhysicsConstructor 00029 { 00030 public: 00031 00033 static const InterfaceID& interfaceID() ; 00034 00035 protected: 00036 00038 virtual ~IGiGaPhysConstructor() ; 00039 }; 00040 // ============================================================================ 00041 00042 // ============================================================================ 00043 // The END 00044 // ============================================================================ 00045 #endif 00046 // ============================================================================