Skip to content
Snippets Groups Projects

Add SimulateCavern simFlag, which can be used independently of CavernBG and cosmics simulation

6 files
+ 25
14
Compare changes
  • Side-by-side
  • Inline
Files
6
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
"""
SimFlags specific to the full ATLAS simulation
@@ -182,6 +182,15 @@ class VertexTimeOffset(JobProperty):
StoredValue = False
class SimulateCavern(JobProperty):
"""
Turns on the simulation of the ATLAS Cavern
"""
statusOn = True
allowedTypes = ['bool']
StoredValue = False
class CavernBG(JobProperty):
"""
Flag to turn on the simulation of cavern background (and all that goes with it)
Loading