Skip to content
Snippets Groups Projects
Commit ad9f9403 authored by Simon Viel's avatar Simon Viel Committed by Graeme Stewart
Browse files

RTT (InDetSLHC_Example-00-02-46)

parent 014f2651
No related branches found
Tags release/20.20.7.1
No related merge requests found
### Commands needed to run with calorimeters ###
from LArROD.LArRODFlags import larRODFlags
larRODFlags.doOFCPileupOptimization.set_Value_and_Lock(True)
larRODFlags.NumberOfCollisions.set_Value_and_Lock(140)
from AthenaCommon.BeamFlags import jobproperties
jobproperties.Beam.bunchSpacing = 25
from CaloTools.CaloNoiseFlags import jobproperties
jobproperties.CaloNoiseFlags.FixedLuminosity.set_Value_and_Lock(140*1.45/8*50/25)
if rec.OutputFileNameForRecoStep() == 'RAWtoESD':
from CaloRec.CaloCellFlags import jobproperties
jobproperties.CaloCellFlags.doLArCellEmMisCalib = False
from tauRec.tauRecFlags import tauFlags
tauFlags.tauRecSeedMaxEta.set_Value_and_Lock(4.0)
### Commands needed to run with calorimeters ###
from LArROD.LArRODFlags import larRODFlags
larRODFlags.doOFCPileupOptimization.set_Value_and_Lock(True)
larRODFlags.NumberOfCollisions.set_Value_and_Lock(60)
from AthenaCommon.BeamFlags import jobproperties
jobproperties.Beam.bunchSpacing = 25
from CaloTools.CaloNoiseFlags import jobproperties
jobproperties.CaloNoiseFlags.FixedLuminosity.set_Value_and_Lock(60*1.45/8*50/25)
if rec.OutputFileNameForRecoStep() == 'RAWtoESD':
from CaloRec.CaloCellFlags import jobproperties
jobproperties.CaloCellFlags.doLArCellEmMisCalib = False
from tauRec.tauRecFlags import tauFlags
tauFlags.tauRecSeedMaxEta.set_Value_and_Lock(4.0)
### Commands needed to run with calorimeters ###
from LArROD.LArRODFlags import larRODFlags
larRODFlags.doOFCPileupOptimization.set_Value_and_Lock(True)
larRODFlags.NumberOfCollisions.set_Value_and_Lock(80)
from AthenaCommon.BeamFlags import jobproperties
jobproperties.Beam.bunchSpacing = 25
from CaloTools.CaloNoiseFlags import jobproperties
jobproperties.CaloNoiseFlags.FixedLuminosity.set_Value_and_Lock(80*1.45/8*50/25)
if rec.OutputFileNameForRecoStep() == 'RAWtoESD':
from CaloRec.CaloCellFlags import jobproperties
jobproperties.CaloCellFlags.doLArCellEmMisCalib = False
from tauRec.tauRecFlags import tauFlags
tauFlags.tauRecSeedMaxEta.set_Value_and_Lock(4.0)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment