1include(
"AthenaCommon/Atlas.UnixStandardJob.py" )
3include(
"DetDescrCnvSvc/DetStore_joboptions.py" )
5DetDescrCnvSvc = Service(
"DetDescrCnvSvc" )
6DetDescrCnvSvc.DetectorManagers+= [
"CaloTTDescrManager"]
7DetDescrCnvSvc.DetectorManagers += [
"CaloMgr" ]
14include(
"TBCnv/TBReadH8BS_jobOptions.py" )
15ByteStreamInputSvc = Service(
"ByteStreamInputSvc" )
20ByteStreamInputSvc.InputDirectory += [
"/castor/cern.ch/atlas/testbeam/combined/2004/"]
23ByteStreamInputSvc.FilePrefix += [
"daq_SFI-51_calo"]
26ByteStreamInputSvc.RunNumber = [1000944]
30ToolSvc.TBByteStreamCnvTool.Dump =
False
34include(
"LArTBRec/LArTBRec_H8_Simple_jobOptions.py")
35theApp.Dlls+=[
"LArTools"]
36include(
"LArDetMgrDetDescrCnv/LArDetMgrDetDescrCnv_H8_joboptions.py" )
37LArRawChannelSimpleBuilder.RecoMode =
"CUBIC"
44include (
"CaloTBRec/CaloTBRec_H8_Cell_jobOptions.py" )
49theApp.Dlls += [
"TBRec" ]
51theApp.TopAlg += [
"TBPhaseRec/TBPhaseRec"]
52TBPhaseRec = Algorithm(
"TBPhaseRec")
53include(
"TBRec/H8PhaseRec_jobOptions.py")
64theApp.TopAlg += [
"TBScintillatorRec"]
65TBScintRec = Algorithm(
"TBScintillatorRec")
66TBScintRec.SGkey=
"ScintillatorRawCont"
67include(
"TBRec/H8ScintRec_jobOptions.py" )
68theApp.TopAlg += [
"TBBPCRec"]
69TBBPCRec = Algorithm(
"TBBPCRec")
70TBBPCRec.SGkey=
"BPCRawCont"
71include(
"TBRec/H8BPCRec_jobOptions.py" )
76theApp.Dlls += [
"CBNT_Utils" ]
77theApp.Dlls += [
"CBNT_Athena" ]
78theApp.TopAlg += [
"CBNT_Athena" ]
80CBNT_Athena = Algorithm(
"CBNT_Athena" )
81CBNT_Athena.NtupleLocID=
"/FILE1/CBNT/t333"
83CBNT_Athena.Members += [
"CBNT_BeamInstrumentation" ]
84CBNT_BeamInstrumentation = Algorithm(
"CBNT_BeamInstrumentation" )
85CBNT_BeamInstrumentation.BPCnames=[
"BPC-2",
"BPC-1",
"BPC0",
"BPC1",
"BPC2"];
86CBNT_BeamInstrumentation.Scintnames=[
"S0",
"S1",
"S2-Up",
"S2-Down",
"S3-Left",
"S3-Right",
"C1",
"C2",
"muTag",
"muHalo",
"muVeto"];
88CBNT_Athena.Members += [
"CBNT_Timing" ]
89CBNT_Timing = Algorithm(
"CBNT_Timing" )
90CBNT_Timing.EnergyCut = 2.*GeV
91CBNT_Timing.IncludedSamplings += [
"EMB2",
"EMB1",
"EMB0",
"EMB3"]
151theApp.Dlls += [
"RootHistCnv" ]
152theApp.HistogramPersistency =
"ROOT"
157NTupleSvc = Service(
"NTupleSvc" )
159NTupleSvc.Output = [
"FILE1 DATAFILE='H8TimingMon.root' OPT='NEW'" ]
183MessageSvc = Service(
"MessageSvc" )
184MessageSvc.OutputLevel =5
186AthenaEventLoopMgr = Service(
"AthenaEventLoopMgr" )
187AthenaEventLoopMgr.OutputLevel =5