34 #include "HistoManager.hh"
40 : fFileName(
"NeutronSource")
49 delete G4AnalysisManager::Instance();
61 analysisManager->SetVerboseLevel(1);
62 analysisManager->SetActivation(
true);
66 const G4String id[] = {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
70 "total energy deposit",
72 "total kinetic energy flow",
73 "energy spectrum of emerging gamma",
74 "energy spectrum of emerging e+-",
75 "energy spectrum of emerging neutrons",
76 "energy spectrum of emerging protons",
77 "energy spectrum of emerging deuterons",
78 "energy spectrum of emerging alphas",
79 "energy spectrum of all others emerging ions",
80 "energy spectrum of all others emerging baryons",
81 "energy spectrum of all others emerging mesons",
82 "energy spectrum of all others emerging leptons (neutrinos)"
93 G4int ih = analysisManager->CreateH1(
id[k], title[k], nbins, vmin, vmax);
94 analysisManager->SetH1Activation(ih,
false);
G4CsvAnalysisManager G4AnalysisManager