![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self) | |
| isUnknown (self, type) | |
| isSingleGroup (self, type) | |
| isSubDetectorGrouping (self, type) | |
| isExtSubDetectorGrouping (self, type) | |
| isFeedThroughGrouping (self, type) | |
| isExtFeedThroughGrouping (self, type) | |
| folderFeedThruGroupChanSel (self, feedThruGroup, gainList=[0, 1, 2]) | |
| folderFeedThruChannelSelection (self, negB_FTList, posB_FTList, negEC_FTList, posEC_FTList, gainList, isCorrection=False) | |
| folderExtFeedThruChannelSelection (self, negB_FTList, posB_FTList, negEC_FTList, posEC_FTList, gainList, isCorrection=False) | |
| feedThruChannelSelection (self, feedThruList, gainList, posNeg, isBarrel=True, isCorrection=False) | |
| extFeedThruChannelSelection (self, feedThruList, gainList, posNeg, isBarrel=True, isCorrection=False) | |
| channelSelection (self, channels) | |
| subDetChannelSelection (self, subDetName, gain) | |
| decodeFeedThruChannelNumber (self, channelNumber) | |
| decodeExtFeedThruChannelNumber (self, channelNumber) | |
| decodeSubDetChannelNumber (self, channelNumber) | |
Public Attributes | |
| int | Unknown = 0 |
| int | SingleGroup = 1 |
| int | SubDetectorGrouping = 2 |
| int | FeedThroughGrouping = 3 |
| int | ExtFeedThroughGrouping = 4 |
| int | ExtSubDetectorGrouping = 5 |
| int | offsetFtNegBarrel = 3 |
| int | offsetFtPosBarrel = 35 |
| int | offsetFtNegEndcap = 67 |
| int | offsetFtPosEndCap = 92 |
| int | nFT = 114 |
| int | nFTandCorr = 117 |
| int | ftPerGain = self.nFT |
| int | nFTAcc = 117 |
| int | offsetFtNegBarrelPS = 3 + self.nFTAcc |
| int | offsetFtPosBarrelPS = 35 + self.nFTAcc |
| int | offsetFtNegEndcapPS = 67 + self.nFTAcc |
| int | offsetFtPosEndCapPS = 92 + self.nFTAcc |
| int | nFTPS = 117 + self.nFTAcc |
| int | nChannelsPerGain = 236 |
| int | nGains = 3 |
| int | subDetsOffset = 3 |
| int | nSubDets = 4 |
| int | subDetGainCorrOffset = self.subDetsOffset + self.nSubDets |
Definition at line 12 of file LArCondContChannels.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.LArCondContChannels.LArCondContChannels.__init__ | ( | self | ) |
Definition at line 13 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.channelSelection | ( | self, | |
| channels ) |
Definition at line 396 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.decodeExtFeedThruChannelNumber | ( | self, | |
| channelNumber ) |
Definition at line 478 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.decodeFeedThruChannelNumber | ( | self, | |
| channelNumber ) |
Definition at line 443 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.decodeSubDetChannelNumber | ( | self, | |
| channelNumber ) |
Definition at line 582 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.extFeedThruChannelSelection | ( | self, | |
| feedThruList, | |||
| gainList, | |||
| posNeg, | |||
| isBarrel = True, | |||
| isCorrection = False ) |
Definition at line 323 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.feedThruChannelSelection | ( | self, | |
| feedThruList, | |||
| gainList, | |||
| posNeg, | |||
| isBarrel = True, | |||
| isCorrection = False ) |
Definition at line 278 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.folderExtFeedThruChannelSelection | ( | self, | |
| negB_FTList, | |||
| posB_FTList, | |||
| negEC_FTList, | |||
| posEC_FTList, | |||
| gainList, | |||
| isCorrection = False ) |
Definition at line 210 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.folderFeedThruChannelSelection | ( | self, | |
| negB_FTList, | |||
| posB_FTList, | |||
| negEC_FTList, | |||
| posEC_FTList, | |||
| gainList, | |||
| isCorrection = False ) |
Definition at line 154 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.folderFeedThruGroupChanSel | ( | self, | |
| feedThruGroup, | |||
| gainList = [0,1,2] ) |
Definition at line 87 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.isExtFeedThroughGrouping | ( | self, | |
| type ) |
Definition at line 60 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.isExtSubDetectorGrouping | ( | self, | |
| type ) |
Definition at line 54 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.isFeedThroughGrouping | ( | self, | |
| type ) |
Definition at line 57 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.isSingleGroup | ( | self, | |
| type ) |
Definition at line 48 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.isSubDetectorGrouping | ( | self, | |
| type ) |
Definition at line 51 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.isUnknown | ( | self, | |
| type ) |
Definition at line 45 of file LArCondContChannels.py.
| python.LArCondContChannels.LArCondContChannels.subDetChannelSelection | ( | self, | |
| subDetName, | |||
| gain ) |
Definition at line 414 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.ExtFeedThroughGrouping = 4 |
Definition at line 18 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.ExtSubDetectorGrouping = 5 |
Definition at line 19 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.FeedThroughGrouping = 3 |
Definition at line 17 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.ftPerGain = self.nFT |
Definition at line 29 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.nChannelsPerGain = 236 |
Definition at line 39 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.nFT = 114 |
Definition at line 27 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.nFTAcc = 117 |
Definition at line 32 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.nFTandCorr = 117 |
Definition at line 28 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.nFTPS = 117 + self.nFTAcc |
Definition at line 37 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.nGains = 3 |
Definition at line 40 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.nSubDets = 4 |
Definition at line 42 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.offsetFtNegBarrel = 3 |
Definition at line 23 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.offsetFtNegBarrelPS = 3 + self.nFTAcc |
Definition at line 33 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.offsetFtNegEndcap = 67 |
Definition at line 25 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.offsetFtNegEndcapPS = 67 + self.nFTAcc |
Definition at line 35 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.offsetFtPosBarrel = 35 |
Definition at line 24 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.offsetFtPosBarrelPS = 35 + self.nFTAcc |
Definition at line 34 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.offsetFtPosEndCap = 92 |
Definition at line 26 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.offsetFtPosEndCapPS = 92 + self.nFTAcc |
Definition at line 36 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.SingleGroup = 1 |
Definition at line 15 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.SubDetectorGrouping = 2 |
Definition at line 16 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.subDetGainCorrOffset = self.subDetsOffset + self.nSubDets |
Definition at line 43 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.subDetsOffset = 3 |
Definition at line 41 of file LArCondContChannels.py.
| int python.LArCondContChannels.LArCondContChannels.Unknown = 0 |
Definition at line 14 of file LArCondContChannels.py.