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