From a79d27ba56d48d3d8e11d851206f7e798bbe237b Mon Sep 17 00:00:00 2001 From: BrieucF Date: Mon, 25 Aug 2025 14:02:58 +0200 Subject: [PATCH] Update test according to an upstream change --- RecoMCTruthLinkers/options/runCaloClusterMCParticleLinker.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RecoMCTruthLinkers/options/runCaloClusterMCParticleLinker.py b/RecoMCTruthLinkers/options/runCaloClusterMCParticleLinker.py index f1f1a9b..1b9bbae 100644 --- a/RecoMCTruthLinkers/options/runCaloClusterMCParticleLinker.py +++ b/RecoMCTruthLinkers/options/runCaloClusterMCParticleLinker.py @@ -3,8 +3,7 @@ import os # run first a simulation to have the needed input ingredients os.system("ddsim --enableGun --gun.distribution uniform --gun.energy '5*GeV' --gun.particle e- --numberOfEvents 10 --outputFile ALLEGRO_sim.root --random.enableEventSeed --random.seed 42 --compactFile $K4GEO/FCCee/ALLEGRO/compact/ALLEGRO_o1_v03/ALLEGRO_o1_v03.xml") -#os.system("k4run $FCCCONFIG/share/FCC-config/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py --IOSvc.Input ALLEGRO_sim.root --IOSvc.Output ALLEGRO_sim_digi_reco.root") -os.system("k4run $FCCCONFIG/share/FCC-config/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py --IOSvc.Input ALLEGRO_sim.root --IOSvc.Output ALLEGRO_sim_digi_reco.root --doTopoClustering False") +os.system("k4run $FCCCONFIG/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py --IOSvc.Input ALLEGRO_sim.root --IOSvc.Output ALLEGRO_sim_digi_reco.root --doTopoClustering False") # Loading some files with MCParticles and clusters for testing purposes from k4FWCore import IOSvc