Difference between revisions of "Simulations"

From Core Wiki
Jump to navigationJump to search
Line 152: Line 152:
 
* The current implementation of the CORE detector in the Fun4All framework can be found [https://github.com/bschmookler/fun4all_eicmacros/tree/CORE here].
 
* The current implementation of the CORE detector in the Fun4All framework can be found [https://github.com/bschmookler/fun4all_eicmacros/tree/CORE here].
 
* On the SDCC (BNL) machines, you can use the files located in '/sphenix/user/baschmoo/analysis/CORE' as a template for running batch jobs and analyzing the simulation output.
 
* On the SDCC (BNL) machines, you can use the files located in '/sphenix/user/baschmoo/analysis/CORE' as a template for running batch jobs and analyzing the simulation output.
* [[Installing the CORE simulation in a singularity container on the JLab ifarm ]]
+
* To run on the JLab ifarm, use a singularity container.
* [https://github.com/ECCE-EIC/Singularity Running Fun4All from a singularity container]
+
** [[Installing the CORE simulation in a singularity container on the JLab ifarm ]]
* [https://eic-detector.github.io/tutorials_landing_page.html Fun4All Tutorials and Documentation]
+
** [https://github.com/ECCE-EIC/Singularity Running Fun4All from a singularity container]
* The current implementation of the CORE detector in the Fun4All framework can be found [https://github.com/bschmookler/fun4all_eicmacros/tree/CORE here]. If working on the SDCC (BNL) machines, you can use the files located in '/sphenix/user/baschmoo/analysis/CORE' as a template for running batch jobs and analyzing the simulation output.
+
** [https://eic-detector.github.io/tutorials_landing_page.html Fun4All Tutorials and Documentation]
  
  
 
Note: more info is available by clicking on each headline.
 
Note: more info is available by clicking on each headline.

Revision as of 17:30, 31 August 2021

Event generators

The following sections list the events generators used during the YR, with their steering cards and MC samples (when available).

Inclusive reactions

[Information on this section taken from here]

For inclusive reactions, two main event generators were used during the Yellow Report exercise:

  • Pythia 6 (Documentation, Code), for inclusive neutral current electron-proton scattering
    • Input Cards and Plotting Macro: 5+41 card, 5+100 card, 10+100 card, 18+275 card, Macro
    • EIC-smear ROOT Files: '/gpfs02/eic/baraks/pythia/outfiles/yellow_report/' on BNL RACF machines (generator level: ep_*_newtune_*.root, after eic-smear v0.1: ep_*_newtune_*_matrixsmear.root)
    • Q2 > 0.5 GeV2
    • Contact : Barak Schmookler
    • Sample data files on bnl serverL file:///gpfs02/eic/DATA/PYTHIA/ep/YellowReport/
  • BeAGLE (Documentation, Code), for inclusive neutral current electron-nucleus scattering
    • Species and energies used: e+Au 5x41, 10x110, 18x110 GeV
    • Generator used: BeAGLE
    • Input Cards: 18x110 (Others energies similar)
    • ROOT Files: '/gpfs02/eic/baraks/BeAGLE/outForPythiaMode/rootfiles/' on BNL RACF machines
    • Q2 > 0.5 GeV2
    • Contact : Barak Schmookler and Dmitriy Kim
  • Djangoh (Documentation, Code), for inclusive neutral-current ep scattering and charge current electron scattering
    • Input cards for neutral-current ep scattering 5x41, 5x100, 10x100, 18x275
    • ROOT files: '/eic/data/baraks/dis-reconstruction/djangoh/outfiles/yellow/' on BNL RACF machines (generator level files, not smeared)
    • Contact : Barak Schmookler

Semi-inclusive reactions

  • Pythia 6 (Documentation, Code)
    • Input cards and output files from YR (by R. Seidl) at: /gpfs/mnt/gpfs02/eic/DATA/YR_SIDIS/ (README file included)
    • Input card for gluon Sivers at 18 GeV x 275 GeV (by L. Zheng)
  • Pythia 8 + DIRE (Code)
  • elSpectro (Code)

Jets & HQ

Exclusive reactions

  • DVCS
    • Generator: Milou / Milou3D
    • Howto
    • MC samples: /gpfs02/eic/DATA/MILOU/newfiles/NEWMILOU/*.out
    • Contact: Salvatore Fazio
  • Diffractive dijets
    • Generator: Pythia8
    • Contact: Latiful Kabir
  • Exclusive J/Psi and Phi Production
    • Generators: Sartre and eSTARlight, ???
    • Working Wiki Page

Diffractive & Tagging

Yellow Report Diffractive & Tagging Page

Yellow Report Exclusive Reaction Page

  • u-channel π0 Production
    • Contact: Wenliang (Bill) Li (wenliang.billlee@gmail.com)
    • Generator: DEMPgen
    • MC samples:
      • 5 on 100: 1M test data
      • Fun4all instruction: passing through EIC Smear first. Interface script is under work.
    • Analysis plugin:
  • Pion and Kaon Form Factors via DEMP
    • YR Contact: Garth Huber and Stephen Kay
    • Generator: DEMPgen
    • MC samples:
    • Analysis plugin:

It is not recommended to try and install these generators. They are installed on BNL machines, and they can be accessed through the Singularity container.

(You may not even need to run these generators; the ROOT files from the Yellow Report might already have what you need)

EIC-smear

Delphes

Fun4All


Note: more info is available by clicking on each headline.