Skip to content

Commit

Permalink
Fix tests (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF authored Jul 29, 2024
1 parent 05a64eb commit 724d7cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RecFCCeeCalorimeter/tests/options/run_thetamodulemerged.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

# particle momentum and direction
# momentum = 100 # in GeV
momentum = 50 # in GeV
momentum = 10 # in GeV
# momentum = 10 # in GeV
thetaMin = 45 # degrees
thetaMax = 135 # degrees
Expand Down Expand Up @@ -227,7 +227,7 @@
# ECAL
ecalBarrelReadoutName = "ECalBarrelModuleThetaMerged"
ecalBarrelReadoutName2 = "ECalBarrelModuleThetaMerged2"
ecalEndcapReadoutName = "ECalEndcapPhiEta"
ecalEndcapReadoutName = "ECalEndcapTurbine"
# HCAL
if runHCal:
hcalBarrelReadoutName = "HCalBarrelReadout"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
# ECAL
ecalBarrelReadoutName = "ECalBarrelModuleThetaMerged"
ecalBarrelReadoutName2 = "ECalBarrelModuleThetaMerged2"
ecalEndcapReadoutName = "ECalEndcapPhiEta"
ecalEndcapReadoutName = "ECalEndcapTurbine"
# HCAL
if runHCal:
hcalBarrelReadoutName = "HCalBarrelReadout"
Expand Down

0 comments on commit 724d7cb

Please sign in to comment.