34 #include "HistoManager.hh"
40 : fFileName(
"rdecay01")
49 delete G4AnalysisManager::Instance();
54 void HistoManager::Book()
60 analysisManager->SetFileName(fFileName);
61 analysisManager->SetVerboseLevel(1);
62 analysisManager->SetActivation(
true);
66 const G4String id[] = {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9"};
69 "energy spectrum (%): e+ e-",
70 "energy spectrum (%): nu_e anti_nu_e",
71 "energy spectrum (%): gamma",
72 "energy spectrum (%): alpha",
73 "energy spectrum (%): ions",
74 "total kinetic energy per single decay (Q)",
76 "total time of life of decay chain",
77 "total visible energy in decay chain"
88 G4int ih = analysisManager->CreateH1(
id[k], title[k], nbins, vmin, vmax);
89 analysisManager->SetH1Activation(ih,
false);
G4CsvAnalysisManager G4AnalysisManager