Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -48,11 +48,10 @@
|
||||
|
||||
#include "G4Run.hh"
|
||||
#include "G4ios.hh"
|
||||
#include "G4AnalysisManager.hh"
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#include "DMXAnalysisManager.hh"
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
DMXRunAction::DMXRunAction()
|
||||
@@ -98,6 +97,7 @@ void DMXRunAction::Book()
|
||||
{
|
||||
// Get/create analysis manager
|
||||
G4AnalysisManager* man = G4AnalysisManager::Instance();
|
||||
man->SetDefaultFileType("root");
|
||||
|
||||
// Open an output file
|
||||
man->OpenFile(savehistFile);
|
||||
|
||||
Reference in New Issue
Block a user