Parent Directory
|
Revision Log
|
Revision Graph
Revision 1.3 - (view) (download) (as text)
| 1 : | delsart | 1.1 | #************************************************************** |
| 2 : | # | ||
| 3 : | # jopOptions file for reading ByteStream | ||
| 4 : | # | ||
| 5 : | #============================================================== | ||
| 6 : | # Input | ||
| 7 : | ToolSvc = Service( "ToolSvc" ) | ||
| 8 : | |||
| 9 : | # H6: | ||
| 10 : | include( "ByteStreamCnvSvc/ByteStreamSelector_jobOptions.py") | ||
| 11 : | |||
| 12 : | include( "ByteStreamCnvSvcBase/BSAddProvSvc_RDO_jobOptions.py" ) | ||
| 13 : | |||
| 14 : | theApp.Dlls += [ "GaudiAud" ] | ||
| 15 : | theAuditorSvc = AuditorSvc() | ||
| 16 : | theAuditorSvc.Auditors = [ "ChronoAuditor" ] | ||
| 17 : | include( "TDRDetDescrAthenaRoot/TDRDetDescrAthenaRoot_jobOptions.py" ) | ||
| 18 : | |||
| 19 : | theApp.Dlls +=["TBCnv"] | ||
| 20 : | StreamBS = Algorithm( "StreamBS" ) | ||
| 21 : | StreamBS.ItemList +=["TBTDC#*"]; | ||
| 22 : | StreamBS.ItemList +=["TBBPCRawCont#*"]; | ||
| 23 : | delsart | 1.3 | StreamBS.ItemList +=["TBTriggerPatternUnit#*"]; |
| 24 : | delsart | 1.1 | |
| 25 : | ToolSvc.TBByteStreamCnvTool.ForceHchoice = TRUE | ||
| 26 : | ToolSvc.TBByteStreamCnvTool.isH6Run = TRUE | ||
| 27 : | ToolSvc.TBByteStreamCnvTool.isH8Run = FALSE | ||
| 28 : | #ToolSvc.TBByteStreamCnvTool.SubDetID = 118 # = 0x76 | ||
| 29 : | #ToolSvc.TBByteStreamCnvTool.SubDetID = 112 # = 0x70 | ||
| 30 : | #ToolSvc.TBByteStreamCnvTool.SubDetID = 129 # = 0x81 | ||
| 31 : | ToolSvc.TBByteStreamCnvTool.SubDetID = 112 | ||
| 32 : | ToolSvc.TBByteStreamCnvTool.Keys += ["TBTDC/TBTDC"] | ||
| 33 : | ToolSvc.TBByteStreamCnvTool.Keys += ["TBTDCRawCont/TDCRawCont"] | ||
| 34 : | ToolSvc.TBByteStreamCnvTool.Keys += ["TBADCRawCont/ADCRawCont"] | ||
| 35 : | ToolSvc.TBByteStreamCnvTool.Keys += ["TBScintillatorRawCont/ScintillatorRawCont"] | ||
| 36 : | ToolSvc.TBByteStreamCnvTool.Keys += ["TBBPCRawCont/BPCRawCont"] | ||
| 37 : | rmcphers | 1.2 | ToolSvc.TBByteStreamCnvTool.Keys += ["TBTriggerPatternUnit/TBTrigPat"] |
| 38 : | delsart | 1.1 | ToolSvc.TBByteStreamCnvTool.Keys += ["TBTailCatcherRaw/TailCatcherRaw"] |
| 39 : | |||
| 40 : | |||
| 41 : | ByteStreamAddressProviderSvc = Service( "ByteStreamAddressProviderSvc" ) | ||
| 42 : | ByteStreamAddressProviderSvc.TypeNames += ToolSvc.TBByteStreamCnvTool.Keys | ||
| 43 : | |||
| 44 : | # ByteStreamAddressProviderSvc.TypeNames += ["TBTDC/TBTDC"] | ||
| 45 : | # ByteStreamAddressProviderSvc.TypeNames += ["TBTDCRawCont/TDCRawCont"] | ||
| 46 : | # ByteStreamAddressProviderSvc.TypeNames += ["TBADCRawCont/ADCRawCont"] | ||
| 47 : | # ByteStreamAddressProviderSvc.TypeNames += ["TBScintillatorRawCont/ScintillatorRawCont"] | ||
| 48 : | # ByteStreamAddressProviderSvc.TypeNames += ["TBBPCRawCont/BPCRawCont"] | ||
| 49 : | # ByteStreamAddressProviderSvc.TypeNames += ["TBTriggPatternUnit/TBTrigPat"] | ||
| 50 : | # ByteStreamAddressProviderSvc.TypeNames += ["TBTailCatcherRaw/TailCatcherRaw"] | ||
| 51 : | |||
| 52 : | #force creation of Converter in init | ||
| 53 : | # ByteStreamCnvSvc = Service( "ByteStreamCnvSvc" ) | ||
| 54 : | # ByteStreamCnvSvc.InitCnvs += [ "TBTDC", | ||
| 55 : | # "TBBPCRawCont", | ||
| 56 : | # "TBTriggPatternUnit" | ||
| 57 : | # ] ; | ||
| 58 : | # theApp.ExtSvc += [ "ByteStreamCnvSvc" ] | ||
| 59 : | |||
| 60 : | MessageSvc = Service( "MessageSvc" ) | ||
| 61 : | MessageSvc.OutputLevel = 3 | ||
| 62 : | theApp.EvtMax = 5 | ||
| 63 : | #ApplicationMgr.HistogramPersistency="HBOOK"; | ||
| 64 : | #NTupleSvc.Output = { "FILE1 DATAFILE='bs_read.ntup' OPT='NEW'" }; |
| CERN Central CVS service | ViewVC Help |
| Powered by ViewVC 1.0.9 |