Difference between revisions of "Delphes"
From Core Wiki
Jump to navigationJump to search(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | * Delphes control card 22 April 2022 (updated EMCal/HCal Granularity) | ||
+ | ** [[Media:Delphes_EIC_CORE_3T_2022_v2.tcl| Delphes_EIC_CORE_3T_2022_v2.tcl]] | ||
+ | * Update to Delphes control card Jan 7, 2022 (Jan 6 upload was incorrect file!!) | ||
+ | ** Update to Tracking, KLM muon ID | ||
+ | ** [[Media:Delphes_EIC_CORE_3T_2022_v1.tcl | Delphes_EIC_CORE_3T_2022_v1.tcl]] | ||
+ | *(_v5, UPDATED 12 Nov 2021) | ||
+ | ** improved ECal spatial resolution (_v4) and HCal towers matched to ECal (_v5) | ||
+ | ** [[Media:Delphes_EIC_CORE_3T_v5.tcl| Delphes_EIC_CORE_3T_v5.tcl]] | ||
+ | * Critical patch to DELPHES control card (EMCal for eta>0) | ||
+ | ** [[Media:Delphes_EIC_CORE_3T_v3.tcl| Delphes_EIC_CORE_3T_v3.tcl]] | ||
* General information on DELPHES | * General information on DELPHES | ||
** https://cp3.irmp.ucl.ac.be/projects/delphes | ** https://cp3.irmp.ucl.ac.be/projects/delphes | ||
Line 6: | Line 16: | ||
** https://eicweb.phy.anl.gov/monte_carlo/mcconv | ** https://eicweb.phy.anl.gov/monte_carlo/mcconv | ||
* DELPHES control cards for CORE | * DELPHES control cards for CORE | ||
+ | <!-- | ||
** 2.5 T central field: [[Media:Delphes_EIC_CORE_2.5T_Grassi.tcl | Delphes_EIC_CORE_2.5T_Grassi.tcl]] | ** 2.5 T central field: [[Media:Delphes_EIC_CORE_2.5T_Grassi.tcl | Delphes_EIC_CORE_2.5T_Grassi.tcl]] | ||
− | ** 3.0 Tesla: [[Media: | + | --> |
+ | ** 3.0 Tesla (correction 02 Nov 2021): [[Media:Delphes_EIC_CORE_3T_v2.tcl| Delphes_EIC_CORE_3T_v2.tcl]] | ||
* HepMC | * HepMC | ||
** [https://ep-dep-sft.web.cern.ch/project/hepmc HepMC Homepage] | ** [https://ep-dep-sft.web.cern.ch/project/hepmc HepMC Homepage] | ||
** [https://gitlab.cern.ch/hepmc/HepMC3 HepMC3 git repository (includes required HepMC2)] | ** [https://gitlab.cern.ch/hepmc/HepMC3 HepMC3 git repository (includes required HepMC2)] | ||
− | * Sample HepMC2 input file of 100K DVCS events (proton, uniform, no cross section) on JLab ifarm | + | ** Sample HepMC2 input file of 100K DVCS events (proton, uniform, no cross section) on JLab ifarm |
− | ** sftp://ftp.jlab.org/work/eic/hyde/dvcs/Coherent_HepMC2_1H.txt | + | *** sftp://ftp.jlab.org/work/eic/hyde/dvcs/Coherent_HepMC2_1H.txt |
+ | ** Sample code for embedding HepMC output into a generator [ https://github.com/cehyde/CORE_HepMC | https://github.com/cehyde/CORE_HepMC]. | ||
* Sample dvcs output root file from Delphes | * Sample dvcs output root file from Delphes | ||
** sftp://ftp.jlab.org/work/eic/hyde/dvcs/DVCS_test.root | ** sftp://ftp.jlab.org/work/eic/hyde/dvcs/DVCS_test.root | ||
Line 24: | Line 37: | ||
** Details of successful DIS run in Delphes: | ** Details of successful DIS run in Delphes: | ||
***[https://indico.jlab.org/event/465/ indico 26 Aug 2021 WG meeting] | ***[https://indico.jlab.org/event/465/ indico 26 Aug 2021 WG meeting] | ||
+ | *A note on particle "status codes" in HepMC and Delphes | ||
+ | **[https://sft.its.cern.ch/jira/browse/HEPMC-105?page=com.xiplink.jira.git.jira_git_plugin%3Agit-summary-tabpanel] | ||
+ | **The Particle branch of the DELPHES output root file contains all generated particles | ||
+ | *** if(particle->Status==4)// Beam particle | ||
+ | *** ...Status==1 // undecayed particle | ||
+ | *** ...Status==2 // decayed physical particle (e.g. pi0, K_S, but not quark, gluon...) | ||
+ | ** use these codes to assess CORE reconstruction resolution |
Latest revision as of 08:37, 22 April 2022
- Delphes control card 22 April 2022 (updated EMCal/HCal Granularity)
- Update to Delphes control card Jan 7, 2022 (Jan 6 upload was incorrect file!!)
- Update to Tracking, KLM muon ID
- Delphes_EIC_CORE_3T_2022_v1.tcl
- (_v5, UPDATED 12 Nov 2021)
- improved ECal spatial resolution (_v4) and HCal towers matched to ECal (_v5)
- Delphes_EIC_CORE_3T_v5.tcl
- Critical patch to DELPHES control card (EMCal for eta>0)
- General information on DELPHES
- https://cp3.irmp.ucl.ac.be/projects/delphes
- after installation ./DelphesHepMC2 card/something.tcl output/something.root input/somethingHepMC2.txt
- Converting PYTHIA lund format output files to HepMC2 format
- Contact: Dmitry Romanov (JLab)
- https://eicweb.phy.anl.gov/monte_carlo/mcconv
- DELPHES control cards for CORE
- 3.0 Tesla (correction 02 Nov 2021): Delphes_EIC_CORE_3T_v2.tcl
- HepMC
- HepMC Homepage
- HepMC3 git repository (includes required HepMC2)
- Sample HepMC2 input file of 100K DVCS events (proton, uniform, no cross section) on JLab ifarm
- Sample code for embedding HepMC output into a generator [ https://github.com/cehyde/CORE_HepMC | https://github.com/cehyde/CORE_HepMC].
- Sample dvcs output root file from Delphes
- Sample script for analyzing Delphes output root file for DVCS
- Sample output from analyzer script
- sftp://ftp.jlab.org/work/eic/hyde/dvcs/DVCS_test.png
- view directly here: DVCS_test.png
- DIS hepmc files available (including 35 mrad crossing angle & crabbing) [sftp.sdcc.bnl.gov:]
- /gpfs/mnt/gpfs02/eic/bpage/home/eicBeamSimu/Pythia8/headonTestJin/testcross*.hepmc
- Details of successful DIS run in Delphes:
- A note on particle "status codes" in HepMC and Delphes
- [1]
- The Particle branch of the DELPHES output root file contains all generated particles
- if(particle->Status==4)// Beam particle
- ...Status==1 // undecayed particle
- ...Status==2 // decayed physical particle (e.g. pi0, K_S, but not quark, gluon...)
- use these codes to assess CORE reconstruction resolution