Public Member Functions | |
def | __init__ (self, components, sequence, services, events_class, preprocessor=None) |
def | __str__ (self) |
Public Attributes | |
components | |
events_class | |
preprocessor | |
sequence | |
services | |
Main configuration object, holds a sequence of analyzers, and a list of components.
def config.Config.__init__ | ( | self, | |
components, | |||
sequence, | |||
services, | |||
events_class, | |||
preprocessor = None |
|||
) |
Definition at line 251 of file config.py.
def config.Config.__str__ | ( | self | ) |
Definition at line 258 of file config.py.
References config.Config.components, join(), genParticles_cff.map, FFTJetCorrectionESProducer< CT >.sequence, config.Config.sequence, SequenceVisitors.NodeVisitor.services, config.Config.services, Config.Process.services, and str.
config.Config.components |
Definition at line 253 of file config.py.
Referenced by config.Config.__str__().
config.Config.sequence |
Definition at line 254 of file config.py.
Referenced by config.Config.__str__().
config.Config.services |
Definition at line 255 of file config.py.
Referenced by config.Config.__str__(), and looper.Setup.close().