![]() |
|
|
Generated: 8 Jan 2009 |
00001 #----Load the needed DynamicLibraries 00002 g.DLLs = ['GaudiAlg', 'GaudiIntrospection','SicbCnv'] 00003 00004 #----SICB stuff 00005 sicbcnv = g.service('SicbEventCnvSvc') 00006 perssvc = g.service('EventPersistencySvc') 00007 perssvc.CnvServices = [ 'SicbEventCnvSvc' ] 00008 evtsel = g.service('EventSelector') 00009 evtsel.Input = ["FILE='//cern.ch/dfs/Experiments/lhcb/data/mc/sicb_bpipi_v233_100ev.dst1'"] 00010 00011 #----Introspection Service Setup with its dictionaries 00012 introssvc = g.service('IntrospectionSvc') 00013 introssvc.Dictionaries = ['LHCbEventDict'] 00014 00015 00016 #----Application Manager configuration 00017 g.ExtSvc = ['ParticlePropertySvc', 00018 'SicbEventCnvSvc', 00019 'IntrospectionSvc'] 00020 00021 g.EvtSel = 'SICB' 00022 g.HistogramPersistency = 'NONE' 00023 g.topAlg = [] 00024 g.EvtMax = 10 00025 00026 print g.properties() 00027