Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -20,8 +20,8 @@
// * statement, and all its terms. *
// ********************************************************************
//
// $Id: G4HepRepFile.cc,v 1.7 2003/06/25 10:19:59 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
// $Id: G4HepRepFile.cc,v 1.8 2003/07/12 19:48:15 duns Exp $
// GEANT4 tag $Name: geant4-06-00 $
//
//
// Joseph Perl 1 October 2001
@@ -29,20 +29,20 @@
// HepRep graphics format (HepRep version 1).
//HepRep
#include "HepRepXMLWriter.hh"
#include "G4HepRepFileXMLWriter.hh"
#include "G4HepRepFile.hh"
#include "G4HepRepFileSceneHandler.hh"
#include "G4HepRepFileViewer.hh"
static HepRepXMLWriter* hepRepXMLWriter;
static G4HepRepFileXMLWriter* hepRepXMLWriter;
G4HepRepFile::G4HepRepFile():
G4VGraphicsSystem("G4HepRepFile",
"HepRepFile",
"A HepRep (format 1) ascii file driver",
G4VGraphicsSystem::threeD) {
hepRepXMLWriter = new HepRepXMLWriter();
hepRepXMLWriter = new G4HepRepFileXMLWriter();
}
G4HepRepFile::~G4HepRepFile() {}
@@ -77,6 +77,6 @@ G4VViewer* G4HepRepFile::CreateViewer(G4VSceneHandler& scene,
return pView;
}
HepRepXMLWriter* G4HepRepFile::GetHepRepXMLWriter () {
G4HepRepFileXMLWriter* G4HepRepFile::GetHepRepXMLWriter () {
return hepRepXMLWriter;
}