TABLE OF CONTENTS
- 1. /lowElectronAnalysis
- 1.1. lowElectronAnalysis/dE_switch
- 1.2. lowElectronAnalysis/dOmega_switch
- 1.3. lowElectronAnalysis/readinput
- 1.4. lowElectronAnalysis/lowElePhoto_Analysis
- 1.5. lowElectronAnalysis/lowElectron_Analyze
- 1.6. lowElectronAnalysis/lowPhotoEle_sigma.dat
- 1.7. lowElectronAnalysis/lowPhotoEle_sigma.res.dat
- 1.8. lowElectronAnalysis/lowPhotoEle_sigma.bg.dat
/lowElectronAnalysis [ Modules ]
NAME
lowElectronAnalysis
PURPOSE
Module with all routines necessary to make output for low energy electron induced processes.
lowElectronAnalysis/dE_switch [ Global module-variables ]
[ Top ] [ lowElectronAnalysis ] [ Global module-variables ]
SOURCE
logical, save :: dE_switch=.false.
PURPOSE
If .true. then also dSigma/dE is produced, if false not..
lowElectronAnalysis/dOmega_switch [ Global module-variables ]
[ Top ] [ lowElectronAnalysis ] [ Global module-variables ]
SOURCE
logical, save :: dOmega_switch=.false.
PURPOSE
If .true. then also dSigma/dOmega is produced, if false not..
lowElectronAnalysis/readinput [ Subroutines ]
[ Top ] [ lowElectronAnalysis ] [ Subroutines ]
NAME
subroutine readinput
INPUTS
NONE
OUTPUT
NONE
PURPOSE
This subroutine reads out the jobcard "electronAnalysis". Only called once to initialize the module.
lowElectronAnalysis/lowElePhoto_Analysis [ Namelists ]
[ Top ] [ lowElectronAnalysis ] [ Namelists ]
NAME
NAMELIST /lowElePhoto_Analysis/
PURPOSE
This namelist for module "lowElectronAnalysis" includes:
lowElectronAnalysis/lowElectron_Analyze [ Subroutines ]
[ Top ] [ lowElectronAnalysis ] [ Subroutines ]
NAME
subroutine lowElectronAnalysisAnalysis(particles,finalFlag)
INPUTS
- type(particle), dimension(:,:) :: particles -- Particles to be analyzed
- logical :: finalFlag -- if .true. than the final output for a series of calls will be done
USES
NOTES
lowElectronAnalysis/lowPhotoEle_sigma.dat [ Output files ]
[ Top ] [ lowElectronAnalysis ] [ Output files ]
NAME
file lowPhotoEle_sigma.dat
PURPOSE
The file is produced in the runs with eventtype=3=RealPhoton and eventtype=4=LoLepton.
Cross sections (in microbarns per nucleon) for electron or photon induced events for preselected final states
Columns:
- #1: variable which was raised (e.g. Q^2 for nuXsectionMode=3=dSigmadQs mode, Elepton for nuXsectionMode=2=dSigmadQsdElepton and so on)
- #2-#99: xsec for preselected states see description in AnaEvent.f90, subroutine event_sigma OR in the output file sigma.dat In each channel the outgoing lepton is presupposed (unless explicitely stated otherwise)
The description of some columns is also given in documentation to neutrino_total_Xsection_multiplicities.dat
lowElectronAnalysis/lowPhotoEle_sigma.res.dat [ Output files ]
[ Top ] [ lowElectronAnalysis ] [ Output files ]
NAME
file lowPhotoEle_sigma.res.dat
PURPOSE
Cross sections for electron or photon induced events. The same as lowPhotoEle_sigma.dat, but Only such Events are included, where the initial scattering event was a resonance excitation.
lowElectronAnalysis/lowPhotoEle_sigma.bg.dat [ Output files ]
[ Top ] [ lowElectronAnalysis ] [ Output files ]
NAME
file lowPhotoEle_sigma.bg.dat
PURPOSE
Cross sections for electron or photon induced events. The same as lowPhotoEle_sigma.dat, but Only such Events are included, where the initial scattering event was a background event.