ATLAS Offline Software
|
Classes | |
class | LArCondContChannels |
Variables | |
decoder = LArCondContChannels() | |
def channelSelection(self, channelList, groupType): if groupType == self.SingleGroup: pass elif groupType == self.SubDetectorGrouping: pass elif groupType == self.FeedThroughGrouping: pass More... | |
list | ftList_bp = [1,19,25,31] |
list | ftList_bn = [0,18,24,30] |
list | ftList_ecp = [1,19,24] |
list | ftList_ecn = [0,18,23] |
list | chans = [] |
list | gainList = [ gain ] |
chanSel | |
isBarrel | |
posNeg | |
feedThru | |
gain | |
detName | |
chan1 = decoder.subDetChannelSelection(detName, gain) | |
Definition at line 666 of file LArCondContChannels.py.
list python.LArCondContChannels.chans = [] |
Definition at line 638 of file LArCondContChannels.py.
python.LArCondContChannels.chanSel |
Definition at line 651 of file LArCondContChannels.py.
python.LArCondContChannels.decoder = LArCondContChannels() |
def channelSelection(self, channelList, groupType): if groupType == self.SingleGroup: pass elif groupType == self.SubDetectorGrouping: pass elif groupType == self.FeedThroughGrouping: pass
Definition at line 618 of file LArCondContChannels.py.
python.LArCondContChannels.detName |
Definition at line 665 of file LArCondContChannels.py.
python.LArCondContChannels.feedThru |
Definition at line 659 of file LArCondContChannels.py.
list python.LArCondContChannels.ftList_bn = [0,18,24,30] |
Definition at line 629 of file LArCondContChannels.py.
list python.LArCondContChannels.ftList_bp = [1,19,25,31] |
Definition at line 628 of file LArCondContChannels.py.
list python.LArCondContChannels.ftList_ecn = [0,18,23] |
Definition at line 632 of file LArCondContChannels.py.
list python.LArCondContChannels.ftList_ecp = [1,19,24] |
Definition at line 631 of file LArCondContChannels.py.
python.LArCondContChannels.gain |
Definition at line 659 of file LArCondContChannels.py.
list python.LArCondContChannels.gainList = [ gain ] |
Definition at line 639 of file LArCondContChannels.py.
python.LArCondContChannels.isBarrel |
Definition at line 659 of file LArCondContChannels.py.
python.LArCondContChannels.posNeg |
Definition at line 659 of file LArCondContChannels.py.