GaudiAlg.GaudiAlgConf.Prescaler Class Reference
Inheritance diagram for GaudiAlg.GaudiAlgConf.Prescaler:
Collaboration diagram for GaudiAlg.GaudiAlgConf.Prescaler:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 348 of file GaudiAlgConf.py.

Constructor & Destructor Documentation

def GaudiAlg.GaudiAlgConf.Prescaler.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 399 of file GaudiAlgConf.py.

399  def __init__(self, name = Configurable.DefaultName, **kwargs):
400  super(Prescaler, self).__init__(name)
401  for n,v in kwargs.items():
402  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiAlg.GaudiAlgConf.Prescaler.getDlls (   self)

Definition at line 403 of file GaudiAlgConf.py.

403  def getDlls( self ):
404  return 'GaudiAlg'
def GaudiAlg.GaudiAlgConf.Prescaler.getType (   self)

Definition at line 405 of file GaudiAlgConf.py.

405  def getType( self ):
406  return 'Prescaler'

Member Data Documentation

dictionary GaudiAlg.GaudiAlgConf.Prescaler.__slots__
staticprivate

Definition at line 349 of file GaudiAlgConf.py.

dictionary GaudiAlg.GaudiAlgConf.Prescaler._propertyDocDct
staticprivate
Initial value:
1 = {
2  'StatTableHeader' : ,
3  'ErrorsPrint' : ,
4  'RegisterForContextService' : ,
5  'StatPrint' : ,
6  'VetoObjects' : ,
7  'TypePrint' : ,
8  'CounterList' : ,
9  'EfficiencyRowFormat' : ,
10  'RequireObjects' : ,
11  'PropertiesPrint' : ,
12  'UseEfficiencyRowFormat' : ,
13  'RegularRowFormat' : ,
14  'StatEntityList' : ,
15  }

Definition at line 384 of file GaudiAlgConf.py.


The documentation for this class was generated from the following file: