ATLAS Offline Software
Classes | Variables
python.LArCondContChannels Namespace Reference

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)
 

Variable Documentation

◆ chan1

python.LArCondContChannels.chan1 = decoder.subDetChannelSelection(detName, gain)

Definition at line 666 of file LArCondContChannels.py.

◆ chans

list python.LArCondContChannels.chans = []

Definition at line 638 of file LArCondContChannels.py.

◆ chanSel

python.LArCondContChannels.chanSel
Initial value:
1 = decoder.folderFeedThruChannelSelection(ftList_bn,
2  ftList_bp,
3  ftList_ecn,
4  ftList_ecp,
5  gainList)

Definition at line 651 of file LArCondContChannels.py.

◆ decoder

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.

◆ detName

python.LArCondContChannels.detName

Definition at line 665 of file LArCondContChannels.py.

◆ feedThru

python.LArCondContChannels.feedThru

Definition at line 659 of file LArCondContChannels.py.

◆ ftList_bn

list python.LArCondContChannels.ftList_bn = [0,18,24,30]

Definition at line 629 of file LArCondContChannels.py.

◆ ftList_bp

list python.LArCondContChannels.ftList_bp = [1,19,25,31]

Definition at line 628 of file LArCondContChannels.py.

◆ ftList_ecn

list python.LArCondContChannels.ftList_ecn = [0,18,23]

Definition at line 632 of file LArCondContChannels.py.

◆ ftList_ecp

list python.LArCondContChannels.ftList_ecp = [1,19,24]

Definition at line 631 of file LArCondContChannels.py.

◆ gain

python.LArCondContChannels.gain

Definition at line 659 of file LArCondContChannels.py.

◆ gainList

list python.LArCondContChannels.gainList = [ gain ]

Definition at line 639 of file LArCondContChannels.py.

◆ isBarrel

python.LArCondContChannels.isBarrel

Definition at line 659 of file LArCondContChannels.py.

◆ posNeg

python.LArCondContChannels.posNeg

Definition at line 659 of file LArCondContChannels.py.