Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4HepRep.cc 66373 2012-12-18 09:41:34Z gcosmo $
// $Id: G4HepRep.cc 78838 2014-01-28 08:46:17Z gcosmo $
//
/**
@@ -49,7 +49,7 @@ G4HepRep::G4HepRep ()
: G4VGraphicsSystem ("G4HepRep",
"HepRepXML",
"HepRep Generic Driver for XML, RMI and CORBA",
G4VGraphicsSystem::threeD),
G4VGraphicsSystem::fileWriter),
sceneHandler(NULL),
viewer(NULL) {
G4HepRepMessenger::GetInstance();
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4HepRepFile.cc 66870 2013-01-14 23:38:59Z adotti $
// $Id: G4HepRepFile.cc 78838 2014-01-28 08:46:17Z gcosmo $
//
//
// Joseph Perl 1 October 2001
@@ -44,7 +44,7 @@ G4HepRepFile::G4HepRepFile():
G4VGraphicsSystem("G4HepRepFile",
"HepRepFile",
"A HepRep (format 1) ascii file driver",
G4VGraphicsSystem::threeD) {
G4VGraphicsSystem::fileWriter) {
G4HepRepMessenger::GetInstance();
hepRepXMLWriter = new G4HepRepFileXMLWriter();
}