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