Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -23,8 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4HepRep.hh,v 1.18 2009-11-23 05:42:28 perl Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
/**
@@ -24,8 +24,7 @@
// ********************************************************************
//
//
// $Id: G4HepRepFile.hh,v 1.8 2006-06-29 21:17:06 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//
// John Allison 5th April 2001
@@ -24,8 +24,7 @@
// ********************************************************************
//
//
// $Id: G4HepRepFileSceneHandler.hh,v 1.33 2010-11-07 22:29:30 perl Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//
// Joseph Perl 27th January 2002
@@ -24,8 +24,7 @@
// ********************************************************************
//
//
// $Id: G4HepRepFileViewer.hh,v 1.9 2006-06-29 21:17:10 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//
// John Allison 5th April 2001
@@ -26,7 +26,7 @@
//
//--------------------------------------------------------------------------
// File and Version Information:
// $Id: G4HepRepFileXMLWriter.hh,v 1.2 2006-06-29 21:17:12 gunter Exp $
// $Id$
//
// Description:
// Create a HepRep XML File (HepRep version 1).
@@ -23,8 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4HepRepMessenger.hh,v 1.9 2010-06-05 06:25:03 perl Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//
#ifndef G4HepRepMessenger_HH
@@ -23,8 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4HepRepSceneHandler.hh,v 1.45 2010-05-30 10:28:02 allison Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
/**
@@ -23,8 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4HepRepViewer.hh,v 1.19 2009-11-23 05:42:28 perl Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
/**
@@ -15,7 +15,7 @@ namespace cheprep {
class AbstractXMLWriter {
public:
AbstractXMLWriter(std::string defaultNameSpace) : defaultNameSpace(defaultNameSpace) {
AbstractXMLWriter(std::string aDefaultNameSpace) : defaultNameSpace(aDefaultNameSpace) {
}
virtual ~AbstractXMLWriter() {
}