GaudiProfiling.GaudiProfilingConf.PerfMonAuditor Class Reference
Inheritance diagram for GaudiProfiling.GaudiProfilingConf.PerfMonAuditor:
Collaboration diagram for GaudiProfiling.GaudiProfilingConf.PerfMonAuditor:

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 4 of file GaudiProfilingConf.py.

Constructor & Destructor Documentation

def GaudiProfiling.GaudiProfilingConf.PerfMonAuditor.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 32 of file GaudiProfilingConf.py.

32  def __init__(self, name = Configurable.DefaultName, **kwargs):
33  super(PerfMonAuditor, self).__init__(name)
34  for n,v in kwargs.items():
35  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiProfiling.GaudiProfilingConf.PerfMonAuditor.getDlls (   self)

Definition at line 36 of file GaudiProfilingConf.py.

36  def getDlls( self ):
37  return 'GaudiProfiling'
def GaudiProfiling.GaudiProfilingConf.PerfMonAuditor.getType (   self)

Definition at line 38 of file GaudiProfilingConf.py.

38  def getType( self ):
39  return 'PerfMonAuditor'

Member Data Documentation

dictionary GaudiProfiling.GaudiProfilingConf.PerfMonAuditor.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # int
3  'Enable' : True, # bool
4  'EVENT0' : '', # str
5  'EVENT1' : '', # str
6  'EVENT2' : '', # str
7  'EVENT3' : '', # str
8  'FAMILY' : '', # str
9  'PREFIX' : '', # str
10  'INV0' : False, # bool
11  'INV1' : False, # bool
12  'INV2' : False, # bool
13  'INV3' : False, # bool
14  'CMASK0' : 0, # int
15  'CMASK1' : 0, # int
16  'CMASK2' : 0, # int
17  'CMASK3' : 0, # int
18  'SP0' : 0, # int
19  'SP1' : 0, # int
20  'SP2' : 0, # int
21  'SP3' : 0, # int
22  'SAMPLE' : False, # bool
23  'START_AT_EVENT' : 0, # int
24  'IS_NEHALEM' : 1, # int
25  }

Definition at line 5 of file GaudiProfilingConf.py.

dictionary GaudiProfiling.GaudiProfilingConf.PerfMonAuditor._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 30 of file GaudiProfilingConf.py.


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