Skip to content
Snippets Groups Projects
Commit 4e21f7b6 authored by Christopher Young's avatar Christopher Young Committed by Frank Winklmeier
Browse files

Add default to Campaigns/MC23.py (and fix typo)

parent f06da2b3
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ class ParamsInputFilename(JobProperty):
""" Filename of the input parametrizations file. """
statusOn = True
allowedTypes = ['str']
StoredValue = 'FastCaloSim/MC16/TFCSparam_AF3_MC23_Sep23.root'
StoredValue = 'FastCaloSim/MC23/TFCSparam_AF3_MC23_Sep23.root'
class RunOnGPU(JobProperty):
"""Determines if run the FastCaloSim on GPU or not"""
......
......@@ -64,7 +64,7 @@ def defaultTestFlags(configFlags, args):
configFlags.Sim.BeamPipeSimMode = BeamPipeSimMode.FastSim
configFlags.Sim.ISFRun = True
configFlags.Sim.ISF.Simulator = SimulationFlavour.ATLFAST3MT
configFlags.Sim.FastCalo.ParamsInputFilename = "FastCaloSim/MC16/TFCSparam_AF3_MC23_Sep23.root"
configFlags.Sim.FastCalo.ParamsInputFilename = "FastCaloSim/MC23/TFCSparam_AF3_MC23_Sep23.root"
configFlags.Sim.FastCalo.CaloCellsName = "AllCalo"
configFlags.IOVDb.GlobalTag = "OFLCOND-MC16-SDR-14"
......
......@@ -231,7 +231,7 @@ def createSimConfigFlags():
scf.addFlag("Sim.ISF.HITSMergingRequired", _decideHITSMerging)
scf.addFlag("Sim.FastCalo.ParamsInputFilename", "FastCaloSim/MC16/TFCSparam_AF3_MC23_Sep23.root") # filename of the input parametrizations file
scf.addFlag("Sim.FastCalo.ParamsInputFilename", "FastCaloSim/MC23/TFCSparam_AF3_MC23_Sep23.root") # filename of the input parametrizations file
scf.addFlag("Sim.FastCalo.RunOnGPU", False) # Determines if run the FastCaloSim on GPU or not
scf.addFlag("Sim.FastCalo.CaloCellsName", "AllCalo") # StoreGate collection name for FastCaloSim hits
......
......@@ -157,6 +157,8 @@ def MC23SimulationNoIoV(flags):
from SimuJobTransforms.G4Optimizations import enableG4Optimizations
enableG4Optimizations(flags)
flags.Sim.FastCalo.ParamsInputFilename = 'FastCaloSim/MC23/TFCSparam_dev_Hybrid_Ha_v5_all_baryons_0_500.root'
def MC23SimulationLowMuRun(flags):
"""MC23 flags for low mu run simulation"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment