7 ToolSvc = Service(
"ToolSvc" )
10 include(
"ByteStreamCnvSvc/ByteStreamSelector_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 = TRUE
24 ToolSvc.TBByteStreamCnvTool.isH8Run = FALSE
28 ToolSvc.TBByteStreamCnvTool.SubDetID = 112
29 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBTDC/TBTDC"]
30 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBTDCRawCont/TDCRawCont"]
31 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBADCRawCont/ADCRawCont"]
32 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBScintillatorRawCont/ScintillatorRawCont"]
33 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBBPCRawCont/BPCRawCont"]
34 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBMWPCRawCont/MWPCRawCont"]
35 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBTriggerPatternUnit/TBTrigPat"]
36 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBTailCatcherRaw/TailCatcherRaw"]
37 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBEventInfo/TBEventInfo"]
38 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBLArDigitContainer/FREE"]
39 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBLArDigitContainer/LOW"]
40 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBLArDigitContainer/HIGH"]
41 ToolSvc.TBByteStreamCnvTool.Keys += [
"TBLArDigitContainer/MEDIUM"]
43 ByteStreamAddressProviderSvc = Service(
"ByteStreamAddressProviderSvc" )
44 ByteStreamAddressProviderSvc.TypeNames += ToolSvc.TBByteStreamCnvTool.Keys