Difference between revisions of "Simulations"

From Core Wiki
Jump to navigationJump to search
 
(32 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
= [https://eic.github.io/software/mcgen.html Event generators] =
 
= [https://eic.github.io/software/mcgen.html Event generators] =
 
The following sections list the events generators used during the YR, with their steering cards and MC samples (when available).
 
The following sections list the events generators used during the YR, with their steering cards and MC samples (when available).
 +
 +
Note: Most of the generators below, the ones listed [https://eic.github.io/software/mcgen.html here],
 +
can be used from any Scientific Linux 7 computer with cvmfs configured.
 +
This includes both BNL and JLab farms, but also any computer able to use singularity, see instructions [https://github.com/eic/Singularity/blob/master/README.md#option-1-mount-eic-cvmfs here].
 +
The only thing you need to do is
 +
setenv EIC_LEVEL dev
 +
source /cvmfs/eic.opensciencegrid.org/x8664_sl7/MCEG/releases/etc/eic_cshrc.csh
 +
or, if you use bash,
 +
export EIC_LEVEL=dev
 +
source /cvmfs/eic.opensciencegrid.org/x8664_sl7/MCEG/releases/etc/eic_bash.sh
 +
Click here for more [https://eic.github.io/software/eicsmear_generators_singularity.html details].
 +
 
== Inclusive reactions ==
 
== Inclusive reactions ==
  
Line 28: Line 40:
 
** Contact : Barak Schmookler
 
** Contact : Barak Schmookler
  
== Semi-inclusive reactions ==
+
* General information on codes, data files, steering files:
 +
** [https://wiki.bnl.gov/eicug/index.php/ECCE:Where_is_everything%3F ECCE:Where_is_everything?]
 +
** Simulation data files at JLab ifarm:
 +
*** /work/osgpool/eic/
 +
*** /work/osgpool/eic/DATA/YR_SIDIS/
 +
*** /work/osgpool/eic/ATHENA/RECO/master/DIS/
 +
 
 +
== [[ Semi-inclusive reactions ]] ==
 
* Pythia 6 ([https://eic.github.io/software/pythia6.html Documentation], [https://gitlab.com/eic/mceg/PYTHIA-RAD-CORR Code])
 
* Pythia 6 ([https://eic.github.io/software/pythia6.html Documentation], [https://gitlab.com/eic/mceg/PYTHIA-RAD-CORR Code])
 
** Input cards and output files from YR (by R. Seidl) at: /gpfs/mnt/gpfs02/eic/DATA/YR_SIDIS/ (README file included)
 
** Input cards and output files from YR (by R. Seidl) at: /gpfs/mnt/gpfs02/eic/DATA/YR_SIDIS/ (README file included)
Line 37: Line 56:
 
** Generator for incorporating Spectroscopy into electro/photoproduction reactions, by D. Glazier
 
** Generator for incorporating Spectroscopy into electro/photoproduction reactions, by D. Glazier
 
** Sample steering cards at: [https://github.com/dglazier/elSpectro https://github.com/dglazier/elSpectro]
 
** Sample steering cards at: [https://github.com/dglazier/elSpectro https://github.com/dglazier/elSpectro]
 +
** Comment on SIDIS PID (4 Nov 2021) [[Media:Whiteboard_PID.png]]
  
 
== Jets & HQ ==
 
== Jets & HQ ==
Line 61: Line 81:
  
 
==Exclusive reactions==
 
==Exclusive reactions==
 
+
* Notes on light cone vectors and improving resolution by imposing exclusivity constraint
 +
** [[File:DVCS_t-Resolution_Exclusivity.pdf]]
 
* TOPEG ([https://gitlab.in2p3.fr/dupre/nopeg Code and documentation]): nuclear DVCS (including proton)
 
* TOPEG ([https://gitlab.in2p3.fr/dupre/nopeg Code and documentation]): nuclear DVCS (including proton)
 
** Contact: R. Dupré
 
** Contact: R. Dupré
Line 142: Line 163:
  
 
(You may not even need to run these generators; the ROOT files from the Yellow Report might already have what you need)
 
(You may not even need to run these generators; the ROOT files from the Yellow Report might already have what you need)
 +
 +
 +
== Crossing Angle Implementation ==
 +
[https://github.com/eic/documents/blob/master/reports/general/Note-Simulations-BeamEffects.pdf
 +
tech note on implementing crossing angle]
 +
  
 
= EIC-smear =
 
= EIC-smear =
Line 148: Line 175:
  
 
= [[ Delphes ]] =
 
= [[ Delphes ]] =
 +
[[Delphes | Click here for details on the Fast MC implementation of CORE in Delphes ]]
  
 
= [https://eic.github.io/software/fun4all.html Fun4All ] =
 
= [https://eic.github.io/software/fun4all.html Fun4All ] =
* [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 here:
* [https://eic-detector.github.io/tutorials_landing_page.html Fun4All Tutorials and Documentation]
+
**[https://github.com/bschmookler/fun4all_eicmacros/tree/CORE/detectors/CORE https://github.com/bschmookler/fun4all_eicmacros/tree/CORE/detectors/CORE].
*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.
+
** Everyone can download (see instructions below). If you want to upload files, please send an email to baraks@ucr.edu.
 +
* The running instructions can be found here:
 +
**[https://github.com/bschmookler/fun4all_eicmacros/tree/CORE#fun4all_eicmacros--core-detector https://github.com/bschmookler/fun4all_eicmacros/tree/CORE#fun4all_eicmacros--core-detector].
 +
* Analysis examples, as well as a template for running batch jobs on the SDCC (BNL) machines and analyzing the simulation output, are included in the repository.
 +
* If running on the SDCC or JLab ifarm, set up the environment as described in the running instructions above. If you want to use the singularity container, see here:
 +
** [https://github.com/ECCE-EIC/Singularity Running Fun4All from a singularity container]
 +
* General Fun4All tutorials can be found here:
 +
** [https://ecce-eic.github.io/tutorials_landing_page.html Fun4All Tutorials and Documentation]
 +
* IR: The CORE simulation can be run without any extended IR, but also supports both IR6 and IR8 (although the implementation of the latter is still ongoing). You can choose the configuration by editing the appropriate flags in the local copy of this file:
 +
** [https://github.com/bschmookler/fun4all_eicmacros/blob/CORE/detectors/CORE/Fun4All_G4_CORE.C#L192 https://github.com/bschmookler/fun4all_eicmacros/blob/CORE/detectors/CORE/Fun4All_G4_CORE.C#L192]
 +
 
  
  
 
Note: more info is available by clicking on each headline.
 
Note: more info is available by clicking on each headline.

Latest revision as of 20:03, 23 July 2022

Event generators

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

Note: Most of the generators below, the ones listed here, can be used from any Scientific Linux 7 computer with cvmfs configured. This includes both BNL and JLab farms, but also any computer able to use singularity, see instructions here. The only thing you need to do is

setenv EIC_LEVEL dev
source /cvmfs/eic.opensciencegrid.org/x8664_sl7/MCEG/releases/etc/eic_cshrc.csh

or, if you use bash,

export EIC_LEVEL=dev
source /cvmfs/eic.opensciencegrid.org/x8664_sl7/MCEG/releases/etc/eic_bash.sh

Click here for more details.

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
  • General information on codes, data files, steering files:
    • ECCE:Where_is_everything?
    • Simulation data files at JLab ifarm:
      • /work/osgpool/eic/
      • /work/osgpool/eic/DATA/YR_SIDIS/
      • /work/osgpool/eic/ATHENA/RECO/master/DIS/

Semi-inclusive reactions

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)


Crossing Angle Implementation

[https://github.com/eic/documents/blob/master/reports/general/Note-Simulations-BeamEffects.pdf tech note on implementing crossing angle]


EIC-smear

Delphes

 Click here for details on the Fast MC implementation of CORE in Delphes 

Fun4All


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