Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
+3 -4
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4EventManager.cc,v 1.21 2004/08/10 23:59:37 asaim Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4EventManager.cc,v 1.22 2005/11/21 23:45:48 asaim Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
//
//
@@ -324,8 +324,7 @@ void G4EventManager::ProcessOneEvent(G4Event* anEvent)
DoProcessing(anEvent);
}
#ifndef WIN32 // Temporarly disabled on Windows, until CLHEP
// will support the HepMC module
#ifdef CLHEP_HepMC // Temporarly disabled
#include "G4HepMCInterface.hh"
void G4EventManager::ProcessOneEvent(const HepMC::GenEvent* hepmcevt,G4Event* anEvent)
{