The Gaudi Framework
v26r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiProfilingConf.py
Go to the documentation of this file.
1
#Mon Feb 16 11:15:31 2015"""Automatically generated. DO NOT EDIT please"""
2
from
GaudiKernel.Proxy.Configurable
import
*
3
4
class
PerfMonAuditor
( ConfigurableAuditor ) :
5
__slots__ = {
6
'OutputLevel'
: 0,
# int
7
'Enable'
:
True
,
# bool
8
'EVENT0'
:
''
,
# str
9
'EVENT1'
:
''
,
# str
10
'EVENT2'
:
''
,
# str
11
'EVENT3'
:
''
,
# str
12
'FAMILY'
:
''
,
# str
13
'PREFIX'
:
''
,
# str
14
'INV0'
:
False
,
# bool
15
'INV1'
:
False
,
# bool
16
'INV2'
:
False
,
# bool
17
'INV3'
:
False
,
# bool
18
'CMASK0'
: 0,
# int
19
'CMASK1'
: 0,
# int
20
'CMASK2'
: 0,
# int
21
'CMASK3'
: 0,
# int
22
'SP0'
: 0,
# int
23
'SP1'
: 0,
# int
24
'SP2'
: 0,
# int
25
'SP3'
: 0,
# int
26
'SAMPLE'
:
False
,
# bool
27
'START_AT_EVENT'
: 0,
# int
28
'IS_NEHALEM'
: 1,
# int
29
}
30
_propertyDocDct = {
31
}
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)
36
def
getDlls
( self ):
37
return
'GaudiProfiling'
38
def
getType
( self ):
39
return
'PerfMonAuditor'
40
pass
# class PerfMonAuditor
InstallArea
x86_64-slc6-gcc48-opt
python
GaudiProfiling
GaudiProfilingConf.py
Generated on Mon Feb 16 2015 11:56:58 for The Gaudi Framework by
1.8.2