From 99dac186fcde7f8c1bf2cbb104cc4376bb08fc35 Mon Sep 17 00:00:00 2001 From: Elidiano Tronchin <elidiano.tronchin@gmail.com> Date: Fri, 1 Mar 2019 10:59:27 +0100 Subject: [PATCH] * Added source of cosmic muon in Dali Proj --- Projects/Dali/muon.source | 17 +++++++++++++++++ Projects/Dali/muonCosmic.source | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Projects/Dali/muon.source create mode 100644 Projects/Dali/muonCosmic.source diff --git a/Projects/Dali/muon.source b/Projects/Dali/muon.source new file mode 100644 index 000000000..52d13f32c --- /dev/null +++ b/Projects/Dali/muon.source @@ -0,0 +1,17 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%% An Isotropic Source to be used as EventGenerator %%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Energy are given in MeV , Position in mm % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +Isotropic + EnergyLow= 6 GeV + EnergyHigh= 6 GeV + HalfOpenAngleMin= 85 deg + HalfOpenAngleMax= 95 deg + x0= 0 mm + y0= 0 mm + z0= 0 mm + Particle= mu- + ExcitationEnergy= 0 MeV + +% Supported particle type: proton, neutron, deuton, triton, He3 , alpha, muon diff --git a/Projects/Dali/muonCosmic.source b/Projects/Dali/muonCosmic.source new file mode 100644 index 000000000..4271225c5 --- /dev/null +++ b/Projects/Dali/muonCosmic.source @@ -0,0 +1,17 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%% An Isotropic Source to be used as EventGenerator %%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Energy are given in MeV , Position in mm % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +Cosmic + EnergyLow= 2.5 GeV + EnergyHigh= 2.5 GeV + HalfOpenAngleMin= 0 deg + HalfOpenAngleMax= 0 deg + x0= 0 mm + y0= 300 mm + z0= 0 mm + Particle= mu- + ExcitationEnergy= 0 MeV + +% Supported particle type: proton, neutron, deuton, triton, He3 , alpha, muon -- GitLab