Atlfast_MakeCBNT.py

Go to the documentation of this file.
00001 include("AtlfastAlgs/Atlfast_MakeROOTFile.py")
00002 include.block("AtlfastAlgs/Atlfast_MakeROOTFile.py")
00003 
00004 theApp.Dlls += [ "CBNT_Truth" ]
00005 CBNT_Athena = Algorithm( "CBNT_Athena" )
00006 CBNT_Athena.Members += [ "CBNT_SpclMC"];
00007 CBNT_SpclMC = Algorithm( "CBNT_SpclMC" )
00008 CBNT_SpclMC.McEventKey = "GEN_EVENT"
00009 
00010 CBNT_Athena.Members += [ "Atlfast::CBNT_Atlfast/CBNT_Atlfast" ]
00011 CBNT_Atlfast = Algorithm( "CBNT_Atlfast" )
00012 CBNT_Atlfast.NtupleLocID="/FILE1/CBNT/3333"
00013 
00014 #switch on/off ntuple blocks
00015 CBNT_Atlfast.FillIsolatedElectrons = TRUE
00016 CBNT_Atlfast.FillIsolatedPhotons   = TRUE
00017 CBNT_Atlfast.FillIsolatedMuons     = TRUE
00018 CBNT_Atlfast.FillNonIsolatedMuons  = TRUE
00019 CBNT_Atlfast.FillJets              = TRUE
00020 CBNT_Atlfast.FillEventData         = TRUE
00021 
00022 #--------------------------------------------------------------
00023 # Setup MissingET Truth
00024 #--------------------------------------------------------------
00025 
00026 theApp.Dlls += [ "MissingET" ]
00027 theApp.TopAlg += [ "METAlg/METAlg" ]
00028 METAlg = Algorithm( "METAlg" )
00029 METAlg.AlgTools = ["METPartTruthTool/Truth"]
00030 METAlg.Truth.etafullsim = 3.2;
00031 METAlg.Truth.outKey="MET_Truth"
00032 
00033 CBNT_Athena = Algorithm( "CBNT_Athena" )
00034 CBNT_Athena.Members += [ "CBNT_MissingETtruth" ]
00035 
00036 theApp.Dlls += [ "CBNT_Utils" ]
00037 theApp.Dlls += [ "CBNT_Athena" ]
00038 theApp.TopAlg += ["CBNT_Athena"]

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