32 #include "HistoManager.hh"
38 : fFileName(
"testem18")
47 delete G4AnalysisManager::Instance();
59 analysisManager->SetVerboseLevel(1);
60 analysisManager->SetActivation(
true);
64 const G4String id[] = {
"0",
"1",
"2",
"3" ,
"4",
"5",
"6",
"7",
"8",
"9",
65 "10",
"11",
"12",
"13"};
68 "step size of primary track",
69 "energy continuously deposited along primary track",
70 "energy transfered to secondaries by ionisation",
71 "energy transfered to secondaries by Bremsstrahlung",
72 "energy transfered to secondaries by (e+,e-) production",
73 "total energy transfered to secondaries",
74 "total energy lost by primary track",
75 "total energy lost by primary track from energy balance",
76 "energy continuously deposited along secondary tracks",
77 "total energy deposited",
78 "energy spectrum of gamma",
79 "energy spectrum of e-",
80 "energy spectrum of e+"
91 G4int ih = analysisManager->CreateH1(
id[k], title[k], nbins, vmin, vmax);
92 analysisManager->SetH1Activation(ih,
false);
G4CsvAnalysisManager G4AnalysisManager