Classes | |
class | Analyzer |
class | CFG |
class | Component |
class | Config |
class | DataComponent |
class | MCComponent |
class | Sequence |
class | Service |
Functions | |
def | printComps |
Variables | |
string | __author__ = "Aurelija" |
string | __date__ = "$2010-08-06 14.27.51$" |
tuple | checkPath = os.getcwd() |
dictionary | Configuration = {} |
list | exceptPaths = [] |
string | helpMsg = "-----------------------------------------------------------HELP-----------------------------------------------------------\n" |
tuple | htmlPath = os.getcwd() |
list | ordering = ['1', '2', '3', '4', '5', '6'] |
tuple | picklePath = os.getcwd() |
string | ruleName = '1' |
string | rulesDescription = "Rule number Description\n" |
list | rulesNames = [] |
tuple | txtPath = os.getcwd() |
def config.printComps | ( | comps, | |
details = False |
|||
) |
Summary printout for a list of components comps. The components are assumed to have a name, and a list of files, like the ones from this module.
Definition at line 10 of file config.py.
References print().
tuple config.checkPath = os.getcwd() |
Definition at line 11 of file config.py.
Referenced by JetMETHLTOfflineSource.dqmBeginRun(), and edm::PathsAndConsumesOfModules.removeModules().
string config.helpMsg = "-----------------------------------------------------------HELP-----------------------------------------------------------\n" |
list config.ordering = ['1', '2', '3', '4', '5', '6'] |
Definition at line 7 of file config.py.
Referenced by TrackExtenderWithMTDT< TrackCollection >.produce(), and edm::OwnVector< T, P >.sort().
string config.rulesDescription = "Rule number Description\n" |