ATLAS Offline Software
Functions | Variables
convertBadChannels Namespace Reference

Functions

def dec2hex (n)
 

Variables

 modToFrag
 
 inFile
 
 buf
 
 lines
 
 field
 
 module
 
 modNum
 
 chan
 
 type
 
 hexModule
 
 lhstat
 
 bchFile
 

Function Documentation

◆ dec2hex()

def convertBadChannels.dec2hex (   n)

Definition at line 7 of file convertBadChannels.py.

7 def dec2hex(n):
8  return ("0%X" % n)[-2:]
9 
10 
11 #
12 #__________________________________________________________________

Variable Documentation

◆ bchFile

convertBadChannels.bchFile

Definition at line 44 of file convertBadChannels.py.

◆ buf

convertBadChannels.buf

Definition at line 20 of file convertBadChannels.py.

◆ chan

convertBadChannels.chan

Definition at line 28 of file convertBadChannels.py.

◆ field

convertBadChannels.field

Definition at line 24 of file convertBadChannels.py.

◆ hexModule

convertBadChannels.hexModule

Definition at line 31 of file convertBadChannels.py.

◆ inFile

convertBadChannels.inFile

Definition at line 18 of file convertBadChannels.py.

◆ lhstat

convertBadChannels.lhstat

Definition at line 33 of file convertBadChannels.py.

◆ lines

convertBadChannels.lines

Definition at line 22 of file convertBadChannels.py.

◆ modNum

convertBadChannels.modNum

Definition at line 27 of file convertBadChannels.py.

◆ modToFrag

convertBadChannels.modToFrag

Definition at line 13 of file convertBadChannels.py.

◆ module

convertBadChannels.module

Definition at line 26 of file convertBadChannels.py.

◆ type

convertBadChannels.type

Definition at line 29 of file convertBadChannels.py.

convertBadChannels.dec2hex
def dec2hex(n)
Definition: convertBadChannels.py:7