Functions | |
def | custom_tower_map_hgcroc |
def | custom_tower_map_wafer |
def | custom_towers_all_tc |
def | custom_towers_etaphi |
def | custom_towers_map |
def | custom_towers_unclustered_tc |
def customTowers.custom_tower_map_hgcroc | ( | process, | |
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 , |
|||
nBinsPhi = 72 |
|||
) |
Definition at line 68 of file customTowers.py.
References custom_tower_map_wafer(), and custom_towers_map().
Referenced by custom_towers_map().
def customTowers.custom_tower_map_wafer | ( | process, | |
towermapping = 'L1Trigger/L1THGCal/data/tower_mapping_wafer_eta-phi_v3.txt' , |
|||
minEta = 1.479 , |
|||
maxEta = 3.0 , |
|||
minPhi = -math.pi , |
|||
maxPhi = math.pi , |
|||
nBinsEta = 18 , |
|||
nBinsPhi = 72 |
|||
) |
Definition at line 88 of file customTowers.py.
References custom_towers_map().
Referenced by custom_tower_map_hgcroc().
def customTowers.custom_towers_all_tc | ( | process | ) |
Definition at line 10 of file customTowers.py.
References custom_towers_etaphi().
def customTowers.custom_towers_etaphi | ( | process, | |
minEta = 1.479 , |
|||
maxEta = 3.0 , |
|||
minPhi = -math.pi , |
|||
maxPhi = math.pi , |
|||
nBinsEta = 18 , |
|||
nBinsPhi = 72 , |
|||
binsEta = [] , |
|||
binsPhi = [] |
|||
) |
Definition at line 25 of file customTowers.py.
References custom_towers_map().
Referenced by custom_towers_all_tc().
def customTowers.custom_towers_map | ( | process, | |
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 , |
|||
nBinsPhi = 72 |
|||
) |
Definition at line 47 of file customTowers.py.
References custom_tower_map_hgcroc().
Referenced by custom_tower_map_hgcroc(), custom_tower_map_wafer(), and custom_towers_etaphi().
def customTowers.custom_towers_unclustered_tc | ( | process | ) |
Definition at line 4 of file customTowers.py.