Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+8 -9
View File
@@ -23,12 +23,10 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// G4ProfilerMessenger implementation
//
//
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
// Author: J.Madsen, 12 November 2020
// --------------------------------------------------------------------
#include "G4ProfilerMessenger.hh"
@@ -38,7 +36,7 @@
#include "G4UIcmdWithAString.hh"
#include "G4TiMemory.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
// --------------------------------------------------------------------
using Type = G4ProfileType;
@@ -145,11 +143,12 @@ G4ProfilerMessenger::G4ProfilerMessenger()
"Display the results for each individual G4event (default: aggregation)");
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
// --------------------------------------------------------------------
G4ProfilerMessenger::~G4ProfilerMessenger()
{
delete profileDirectory;
delete profileOutputDirectory;
for(auto& itr : profileTypeDirs)
delete itr;
for(auto& itr : profileEnableCmds)
@@ -160,7 +159,7 @@ G4ProfilerMessenger::~G4ProfilerMessenger()
delete itr.first;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
// --------------------------------------------------------------------
void G4ProfilerMessenger::SetNewValue(G4UIcommand* command, G4String value)
{
@@ -206,4 +205,4 @@ void G4ProfilerMessenger::SetNewValue(G4UIcommand* command, G4String value)
G4Profiler::Configure(command_line);
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
// --------------------------------------------------------------------
+1 -1
View File
@@ -488,7 +488,7 @@ G4int G4UImanager::ApplyCommand(const char* aCmd)
if(aCommand.isNull())
return fAliasNotFound;
if(verboseLevel) {
fLastCommandOutputTreated = false;
if (isMaster) fLastCommandOutputTreated = false;
G4cout << aCommand << G4endl;
}
G4String commandString;