35 #include "HistoManager.hh"
41 : fFileName(
"nrccBenchmark")
50 delete G4AnalysisManager::Instance();
55 void HistoManager::Book()
61 analysisManager->SetFileName(fFileName);
62 analysisManager->SetVerboseLevel(1);
63 analysisManager->SetActivation(
true);
67 const G4String id[] = {
"0",
"1",
"2",
"3",
"4",
"5",
"6" };
71 "projected angle at exit",
72 "dN/dS = f(r) at exit",
73 "d(N/cost)/dS = f(r) at exit",
74 "normalized d(N/cost)/dS = f(r) at exit",
75 "scattering angle theta at exit",
76 "measured scattering angle theta at exit"
88 G4int ih = analysisManager->CreateH1(
id[k], title[k], nbins, vmin, vmax);
89 analysisManager->SetH1Activation(ih,
false);
G4CsvAnalysisManager G4AnalysisManager