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

Public Member Functions

def get (cls, lib)
 

Static Public Attributes

 default
 
 scheme
 
 projects
 

Detailed Description

Helper class for colored nodes

Definition at line 108 of file dlldep.py.

Member Function Documentation

◆ get()

def dlldep.Color.get (   cls,
  lib 
)

Definition at line 124 of file dlldep.py.

124  def get(cls, lib):
125  for p,c in cls.projects.items():
126  if lib.find(p)!=-1: return "/%s/%s" % (cls.scheme, c)
127  return cls.default
128 
129 

Member Data Documentation

◆ default

dlldep.Color.default
static

Definition at line 111 of file dlldep.py.

◆ projects

dlldep.Color.projects
static

Definition at line 113 of file dlldep.py.

◆ scheme

dlldep.Color.scheme
static

Definition at line 112 of file dlldep.py.


The documentation for this class was generated from the following file:
TrigJetMonitorAlgorithm.items
items
Definition: TrigJetMonitorAlgorithm.py:79
get
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)
Definition: hcg.cxx:127