ATLAS Offline Software
Public Member Functions | Static Public Attributes | List of all members
python.LumiChannelDefs.LumiChannelDefs Class Reference
Collaboration diagram for python.LumiChannelDefs.LumiChannelDefs:

Public Member Functions

def name (self, chan)
 

Static Public Attributes

 names = dict()
 
 numbers = sorted(names.keys())
 

Detailed Description

Definition at line 4 of file LumiChannelDefs.py.

Member Function Documentation

◆ name()

def python.LumiChannelDefs.LumiChannelDefs.name (   self,
  chan 
)

Definition at line 89 of file LumiChannelDefs.py.

89  def name(self, chan):
90  return self.names.get(chan, 'Unknown')

Member Data Documentation

◆ names

python.LumiChannelDefs.LumiChannelDefs.names = dict()
static

Definition at line 7 of file LumiChannelDefs.py.

◆ numbers

python.LumiChannelDefs.LumiChannelDefs.numbers = sorted(names.keys())
static

Definition at line 87 of file LumiChannelDefs.py.


The documentation for this class was generated from the following file:
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
get
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)
Definition: hcg.cxx:127