7 ToolSvc = Service(
"ToolSvc" )
10 include(
"ByteStreamCnvSvc/TBEventSelector_jobOptions.py" )
12 include(
"ByteStreamCnvSvcBase/BSAddProvSvc_RDO_jobOptions.py" )
16 theApp.Dlls +=[
"TBCnv"]
17 StreamBS = Algorithm(
"StreamBS" )
18 StreamBS.ItemList +=[
"TBTDC#*"];
19 StreamBS.ItemList +=[
"TBBPCRawCont#*"];
20 StreamBS.ItemList +=[
"TBTriggerPatternUnit#*"];
22 ToolSvc.TBByteStreamCnvTool.ForceHchoice = TRUE
23 ToolSvc.TBByteStreamCnvTool.isH6Run = FALSE
24 ToolSvc.TBByteStreamCnvTool.isH8Run = TRUE
27 ToolSvc.TBByteStreamCnvTool.SubDetID = 80
28 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBTDC/TBTDC"]
29 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBTDCRawCont/TDCRawCont"]
30 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBADCRawCont/ADCRawCont"]
31 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBScintillatorRawCont/ScintillatorRawCont"]
32 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBBPCRawCont/BPCRawCont"]
33 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBTriggerPatternUnit/TBTrigPat"]
34 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBTailCatcherRaw/TailCatcherRaw"]
37 ByteStreamAddressProviderSvc = Service(
"ByteStreamAddressProviderSvc" )
38 ByteStreamAddressProviderSvc.TypeNames += ToolSvc.TBByteStreamCnvTool.Keys