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: G4ScoringMessenger.cc 78057 2013-12-03 08:31:15Z gcosmo $
//
// ---------------------------------------------------------------------
@@ -310,7 +310,7 @@ G4ScoringMessenger::~G4ScoringMessenger()
delete mRotZCmd;
delete mRotDir;
//
delete chartCmd;
//delete chartCmd;
delete dumpCmd;
delete drawCmd;
delete drawColumnCmd;
@@ -345,12 +345,12 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal)
G4int iColumn = StoI(next());
G4String colorMapName = next();
fSMan->DrawMesh(meshName,psName,iPlane,iColumn,colorMapName);
} else if(command==chartCmd ){
G4Tokenizer next(newVal);
G4String meshName = next();
G4String psName = next();
//G4bool onFlag = StoB(next());
G4String scaleOption = next();
// } else if(command==chartCmd ){
// G4Tokenizer next(newVal);
// G4String meshName = next();
// G4String psName = next();
// //G4bool onFlag = StoB(next());
// G4String scaleOption = next();
// fSMan->DrawChart(meshName,psName,onFlag,scaleOption);
} else if(command==dumpQtyToFileCmd) {