Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
PhysicsTools
HeppyCore
python
framework
services
service.py
Go to the documentation of this file.
1
class
Service
(
object
):
2
'''Basic service interface.
3
If you want your own service, you should respect this interface
4
so that your service can be used by the looper.
5
'''
6
7
def
__init__
(self, cfg, comp, outdir):
8
'''
9
cfg: framework.config.Service object containing whatever parameters
10
you need
11
comp: dummy parameter
12
outdir: output directory for your service (feel free not to use it)
13
14
Please have a look at TFileService for more information
15
'''
16
17
def
start
(self):
18
'''Start the service.
19
Called by the looper, not by the user.
20
'''
21
pass
22
23
def
stop
(self):
24
'''Stop the service.
25
Called by the looper, not by the user.
26
'''
27
pass
service.Service.stop
def stop(self)
Definition:
service.py:23
resolutioncreator_cfi.object
object
Definition:
resolutioncreator_cfi.py:4
service.Service.start
def start(self)
Definition:
service.py:17
service.Service.__init__
def __init__(self, cfg, comp, outdir)
Definition:
service.py:7
service.Service
Definition:
service.py:1
Generated for CMSSW Reference Manual by
1.8.16