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
+1 -14
View File
@@ -82,17 +82,6 @@ int main(int argc,char** argv) {
visManager->Initialize();
#endif
// output environment variables:
#ifdef G4ANALYSIS_USE
G4cout << G4endl << G4endl << G4endl
<< " User Environment " << G4endl
<< " Using AIDA 3.2.1 analysis " << G4endl;
#else
G4cout << G4endl << G4endl << G4endl
<< " User Environment " << G4endl
<< " G4ANALYSIS_USE environment variable not set, NO ANALYSIS "
<< G4endl;
#endif
#ifdef DMXENV_GPS_USE
G4cout << " Using GPS and not DMX gun " << G4endl;
@@ -142,10 +131,8 @@ int main(int argc,char** argv) {
}
// job termination
#ifdef G4ANALYSIS_USE
DMXAnalysisManager::getInstance()->Finish();
DMXRun->Finish();
G4cout << "Analysis files closed" << G4endl;
#endif
#ifdef G4VIS_USE
if(visManager) delete visManager;