Skip to content

Commit

Permalink
[FullSim] Update ALLEGRO Readme (#139)
Browse files Browse the repository at this point in the history
* [FullSim] Update ALLEGRO Readme

* Update FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md
  • Loading branch information
BrieucF authored Feb 20, 2024
1 parent a9cb196 commit 713b4a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:/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 then print the rootfile content with
podio-dump ALLEGRO_sim_digi_reco.root
```

0 comments on commit 713b4a3

Please sign in to comment.