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
+6 -4
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Scale.cc 66376 2012-12-18 09:42:59Z gcosmo $
// $Id: G4Scale.cc 83392 2014-08-21 14:36:35Z gcosmo $
//
//
// John Allison 21st July 2001
@@ -32,11 +32,13 @@
#include "G4Scale.hh"
G4Scale::G4Scale (G4double length, const G4String& annotation,
G4Scale::Direction direction,
G4bool autoPlacing,
G4double xmid, G4double ymid, G4double zmid):
G4Scale::Direction direction,
G4bool autoPlacing,
G4double xmid, G4double ymid, G4double zmid,
G4double annotationSize):
fLength(length),
fAnnotation(annotation),
fAnnotationSize(annotationSize),
fDirection(direction),
fAutoPlacing(autoPlacing),
fXmid(xmid), fYmid(ymid), fZmid(zmid) {}