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 288 of file GaudiAlgConf.py.

Constructor & Destructor Documentation

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

Definition at line 339 of file GaudiAlgConf.py.

339  def __init__(self, name = Configurable.DefaultName, **kwargs):
340  super(Prescaler, self).__init__(name)
341  for n,v in kwargs.items():
342  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiAlg.GaudiAlgConf.Prescaler.getDlls (   self)

Definition at line 343 of file GaudiAlgConf.py.

343  def getDlls( self ):
344  return 'GaudiAlg'
def GaudiAlg.GaudiAlgConf.Prescaler.getType (   self)

Definition at line 345 of file GaudiAlgConf.py.

345  def getType( self ):
346  return 'Prescaler'

Member Data Documentation

dictionary GaudiAlg.GaudiAlgConf.Prescaler.__slots__
staticprivate

Definition at line 289 of file GaudiAlgConf.py.

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

Definition at line 324 of file GaudiAlgConf.py.


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