Difference between revisions of "Delphes"

From Core Wiki
Jump to navigationJump to search
(Created page with "* General information on DELPHES ** https://cp3.irmp.ucl.ac.be/projects/delphes ** after installation ./DelphesHepMC2 card/something.tcl output/something.root input/somethingH...")
 
 
(15 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:Delphes_EIC_CORE_3T.tcl| Delphes_EIC_CORE_3T.tcl]]
+
-->
* Sample HepMC2 input file of 100K DVCS events (proton, uniform, no cross section) on JLab ifarm
+
** 3.0 Tesla (correction 02 Nov 2021): [[Media:Delphes_EIC_CORE_3T_v2.tcl| Delphes_EIC_CORE_3T_v2.tcl]]
** sftp://ftp.jlab.org/work/eic/hyde/dvcs/Coherent_HepMC2_1H.txt
+
* HepMC
 +
** [https://ep-dep-sft.web.cern.ch/project/hepmc HepMC Homepage]
 +
** [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
 +
*** 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 21: 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://eic.github.io/software/fun4all.html Fun4All ] =
+
**[https://sft.its.cern.ch/jira/browse/HEPMC-105?page=com.xiplink.jira.git.jira_git_plugin%3Agit-summary-tabpanel]
* [https://github.com/ECCE-EIC/Singularity Running Fun4All from a singularity container]
+
**The Particle branch of the DELPHES output root file contains all generated particles
* [https://eic-detector.github.io/tutorials_landing_page.html Fun4All Tutorials and Documentation]
+
*** if(particle->Status==4)// Beam particle
*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.
+
*** ...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