T-CALO meeting
de
mardi 10 juin 2025 (14:00)
à
mercredi 11 juin 2025 (16:00)
lundi 9 juin 2025
mardi 10 juin 2025
14:00
Digitisation
Digitisation
14:00 - 14:40
Room: Van de Graaff/RdC-Saône
1 ) What time resolution function to put in the digitizer ? 1.1 ) SiW-ECAL 1.2 ) RPC 2) What dead time ?> 3) Simulation of TOT ? 4) Write the digitisation "data-format agnostic" (LCIO+EDM4hep) or take advantage of the LCIO ⬌ EDM4hep converter ? 5) Link with tracker's digitisation ?
14:40
Simulation and precise timing
Simulation and precise timing
14:40 - 15:10
Room: Van de Graaff/RdC-Saône
1) What modifications of ddsim and k4geo are needed? 2) Simulation of GEANT4 stand-alone for prototypes?
15:10
Implementing timing in ARBOR/APRIL
Implementing timing in ARBOR/APRIL
15:10 - 15:50
Room: Van de Graaff/RdC-Saône
1) Build a functional xml setting file for APRIL 2) What should be changed wrt existing ? 2.1) Physics 2.2) Algorithmic
15:50
coffe break
coffe break
15:50 - 16:20
Room: Van de Graaff/RdC-Saône
16:20
Performance (and optimisation) criteria
Performance (and optimisation) criteria
16:20 - 17:00
Room: Van de Graaff/RdC-Saône
1) Separation of charged/neutral EM/hadronics showers 2) Mesure of π0 (work from JC) 3) Mesure of JER/BMR 4) Others ? Tagging of s-jets by K0L ? ...
17:00
Organisation
Organisation
17:00 - 17:30
Room: Van de Graaff/RdC-Saône
1) frequency of meetings, perennial agenda and summaries (= page indico) 2) action plan: who does what ? 3) How do you collaborate through multi projects (Calo5D, IHEP, DRDs, AIDA+++, ...)
mercredi 11 juin 2025
09:30
Run APRIL in key4hep
Run APRIL in key4hep
09:30 - 12:00
Room: Van de Graaff/RdC-Saône
Warning, use of dollar symbol provokes strange effects in the text display. So dollar symbol have been replaced in the following instructions by "dollar_symbol" in quotes. A) Running APRIL 1) source key4hep source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh ATTENTION : to work, you need a version of DDMarlinPandora compiled with the APRILContent and the SDHCL content on 2) get an ILDConfig version : e.g wget https://github.com/iLCSoft/ILDConfig/archive/refs/tags/v02-03-04.tar.gz tar xzvf v02-03-04.tar.gz cd ILDConfig-02-03-04/StandardConfig/production/ 2.1) edit the file ParticleFlow/PandoraPFA.xml add in the list of MyDDMarlinPandora processor parameters the following line : <parameter name="UseAPRIL" type="bool"> false </parameter> copy the APRILSettings_sdhcal_WIP.xml files attached to this contribution in the PandoraSettings/ directory. 3) If you don't have an input file, simulate one from the ILDConfig howto : ddsim --inputFiles Examples/bbudsc_3evt/bbudsc_3evt.stdhep --outputFile bbudsc_3evt_SIM.slcio --compactFile "dollar_symbol"k4geo_DIR/ILD/compact/ILD_l5_v02/ILD_l5_v02.xml --steeringFile ddsim_steer.py 4) Reconstruction with APRIL on SiW-ECAL+SDHCAL : Marlin --constant.DetectorModel=ILD_l5_o2_v02 --constant.lcgeo_DIR="dollar_symbol"k4geo_DIR --global.LCIOInputFiles=bbudsc_3evt_SIM.slcio --constant.PandoraSettingsFile=PandoraSettings/APRILSettings_sdhcal_WIP.xml --MyRecoMCTruthLinker.TrackCollection=VOID --MyDDMarlinPandora.UseAPRIL="true" MarlinStdReco.xml B) To install your local DDMArlinPandora with APRILContent and SDHCALContent ON : key4hep setup should have been sourced 1) clone DDMarlinPandora git clone https://github.com/iLCSoft/DDMarlinPandora.git 2) install cd DDMarlinPandora/ mkdir build; cd build; cmake -DPANDORA_MONITORING=ON -DUSE_APRILCONTENT=ON -DUSE_SDHCALCONTENT=ON .. make install 3) setup your local DDMarlinPandora cd .. k4_local_repo . 4) to run : see section A above. If you restart from a new shell, you will need to source the same key4hep setup, execute "k4_local_repo ." in your local DDMarlinPandora directory and then go back to section A. C) Modifying APRILContent and/or SDHCALContent 1) Install APRILContent : instruction in https://github.com/SDHCAL/APRILContent 2) Install SDHCALContent : instruction in https://github.com/SDHCAL/SDHCALContent 3) once installed cd APRILContent directory k4_local_repo . cd SDHCALContent directory k4_local_repo . then recompile DDMarlinPandora (see section B above)