34 #include "HistoManager.hh"
40 : fFileName(
"Activation")
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",
68 "14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
69 "24",
"25",
"26",
"27",
"28",
"29",
"30",
"31",
"32",
"33",
70 "34",
"35",
"36",
"37",
"38",
"39",
"40",
"41",
"42",
"43" };
74 "total energy deposit",
75 "Edep (MeV/mm) along beam directiom",
76 "total kinetic energy emerging",
77 "energy spectrum of emerging gamma",
78 "energy spectrum of emerging e+-",
79 "energy spectrum of emerging neutrons",
80 "energy spectrum of emerging protons",
81 "energy spectrum of emerging deuterons",
82 "energy spectrum of emerging alphas",
83 "energy spectrum of all others emerging ions",
84 "energy spectrum of all others emerging baryons",
85 "energy spectrum of all others emerging mesons",
86 "energy spectrum of all others emerging leptons (neutrinos)",
87 "dN/dt (becquerel) of emerging gamma",
88 "dN/dt (becquerel) of emerging e+- ",
89 "dN/dt (becquerel) of emerging neutrons",
90 "dN/dt (becquerel) of emerging protons",
91 "dN/dt (becquerel) of emerging deuterons",
92 "dN/dt (becquerel) of emerging alphas",
93 "dN/dt (becquerel) of all others emerging ions",
94 "dN/dt (becquerel) of all others emerging baryons",
95 "dN/dt (becquerel) of all others emerging mesons",
96 "dN/dt (becquerel) of all others emerging leptons (neutrinos)"
107 G4int ih = analysisManager->CreateH1(
id[k], title[k], nbins, vmin, vmax);
108 analysisManager->SetH1Activation(ih,
false);
113 G4int ih = analysisManager->CreateH1(
id[k],
" population",nbins,vmin,vmax);
114 analysisManager->SetH1Activation(ih,
false);
G4CsvAnalysisManager G4AnalysisManager