| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DybEventMgr::__init__::Configure Class Reference

List of all members.

Public Member Functions

def __init__

Detailed Description

Definition at line 5 of file __init__.py.


Member Function Documentation

def DybEventMgr::__init__::Configure::__init__ (   self,
  use_aes = True 
)

Definition at line 8 of file __init__.py.

00008                                      :
00009         'Set default configuration for DybEventMgr.  Turns on the AES by default.'
00010 
00011         from DybEventMgrConf import DybDataSvc
00012         dds = DybDataSvc("EventDataSvc")
00013         dds.ForceLeaves = True
00014         dds.UseAes = use_aes
00015 
00016         from DybEventMgrConf import EvtStoreQuery
00017         EvtQ = EvtStoreQuery("EvtStoreQuery")
00018         EvtQ.UseAes = use_aes    
00019 
00020         from Gaudi.Configuration import ApplicationMgr
00021         theApp = ApplicationMgr()
00022 
00023         theApp.SvcMapping = [
00024             'EvtDataSvc/EventDataArchiveSvc',
00025             'DybDataSvc/EventDataSvc', 
00026             #"EvtDataSvc/EventDataSvc", #<-- Gaudi default
00027             "DetDataSvc/DetectorDataSvc",
00028             "HistogramSvc/HistogramDataSvc",
00029             "HbookCnv::PersSvc/HbookHistSvc",
00030             "RootHistCnv::PersSvc/RootHistSvc",
00031             "EvtPersistencySvc/EventPersistencySvc",
00032             "DetPersistencySvc/DetectorPersistencySvc",
00033             "HistogramPersistencySvc/HistogramPersistencySvc",
00034             #
00035             "EvtStoreQuery/EvtStoreQuery",
00036             ]
00037 
00038         return
    pass # end Configure


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:40:08 2011 for DybEventMgr by doxygen 1.4.7