Import Geant4 6.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:56:29 +02:00
parent 1d812b78b1
commit e083ffb441
1415 changed files with 111223 additions and 21207 deletions
+6 -6
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4gsrotm.cc,v 1.9 2001/07/11 09:59:02 gunter Exp $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
// $Id: G4gsrotm.cc,v 1.10 2004/05/03 07:49:53 gcosmo Exp $
// GEANT4 tag $Name: geant4-06-02 $
//
#include "G3toG4.hh"
#include "G3RotTable.hh"
@@ -85,10 +85,10 @@ void G4gsrotm(G4int irot, G4double theta1, G4double phi1,
G4cerr << G4endl;
G4Exception("G4gsrotm error");
}
else if (1+check<=tol) {
G4cerr << "G4gsrotm warning: coordinate axes forming rotation "
<< "matrix " << irot << " are left-handed" << G4endl;
}
//else if (1+check<=tol) {
// G4cerr << "G4gsrotm warning: coordinate axes forming rotation "
// << "matrix " << irot << " are left-handed" << G4endl;
//}
G3toG4RotationMatrix* rotp = new G3toG4RotationMatrix;
+3 -2
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: clparse.cc,v 1.15 2003/06/16 16:50:58 gunter Exp $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
// $Id: clparse.cc,v 1.16 2004/03/26 14:59:13 gcosmo Exp $
// GEANT4 tag $Name: geant4-06-02 $
//
// modified by I.Hrivnacova
// added G3SensVol
@@ -56,6 +56,7 @@ G3PartTable G3Part; // particle ID <-> ParticleDefinition pointer
G3DetTable G3Det; // sensitive detector name <-> pointer
G3EleTable G3Ele; // element names table
G3SensVolVector G3SensVol; // vector of sensitive logical volumes
char gSeparator('_');
G4int narray;