Skip to content
Snippets Groups Projects
Commit 5080af3e authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Merge branch 'mimazure-gog-add-2023-tests' into 'master'

Add 2023 DD4hep vs. DetDesc options for G-on-G

See merge request !309
parents 853f86a5 58a1503e
No related branches found
No related tags found
1 merge request!309Add 2023 DD4hep vs. DetDesc options for G-on-G
Pipeline #5674383 passed
###############################################################################
# (c) Copyright 2000-2023 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
from Gaudi.Configuration import importOptions
importOptions("$GAUSSOPTS/General/2023.py")
importOptions("$APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py")
importOptions("$GAUSSOPTS/Geometry/DD4hep.py")
importOptions("$GAUSSOPTS/General/Threads-8.py")
importOptions("$DECFILESROOT/options/30000000.py")
from Configurables import (
Gauss,
GaussGeneration,
)
GaussGeneration(
ProductionTool="Pythia8ProductionMT",
GenMonitor=True,
)
Gauss(
EvtMax=1000,
OutputType='NONE',
RunNumber=256170,
)
###############################################################################
# (c) Copyright 2000-2023 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
from Gaudi.Configuration import importOptions
importOptions("$GAUSSOPTS/General/2023.py")
importOptions("$APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py")
importOptions("$GAUSSOPTS/Geometry/DetDesc.py")
importOptions("$GAUSSOPTS/General/Threads-8.py")
importOptions("$DECFILESROOT/options/30000000.py")
from Configurables import (
Gauss,
GaussGeneration,
)
GaussGeneration(
ProductionTool="Pythia8ProductionMT",
GenMonitor=True,
)
Gauss(
EvtMax=1000,
OutputType='NONE',
RunNumber=256170,
)
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