Atlfast_AlgSequence_NoFastShower.py

Go to the documentation of this file.
00001 # Ensure Atlfast is run AFTER generator
00002 theApp.TopAlg += ["Sequencer/TopSequence"]
00003 TopSequence = Algorithm( "TopSequence" )
00004 TopSequence.Members = ["Sequencer/Generator","Sequencer/Atlfast"]
00005 
00006 # Add AtlfastAlgs DLL
00007 theApp.Dlls += [ "AtlfastAlgs"]
00008 
00009 # Validated sequence of member Algorithms
00010 # Later Algs are generally dependent on earlier Algs.
00011 
00012 Atlfast = Algorithm( "Atlfast" )
00013 Atlfast.members = [
00014 #    Global Event Data:
00015         "Atlfast::GlobalEventDataMaker/GlobalEventDataMaker",
00016 # 
00017 #    Make calorimeter cell map for the event:
00018         "Atlfast::CellMaker/CellMaker", 
00019 #
00020 #    Make Tracks header
00021         "Atlfast::TrackMaker/TrackMaker",
00022 #
00023 #    Make clusters based on  cells
00024         "Atlfast::ClusterMaker/ClusterMaker",
00025 #
00026 #    Make electrons 
00027         "Atlfast::DefaultReconstructedParticleMaker/ElectronMaker",
00028 #
00029 #    Make photons
00030         "Atlfast::DefaultReconstructedParticleMaker/PhotonMaker",
00031 #
00032 #    Make muons 
00033         "Atlfast::DefaultReconstructedParticleMaker/MuonMaker",
00034 #
00035 #    Sort the electrons into isolated and non-isolated
00036         "Atlfast::Isolator/ElectronIsolator",
00037 #
00038 #    Sort the photons into isolated and non-isolated
00039         "Atlfast::Isolator/PhotonIsolator",
00040 #
00041 #    Sort the muons into isolated and non-isolated
00042         "Atlfast::Isolator/MuonIsolator",
00043 #
00044 #    Make Jets
00045         "Atlfast::JetMaker/JetMaker",
00046 #
00047 #    Correct Jets
00048         "Atlfast::AtlfastB/AtlfastB",
00049 #
00050 #    Make event header
00051         "Atlfast::EventHeaderMaker/EventHeaderMaker",
00052 #
00053 #    Make standard histograms
00054         "Atlfast::StandardHistogramMaker/StandardHistogramMaker"
00055 
00056 ]

Generated on Mon Sep 24 14:19:11 2007 for AtlfastAlgs by  doxygen 1.5.1