diff --git a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/run_digi_reco.py b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/run_digi_reco.py index 41188a1..2376a43 100644 --- a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/run_digi_reco.py +++ b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/run_digi_reco.py @@ -90,7 +90,7 @@ # 1. step - merge hits into cells with theta and module segmentation # (module is a 'physical' cell i.e. lead + LAr + PCB + LAr +lead) # 2. step - rewrite the cellId using the merged theta-module segmentation -# (merging several modules and severla theta readout cells). +# (merging several modules and several theta readout cells). # Add noise at this step if you derived the noise already assuming merged cells # Step 1: merge hits into cells according to initial segmentation diff --git a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/README.md b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/README.md index f6e08b6..d3cf0ed 100644 --- a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/README.md +++ b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/README.md @@ -24,7 +24,7 @@ podio-dump ALLEGRO_sim_digi_reco.root ``` ## Dirac submission -The following is not yet ready, we have to implement ddsim as a generator in diract to do particle gun transformation +The following is not yet ready, we have to implement ddsim as a generator in dirac to do particle gun transformation You need to create a tarball containing the files needed for reconstruction and upload it at the right place with dirac commands ``` # In lxplus diff --git a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py index c1c2e0d..542754e 100644 --- a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py +++ b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py @@ -395,7 +395,7 @@ # Compute new cellID of cells based on new readout - removing row information # We use a RedoSegmentation. Using a RewriteBitField with removeIds=["row"], - # wont work because there are tiles with same layer/theta/phi but different row + # won't work because there are tiles with same layer/theta/phi but different row # as a consequence there will be multiple cells with same cellID in the output collection # and this will screw up the SW clustering diff --git a/FCCee/FullSim/README.md b/FCCee/FullSim/README.md index 9c33166..acf771e 100644 --- a/FCCee/FullSim/README.md +++ b/FCCee/FullSim/README.md @@ -1,2 +1,2 @@ These folders contain information about how to run ALLEGRO and IDEA full simulation with ddsim (the configuration files to run CLD are [here](https://github.com/key4hep/CLDConfig/tree/main)). -The directory structure/versionning follows the conventions from the repository hosting the geometries [here](https://github.com/key4hep/k4geo/tree/main/FCCee). +The directory structure/versioning follows the conventions from the repository hosting the geometries [here](https://github.com/key4hep/k4geo/tree/main/FCCee).