ATLAS Offline Software
Classes | Functions | Variables
python.subdetectors.trt Namespace Reference

Classes

class  DCSC_Variable_TRT_HV
 
class  TRT
 

Functions

def offset_channelids (iovs, offset)
 

Variables

int BAR_REMOVED_IDS = 6
 

Function Documentation

◆ offset_channelids()

def python.subdetectors.trt.offset_channelids (   iovs,
  offset 
)

Definition at line 6 of file trt.py.

6 def offset_channelids(iovs, offset):
7  return IOVSet(iov._replace(channel=iov.channel+offset) for iov in iovs)
8 
9 BAR_MAX_ID, ECA_MAX_ID, ECC_MAX_ID = 710, 640, 640
10 
11 # These six modules do not exist

Variable Documentation

◆ BAR_REMOVED_IDS

int python.subdetectors.trt.BAR_REMOVED_IDS = 6

Definition at line 12 of file trt.py.

python.subdetectors.trt.offset_channelids
def offset_channelids(iovs, offset)
Definition: trt.py:6