Example #1
0
# list of the algorithms to be executed at run time
from MissingETPerformance.MissingETPerformanceConf import MissingETPerformance
topSequence.CBNT_AthenaAware += MissingETPerformance()
MissingETPerformance = MissingETPerformance()

############# The properties of the MissingETPerformance Algorithm
MissingETPerformance.OutputLevel = WARNING

############## trigger
#whether to require a trigger from the list to have fired
MissingETPerformance.FilterOnTrigger = False
#List of trigger names to accept
MissingETPerformance.TriggerNames = ["EF_e15_medium", "EF_e5_medium", "EF_J50"]

#turn on/off individual tools here
MissingETPerformance.doEventSelector = True
MissingETPerformance.doBasicPlotsTool = True
MissingETPerformance.doResolutionTool = True
MissingETPerformance.doLinearityTool = True
MissingETPerformance.doZeeTool = True
MissingETPerformance.doZMuMuTool = False
MissingETPerformance.doEtaRingsTool = False
MissingETPerformance.doTrigMissingETTool = False
MissingETPerformance.doTrigVsOfflineMissingETTool = False
MissingETPerformance.doFakeMissingETTool = False
MissingETPerformance.doMuonTool = False
MissingETPerformance.doContainerComparatorTool = False

#configure event selection
MissingETEventSelector.ElecPtCut = 0. * GeV
MissingETEventSelector.MuonPtCut = 20. * GeV
Example #2
0
from AthenaCommon.AlgSequence import AlgSequence
topSequence = AlgSequence()
topSequence += MissingETPerformance()
MissingETPerformance = MissingETPerformance()

############# The properties of the MissingETPerformance Algorithm
MissingETPerformance.OutputLevel = WARNING

############## trigger
#whether to require a trigger from the list to have fired
MissingETPerformance.FilterOnTrigger = False
#List of trigger names to accept
MissingETPerformance.TriggerNames = ["EF_e15_medium", "EF_e5_medium", "EF_J50"]

#turn on/off individual tools here
MissingETPerformance.doEventSelector = False
MissingETPerformance.doBasicPlotsTool = True
MissingETPerformance.doResolutionTool = True
MissingETPerformance.doLinearityTool = False
MissingETPerformance.doEtaRingsTool = False
MissingETPerformance.doTrigMissingETTool = False
MissingETPerformance.doTrigVsOfflineMissingETTool = False
MissingETPerformance.doFakeMissingETTool = False
MissingETPerformance.doMuonTool = False
MissingETPerformance.doContainerComparatorTool = False
MissingETPerformance.doZMuMuTool = False
MissingETPerformance.doZeeTool = False
MissingETPerformance.doPileUpTool = False
MissingETPerformance.doMissingETCompositionTool = False

##########################################