Difference between revisions of "Simulations"

From Core Wiki
Jump to navigationJump to search
Line 144: Line 144:
 
* ATHENA (template for 3T Magnet): [[Athena.tcl]]
 
* ATHENA (template for 3T Magnet): [[Athena.tcl]]
  
= [[ Fun4All ]] =
+
= [[https://eic.github.io/software/fun4all.html Fun4All ]] =
 
* [https://github.com/ECCE-EIC/Singularity Running Fun4All from a singularity container]
 
* [https://github.com/ECCE-EIC/Singularity Running Fun4All from a singularity container]
 
* [https://eic-detector.github.io/tutorials_landing_page.html Fun4All Tutorials and Documentation]
 
* [https://eic-detector.github.io/tutorials_landing_page.html Fun4All Tutorials and Documentation]
 
* [https://indico.bnl.gov/event/11112/contributions/47260/attachments/33415/53698/Kauder_eicsmear_generators_ECCE_Apr2021.pdf K. Kauder's talk at the ECCE software worshop]
 
* [https://indico.bnl.gov/event/11112/contributions/47260/attachments/33415/53698/Kauder_eicsmear_generators_ECCE_Apr2021.pdf K. Kauder's talk at the ECCE software worshop]
 
* [https://indico.bnl.gov/category/346/ ECCE Physics Work Group Indico Agenda]
 
* [https://indico.bnl.gov/category/346/ ECCE Physics Work Group Indico Agenda]

Revision as of 13:37, 10 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
  • 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
    • 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. For more information on this: (You may not even need to run these generators; the ROOT files from the Yellow Report might already have what you need)

Delphes

[Fun4All ]