Skip to content
Snippets Groups Projects

[RTADPA BW Tests] Introducing an Hlt1-bandwidth test via Moore_in_Allen

Merged Luke Grazette requested to merge lugrazet-BW-initialhlt1test into master
Compare and Show latest version
16 files
+ 667
274
Compare changes
  • Side-by-side
  • Inline
Files
16
###############################################################################
# (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
Loading