35 #include "HistoManager.hh"
41 : fFileName(
"opnovice2")
50 delete G4AnalysisManager::Instance();
62 analysisManager->SetVerboseLevel(1);
63 analysisManager->SetActivation(
true);
67 G4String id[] = {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
73 "scintillation spectrum",
74 "boundary process status",
75 "X momentum dir of backward-going photons",
76 "Y momentum dir of backward-going photons",
77 "Z momentum dir of backward-going photons",
78 "X momentum dir of forward-going photons",
79 "Y momentum dir of forward-going photons",
80 "Z momentum dir of forward-going photons",
81 "X momentum dir of Fresnel-refracted photons",
82 "Y momentum dir of Fresnel-refracted photons",
83 "Z momentum dir of Fresnel-refracted photons",
92 for (
G4int k=0; k <= maxHisto; ++k) {
93 G4int ih = analysisManager->CreateH1(
id[k], title[k], nbins, vmin, vmax);
94 analysisManager->SetH1Activation(ih,
false);
G4CsvAnalysisManager G4AnalysisManager