69 G4cout <<
"Using " << analysisManager->GetType() <<
G4endl;
70 analysisManager->SetVerboseLevel(1);
74 analysisManager->CreateH1(
"H10",
"Energy of the primary particles when reaching the target (MeV)", 500,12.,19.);
75 analysisManager->CreateH1(
"H11",
"Energy of the primary particle when reaching the foil (MeV)",100,12.,19.);
76 analysisManager->CreateH1(
"H12",
"Energy spectrum of primaries going out from the target (MeV)", 100, 0., 19.);
77 analysisManager->CreateH1(
"H13",
"Energy of the primary particle when going out from the foil (MeV)",100,0,19);
78 analysisManager->CreateH1(
"H14",
"Depth of isotope creation in the target (mm)", 300,
fIn,
fOut);
79 analysisManager->CreateH1(
"H15",
"Energy spectrum of the positrons created in the target by the beam and secondaries (MeV)", 100, 0., 17.);
80 analysisManager->CreateH1(
"H16",
"Energy spectrum of the electrons created in the target by the beam and secondaries (MeV)", 100, 0., 17.);
81 analysisManager->CreateH1(
"H17",
"Energy spectrum of the gammas created in the target by the beam and secondaries (MeV)", 100, 0., 17.);
82 analysisManager->CreateH1(
"H18",
"Energy spectrum of the neutrons created in the target by the beam and secondaries (MeV)", 100, 0., 17.);
83 analysisManager->CreateH1(
"H19",
"Energy spectrum of the positrons created in the target by the decay (MeV)", 100, 0., 17.);
84 analysisManager->CreateH1(
"H110",
"Energy spectrum of the electrons created in the target by the decay (MeV)", 100, 0., 17.);
85 analysisManager->CreateH1(
"H111",
"Energy spectrum of the gammas created in the target (MeV) by the decay", 100, 0., 17.);
86 analysisManager->CreateH1(
"H112",
"Energy spectrum of the neutrons created in the target (MeV) by the decay", 100, 0., 17.);
87 analysisManager->CreateH1(
"H113",
"Energy spectrum of the nu_e created in the target (MeV) by the decay", 100, 0., 17.);
88 analysisManager->CreateH1(
"H114",
"Energy spectrum of the anti_nu_e created in the target (MeV) by the decay", 100, 0., 17.);
92 analysisManager->CreateH2(
"H20",
"Beam intensity before hiting the target (mm)",100, -7.5 , 7.5, 100, -7.5, 7.5);
93 analysisManager->CreateH2(
"H21",
"Beam intensity before hiting the foil (mm)",100, -7.5 , 7.5, 100, -7.5, 7.5);
94 analysisManager->CreateH2(
"H22",
"Radioisotopes produced", 11, 24.5, 35.5, 20, 54.5, 74.5);
95 analysisManager->CreateH2(
"H23",
"Energy (MeV) = f(depth (mm))", 100,
fIn,
fOut,100,0.,16.);
96 analysisManager->CreateH2(
"H24",
"Beam intensity going out from the target (mm)",100, -7.5 , 7.5, 100, -7.5, 7.5);
97 analysisManager->CreateH2(
"H25",
"Beam intensity going out from the foil (mm)", 100, -7.5 , 7.5, 100, -7.5, 7.5);
119 analysisManager->OpenFile(
"SolidTargetCyclotron");
126 analysisManager->Write();
127 analysisManager->CloseFile();