Skip to content
Snippets Groups Projects
general.param 1.28 KiB
Newer Older
  • Learn to ignore specific revisions
  • Eric Pooser's avatar
    Eric Pooser committed
    #real raddeg
    raddeg=3.14159265/180
    #real cminch
    cminch=2.54
    
    ; General Hall-C parameter files
    #include "PARAM/GEN/genflags.param"
    #include "PARAM/GEN/gdebug.param"
    #include "PARAM/GEN/gtarget.param"
    #include "PARAM/GEN/gbeam.param"
    
    ; General HMS parameter files
    ; Note: hmsflags.param includes spectrometer offsets and options.
    #include "PARAM/HMS/GEN/hcana.param"
    #include "PARAM/HMS/GEN/hdebug.param"
    #include "PARAM/HMS/GEN/hmsflags.param"
    #include "PARAM/HMS/GEN/htracking.param"
    
    ; HMS default geometry parameter files 
    #include "PARAM/HMS/CER/GEOM/hcer_geom.param"
    
    Holly Szumila's avatar
    Holly Szumila committed
    #include "PARAM/HMS/DC/GEOM/hdc_geom.param"
    
    Eric Pooser's avatar
    Eric Pooser committed
    #include "PARAM/HMS/HODO/GEOM/hhodo_geom.param"
    #include "PARAM/HMS/AERO/GEOM/haero_geom.param"
    #include "PARAM/HMS/CAL/GEOM/hcal_geom.param"
    
    ; HMS default cut parameter files
    #include "PARAM/HMS/CER/CUTS/hcer_cuts.param"
    
    #include "PARAM/HMS/DC/CUTS/hdc_cuts.param"
    
    Eric Pooser's avatar
    Eric Pooser committed
    #include "PARAM/HMS/HODO/CUTS/hhodo_cuts.param"
    #include "PARAM/HMS/AERO/CUTS/haero_cuts.param"
    #include "PARAM/HMS/CAL/CUTS/hcal_cuts.param"
    
    ; HMS default calibration parameter files
    #include "PARAM/HMS/CER/CALIB/hcer_calib.param"
    
    #include "PARAM/HMS/DC/CALIB/hdc_calib.param"
    
    Eric Pooser's avatar
    Eric Pooser committed
    #include "PARAM/HMS/HODO/CALIB/hhodo_calib.param"
    #include "PARAM/HMS/AERO/CALIB/haero_calib.param"
    #include "PARAM/HMS/CAL/CALIB/hcal_calib.param"