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

Merge branch 'xueting_addSMOG2jobs_update' into 'master'

Add_2_SMOG_jobs

See merge request !351
parents dfd6b02c dcddbd7d
No related branches found
No related tags found
1 merge request!351Add_2_SMOG_jobs
Pipeline #6311483 passed
###############################################################################
# (c) Copyright 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 Moore import options
from PRConfig.FilesFromDirac import get_access_urls_mc
options.input_files = get_access_urls_mc(
"/MC/2022/pAr-Beam6800GeV-0GeV-2022-MagDown-SMOG2-Nu0.37-EPOS/Sim10b/Digi16",
"30000000", ["DIGI"])
options.input_type = "ROOT"
options.simulation = True
###############################################################################
# (c) Copyright 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 Moore import options
from PRConfig.FilesFromDirac import get_access_urls_mc
options.input_files = get_access_urls_mc(
"/MC/2022/ppAr-Beam6800GeV-2022-andSMOG2-Nu2.1andNu0.37-Pythia8andEPOS/Sim10b/Digi16",
"30000000", ["DIGI"])
options.input_type = "ROOT"
options.simulation = True
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