Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
PhysicsTools
HeppyCore
python
framework
services
service.py
Go to the documentation of this file.
1
class
Service
(
object
):
2
'''Basic service interface.'''
3
def
start
(self):
4
'''Start the service.
5
Called by the looper, not by the user.
6
'''
7
pass
8
9
def
stop
(self):
10
'''Stop the service.
11
Called by the looper, not by the user.
12
'''
13
pass
service.Service.stop
def stop
Definition:
service.py:9
service.Service.start
def start
Definition:
service.py:3
service.Service
Definition:
service.py:1
dbtoconf.object
list object
Definition:
dbtoconf.py:77
Generated for CMSSW Reference Manual by
1.8.5