Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added 'Readout' section for beam background

...

  • beam simulation == “beam-tri”
    •  auger xml:  /u/group/hps/production/mc/EngRun2015Scripts/slic/beam-tri_100.xml
    •  run with ./runjob_100.sh slic/beam-tri_100.xml 1pt05 <firstjob> <lastjob>
    • this submits 100 jobs, combining beam, tri, and hadron events into beam “bunches”, 1 per event
  • enhanced tridents == “tritrig”
    • auger xml: /u/group/hps/production/mc/EngRun2015Scripts/slic/tritrig.xml
    •  run with ./runjob.sh slic/tritrig.xml 1pt05 <firstjob> <lastjob>
    • runs slic over the tridents, 1 trident-per-event
  • signal events == “ap-truth”
    •  auger xml:  /u/group/hps/production/mc/EngRun2015Scripts/slic/aptruth.xml
    •  run with ./runjob.sh slic/aptruth.xml 1pt05 <firstjob> <lastjob>
    • runs slic over signal events, 1 signal event-per-event


Readout


Simulation of the SVT and ECal digital readout is performed by the HPS-Java framework.


  • beam background readout == "beam-tri"
    • auger xml:  /u/group/hps/production/mc/EngRun2015Scripts/readout/ beam-tri_<trigger>_100to1.xml
      • <trigger> can be 'singles' (event occurs for each cluster passing the cuts -> more events) or 'pairs' (2 clusters on opposite sides pass the cuts within a time window -> fewer events) 
    •  run with ./runjob_100to1.

...

    • sh readout/beam-tri_pairs1_1_5mm_100to1.xml 1pt05 <firstjob> <lastjob>
    •  this submits 1 job, combing the simulated readout of 100 files from the previous stage into 1 output file

  • enhanced tridents with beam background== “tritrig-beam-tri”
    •  COMING SOON