Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4GMocrenFile.hh 66373 2012-12-18 09:41:34Z gcosmo $
//
//
// Created: Mar. 31, 2009 Akinori Kimura
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4GMocrenFileCTtoDensityMap.hh 70733 2013-06-05 10:05:57Z gcosmo $
//
//
// Created: Oct. 12, 2009 Akinori Kimura
@@ -52,5 +52,11 @@ protected:
G4int kCTMinMax[2];
G4double * kDensity;
G4int kSize;
private:
// Private copy constructor and assigment operator - copying and
// assignment not allowed. Keeps Coverity happy.
G4GMocrenFileCTtoDensityMap (const G4GMocrenFileCTtoDensityMap&);
G4GMocrenFileCTtoDensityMap& operator = (const G4GMocrenFileCTtoDensityMap&);
};
#endif
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4GMocrenFileSceneHandler.hh 75179 2013-10-29 10:09:31Z gcosmo $
//
//
// Created: Mar. 31, 2009 Akinori Kimura
@@ -66,7 +66,6 @@ public:
//----- overriding base class methods
void AddPrimitive (const G4Polyline& line);
void AddPrimitive (const G4Polyhedron& p);
void AddPrimitive (const G4NURBS& nurb);
void AddPrimitive (const G4Text&);
void AddPrimitive (const G4Circle&);
void AddPrimitive (const G4Square&);
@@ -178,10 +177,14 @@ private:
~Index3D(){;}
G4bool operator < (const Index3D & _right) const;
G4bool operator == (const Index3D & _right) const;
private:
// Private assigment operator -
// assignment not allowed. Keeps Coverity happy.
// Index3D& operator = (const Index3D&);
};
std::map<Index3D, float> kNestedModality;
std::map<Index3D, G4double> * fTempNestedHits;
//std::map<Index3D, G4double> * fTempNestedHits;
std::map<G4String, std::map<Index3D, G4double> > kNestedHitsList;
//std::map<G4String, G4String> kNestedHitsUnit;
@@ -200,7 +203,7 @@ private:
G4int kFlagParameterization; // 0: G4VNestedParameterisation based geometry
// 1: G4PhantomParameterisation
// 2: interactive scorer
G4bool kFLagProcessedInteractiveScorer;
G4bool kFlagProcessedInteractiveScorer;
char kGddDestDir[256];
char kGddFileName[256];
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4GMocrenFileViewer.hh 68043 2013-03-13 14:27:49Z gcosmo $
//
//
// Created: Mar. 31, 2009 Akinori Kimura : release for the gMocrenFile driver
@@ -60,7 +60,6 @@ public:
private:
G4GMocrenFileSceneHandler& kSceneHandler; // Reference to Graphics Scene for this view.
G4GMocrenMessenger & kMessenger;
char kG4GddViewer[32] ;
char kG4GddViewerInvocation[64] ;
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4GMocrenMessenger.hh 68043 2013-03-13 14:27:49Z gcosmo $
//
//
// Created: Mar. 31, 2009 Akinori Kimura
@@ -81,7 +81,6 @@ private:
G4UIcmdWithABool* useSolidsCommand;
G4bool invisibles;
G4UIcmdWithABool* writeInvisiblesCommand;
G4String kgMocrenVolumeName;
G4UIcmdWithAString* kSetgMocrenVolumeNameCommand;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4GMocrenTouchable.hh 66373 2012-12-18 09:41:34Z gcosmo $
//
//
// Created: Mar. 31, 2009 Akinori Kimura