5RawDataDir=
"/castor/cern.ch/atlas/testbeam/combined/2004/"
7RawDataFilePrefix=
"daq_SFI-51_calo"
12include(
"ByteStreamCnvSvc/TBEventSelector_jobOptions.py" )
14ByteStreamInputSvc=Service(
"ByteStreamInputSvc")
15ByteStreamInputSvc.InputDirectory += [RawDataDir]
16ByteStreamInputSvc.FilePrefix += [RawDataFilePrefix]
17ByteStreamInputSvc.RunNumber = [runnumber]
20theApp.TopAlg+=[
"TBCheckBCIDs"]
21TBCheckBCIDs=Algorithm(
"TBCheckBCIDs")
22TBCheckBCIDs.OutputLevel=DEBUG
26theApp.Dlls += [
"RootHistCnv" ]
27theApp.HistogramPersistency =
"ROOT"
28NTupleSvc = Service(
"NTupleSvc" )
30NTupleSvc.Output = [
"FILE1 DATAFILE='BCIDS.root' OPT='NEW'" ]
38MessageSvc = Service(
"MessageSvc" )
39MessageSvc.OutputLevel = ERROR