From 3c30a21a5c58b29c3d04b62e226bfdc6af9742a9 Mon Sep 17 00:00:00 2001 From: BrieucF Date: Fri, 9 Feb 2024 19:16:05 +0100 Subject: [PATCH 1/2] [FullSim] Update ALLEGRO Readme --- FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md index dad8221..9f4ec4e 100644 --- a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md +++ b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md @@ -14,13 +14,13 @@ ddsim --enableGun --gun.distribution uniform --gun.energy "10*GeV" --gun.particl ## Running the digitization and reconstruction ``` -# if eos is mounted mkdir data -cp /eos/user/b/brfranco/rootfile_storage/elecNoise_ecalBarrelFCCee_theta.root data/ -cp /eos/user/g/gmarchio/rootfile_storage/neighbours_map_barrel_thetamodulemerged.root data/ -cp /eos/user/g/gmarchio/rootfile_storage/cellNoise_map_electronicsNoiseLevel_thetamodulemerged.root data/ -# if not, do the same as above with scp yourlogin@lxplus.cern.ch:/eos/user/b/brfranco/rootfile_storage/elecNoise_ecalBarrelFCCee_theta.root data/ etc -k4run run_digi_reco.py -# you can inspect the rootfile content with +cd data +curl -O -L http://fccsw.web.cern.ch/fccsw/filesForSimDigiReco/ALLEGRO/ALLEGRO_o1_v02/elecNoise_ecalBarrelFCCee_theta.root +curl -O -L http://fccsw.web.cern.ch/fccsw/filesForSimDigiReco/ALLEGRO/ALLEGRO_o1_v02/cellNoise_map_electronicsNoiseLevel_thetamodulemerged.root +curl -O -L http://fccsw.web.cern.ch/fccsw/filesForSimDigiReco/ALLEGRO/ALLEGRO_o1_v02/neighbours_map_barrel_thetamodulemerged.root +cd .. +k4run run_digi_reco.py +# you can than print the rootfile content with podio-dump ALLEGRO_sim_digi_reco.root ``` From 5cd251b8a8bc417b44c821572cdc8a3fbe4524c8 Mon Sep 17 00:00:00 2001 From: Brieuc Francois Date: Tue, 13 Feb 2024 16:47:20 +0100 Subject: [PATCH 2/2] Update FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md --- FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md index 9f4ec4e..bb669d7 100644 --- a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md +++ b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md @@ -21,6 +21,6 @@ curl -O -L http://fccsw.web.cern.ch/fccsw/filesForSimDigiReco/ALLEGRO/ALLEGRO_o1 curl -O -L http://fccsw.web.cern.ch/fccsw/filesForSimDigiReco/ALLEGRO/ALLEGRO_o1_v02/neighbours_map_barrel_thetamodulemerged.root cd .. k4run run_digi_reco.py -# you can than print the rootfile content with +# you can then print the rootfile content with podio-dump ALLEGRO_sim_digi_reco.root ```