Skip to content

Commit

Permalink
Merge pull request #211 from m-fila/typos
Browse files Browse the repository at this point in the history
fix typos in readmes and steering files
  • Loading branch information
giovannimarchiori authored Nov 13, 2024
2 parents 046d75c + 2a50b89 commit 31826d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/run_digi_reco.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion FCCee/FullSim/README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 31826d2

Please sign in to comment.