Skip to content

Commit

Permalink
fix bug when crosstalk is off (readCrosstalkMap undefined)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori committed Sep 4, 2024
1 parent cc19e3c commit 14da8fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RecFCCeeCalorimeter/tests/options/ALLEGRO_o1_v03_digi_reco.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
readCrosstalkMap = ReadCaloCrosstalkMap("ReadCrosstalkMap",
fileName="https://fccsw.web.cern.ch/fccsw/filesForSimDigiReco/ALLEGRO/ALLEGRO_o1_v03/xtalk_neighbours_map_ecalB_thetamodulemerged.root",
OutputLevel=INFO)
else:
readCrosstalkMap = None

# Create cells in ECal barrel (needed if one wants to apply cell calibration,
# which is not performed by ddsim)
Expand Down

0 comments on commit 14da8fc

Please sign in to comment.