34 #include "HistoManager.hh"
40 : fFileName(
"testem1")
49 delete G4AnalysisManager::Instance();
61 analysisManager->SetVerboseLevel(1);
62 analysisManager->SetFirstHistoId(1);
63 analysisManager->SetActivation(
true);
67 const G4String id[] = {
"1",
"2",
"3" ,
"4",
"5",
"6" };
69 {
"total track length of primary particle",
70 "nb steps of primary particle",
71 "step size of primary particle",
72 "total energy deposit",
73 "energy of charged secondaries at creation",
74 "energy of neutral secondaries at creation"
84 G4int ih = analysisManager->CreateH1(
id[k], title[k], nbins, vmin, vmax);
85 analysisManager->SetH1Activation(ih,
false);
G4CsvAnalysisManager G4AnalysisManager