35 #include "HistoManager.hh"
36 #include "DetectorConstruction.hh"
42 : fFileName(
"testem11")
51 delete G4AnalysisManager::Instance();
63 analysisManager->SetVerboseLevel(1);
64 analysisManager->SetActivation(
true);
68 const G4String id[] = {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
69 "10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
74 "Edep (MeV/mm) along absorbers",
75 "total Energy deposited in absorbers",
76 "true track length of the primary particle",
77 "true step size of the primary particle",
78 "projected range of the primary particle",
79 "true track length of charged secondaries",
80 "true step size of charged secondaries",
81 "Edep (MeV.cm2/g) along x/r0",
94 G4int ih = analysisManager->CreateH1(
id[k], title[k], nbins, vmin, vmax);
95 analysisManager->SetH1Activation(ih,
false);
100 title2 =
"Edep in absorber " +
id[k];
102 = analysisManager->CreateH1(
id[kMaxHisto+k], title2, nbins, vmin, vmax);
103 analysisManager->SetH1Activation(ih,
false);
G4CsvAnalysisManager G4AnalysisManager