Import Geant4 3.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:03:00 +02:00
parent cfcb558cfe
commit 137e303ecc
2843 changed files with 37082 additions and 38426 deletions
+14 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VModel.cc,v 1.4 1999/12/15 14:54:32 gunter Exp $
// GEANT4 tag $Name: geant4-03-00 $
// $Id: G4VModel.cc,v 1.5 2001/02/03 18:40:04 johna Exp $
// GEANT4 tag $Name: geant4-03-01 $
//
//
// John Allison 31st December 1997.
@@ -27,6 +27,18 @@ G4VModel::G4VModel (const G4Transform3D& modelTransformation,
G4VModel::~G4VModel () {}
G4String G4VModel::GetCurrentTag () const {
return G4String("Default Current Tag");
}
G4String G4VModel::GetCurrentDescription () const {
return G4String("Default Current Description");
}
G4bool G4VModel::Validate () {
return false;
}
G4std::ostream& operator << (G4std::ostream& os, const G4VModel& m) {
os << m.fGlobalDescription;
os << "\n Modeling parameters:";