00001 Atlfast = Algorithm( "Atlfast" )
00002
00003
00004
00005
00006
00007
00008
00009
00010 Monitor = Algorithm( "Monitor" )
00011 Monitor.Frequency = 100
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 ElectronHistogramMaker = Algorithm( "ElectronHistogramMaker" )
00022 ElectronHistogramMaker.HistogramStart = 1000
00023 ElectronHistogramMaker.HistogramTitle = "All Electrons"
00024 ElectronHistogramMaker.InputLocation = "/Event/AtlfastElectrons"
00025 ElectronHistogramMaker.ParticleType = 11
00026
00027
00028
00029
00030 PhotonHistogramMaker = Algorithm( "PhotonHistogramMaker" )
00031 PhotonHistogramMaker.HistogramStart = 2000
00032 PhotonHistogramMaker.HistogramTitle = "All Photons"
00033 PhotonHistogramMaker.InputLocation = "/Event/AtlfastPhotons"
00034 PhotonHistogramMaker.ParticleType = 22
00035
00036
00037
00038
00039 MuonHistogramMaker = Algorithm( "MuonHistogramMaker" )
00040 MuonHistogramMaker.HistogramStart = 3000
00041 MuonHistogramMaker.HistogramTitle = "All Muons"
00042 MuonHistogramMaker.InputLocation = "/Event/AtlfastMuons"
00043 MuonHistogramMaker.ParticleType = 13
00044
00045
00046
00047
00048 SimpleTest1 = Algorithm( "SimpleTest1" )
00049 SimpleTest1.writeRef = TRUE
00050 SimpleTest1.outFile = "./outFile1.txt"
00051 SimpleTest1.refFile = "./simpleTest132_11.txt"
00052 SimpleTest1.cmpFile = "./cmpFile1.txt"
00053 SimpleTest1.AtlfastEventLocation = "/Event/Atlfast"
00054 SimpleTest1.JetLocation = "/Event/AtlfastJets"
00055 SimpleTest1.ElectronLocation = "/Event/AtlfastIsolatedElectrons"
00056 SimpleTest1.IsolatedMuonLocation = "/Event/AtlfastIsolatedMuons"
00057 SimpleTest1.NonIsolatedMuonLocation = "/Event/AtlfastNonIsolatedMuons"
00058 SimpleTest1.PhotonLocation = "/Event/AtlfastIsolatedPhotons"
00059
00060 SimpleTest1.McTruthLocation = "/Event/McEventCollection"
00061 SimpleTest1.TriggerLocation = "/Event/AtlfastTrigger"
00062 SimpleTest1.EventHeaderLocation = "/Event/AtlfastEventHeader"
00063 SimpleTest1.outputLocation = "/Event/SimpleTest1"
00064
00065
00066
00067
00068 SimpleTest2 = Algorithm( "SimpleTest2" )
00069 SimpleTest2.writeRef = TRUE
00070 SimpleTest2.outFile = "./outFile2.txt"
00071 SimpleTest2.refFile = "./simpleTest132_07.txt"
00072 SimpleTest2.cmpFile = "./cmpFile2.txt"
00073 SimpleTest2.AtlfastEventLocation = "/Event/Atlfast"
00074 SimpleTest2.JetLocation = "/Event/AtlfastJets"
00075 SimpleTest2.ElectronLocation = "/Event/AtlfastIsolatedElectrons"
00076 SimpleTest2.IsolatedMuonLocation = "/Event/AtlfastIsolatedMuons"
00077 SimpleTest2.NonIsolatedMuonLocation = "/Event/AtlfastNonIsolatedMuons"
00078 SimpleTest2.PhotonLocation = "/Event/AtlfastIsolatedPhotons"
00079
00080 SimpleTest2.McTruthLocation = "/Event/McEventCollection"
00081 SimpleTest2.TriggerLocation = "/Event/AtlfastTrigger"
00082 SimpleTest2.EventHeaderLocation = "/Event/AtlfastEventHeader"
00083 SimpleTest2.outputLocation = "/Event/SimpleTest2"
00084
00085
00086
00087
00088 SimpleDiff = Algorithm( "SimpleDiff" )
00089 SimpleDiff.inputLocation1 = "/Event/SimpleTest1"
00090 SimpleDiff.inputLocation2 = "/Event/SimpleTest2"
00091
00092
00093
00094
00095 AtlfastPoolTest = Algorithm( "AtlfastPoolTest" )
00096 AtlfastPoolTest.EtaCoverage = 5.0
00097 AtlfastPoolTest.MinETCell = 0.0*GeV
00098 AtlfastPoolTest.GranBarrelEta = 0.1
00099 AtlfastPoolTest.GranBarrelPhi = 0.1
00100 AtlfastPoolTest.GranForwardEta = 0.2
00101 AtlfastPoolTest.GranForwardPhi = 0.2
00102 AtlfastPoolTest.FastShower = FALSE
00103 AtlfastPoolTest.InputLocation = "/Event/McEventCollection"
00104 AtlfastPoolTest.OutputLocation = "/Event/AtlfastPoolTestCells"