CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
config.Config Class Reference
Inheritance diagram for config.Config:

Public Member Functions

def __init__ (self, components, sequence, services, events_class, preprocessor=None)
 
def __str__ (self)
 

Public Attributes

 components
 
 events_class
 
 preprocessor
 
 sequence
 
 services
 

Detailed Description

Main configuration object, holds a sequence of analyzers, and
a list of components.

Definition at line 249 of file config.py.

Constructor & Destructor Documentation

◆ __init__()

def config.Config.__init__ (   self,
  components,
  sequence,
  services,
  events_class,
  preprocessor = None 
)

Definition at line 252 of file config.py.

252  def __init__(self, components, sequence, services, events_class,preprocessor=None):
253  self.preprocessor = preprocessor
254  self.components = components
255  self.sequence = sequence
256  self.services = services
257  self.events_class = events_class
258 

Member Function Documentation

◆ __str__()

def config.Config.__str__ (   self)

Definition at line 259 of file config.py.

259  def __str__(self):
260  comp = '\n'.join(map(str, self.components))
261  sequence = str(self.sequence)
262  services = '\n'.join( map(str, self.services))
263  return '\n'.join([comp, sequence, services])
264 
265 

References config.Config.components, join(), genParticles_cff.map, PPSAlignmentConfigESSource.sequence, FFTJetCorrectionESProducer< CT >.sequence, config.Config.sequence, SequenceVisitors.NodeVisitor.services, config.Config.services, Config.Process.services, and str.

Member Data Documentation

◆ components

config.Config.components

Definition at line 254 of file config.py.

Referenced by config.Config.__str__().

◆ events_class

config.Config.events_class

Definition at line 257 of file config.py.

◆ preprocessor

config.Config.preprocessor

Definition at line 253 of file config.py.

◆ sequence

config.Config.sequence

Definition at line 255 of file config.py.

Referenced by config.Config.__str__().

◆ services

config.Config.services

Definition at line 256 of file config.py.

Referenced by config.Config.__str__(), and looper.Setup.close().

join
static std::string join(char **cmd)
Definition: RemoteFile.cc:17
str
#define str(s)
Definition: TestProcessor.cc:51
TriggerAnalyzer.__str__
def __str__(self)
Definition: TriggerAnalyzer.py:103
genParticles_cff.map
map
Definition: genParticles_cff.py:11