ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
python.channel_mapping | |
Functions | |
def | python.channel_mapping.convert_channel (name, want_id=True, channel_mapping=channel_mapping) |
def | python.channel_mapping.list_to_channelselection (list_, convert_channel=convert_channel, as_list=False) |
def | python.channel_mapping.make_channelselection (cs, mapping=None) |
def | python.channel_mapping.get_channel_ids_names (folder) |
Variables | |
dictionary | python.channel_mapping.channel_mapping = {} |
list | python.channel_mapping.channel_names = [] |
python.channel_mapping.cm_reversed = dict((value, key) for key, value in six.iteritems(channel_mapping)) | |