Skip to content

Commit

Permalink
update default parameters to use new version of HGCROC mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
cerminar authored and jbsauvan committed Nov 20, 2018
1 parent 78e68e6 commit 4a9648f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions L1Trigger/L1THGCal/python/customTowers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def custom_towers_etaphi(process,


def custom_towers_map(process,
towermapping='L1Trigger/L1THGCal/data/tower_mapping_hgcroc_eta-phi_v0.txt',
minEta=1.41,
maxEta=3.1,
towermapping='L1Trigger/L1THGCal/data/tower_mapping_hgcroc_eta-phi_v3.txt',
minEta=1.479,
maxEta=3.0,
minPhi=-math.pi,
maxPhi=math.pi,
nBinsEta=18,
Expand Down

0 comments on commit 4a9648f

Please sign in to comment.