Delphes
From Core Wiki
Jump to navigationJump to search- 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
- 2.5 T central field: Delphes_EIC_CORE_2.5T_Grassi.tcl
- 3.0 Tesla: Delphes_EIC_CORE_3T.tcl
- HepMC
- Sample HepMC2 input file of 100K DVCS events (proton, uniform, no cross section) on JLab ifarm
- 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