Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • mstahl/PRConfig
  • chaen/PRConfig
  • lhcb-datapkg/PRConfig
3 results
Show changes
Commits on Source (5)
......@@ -3,7 +3,7 @@
# Maintainer : Ben Couturier
#============================================================================
package PRConfig
version v1r65
version v1r66
#============================================================================
# Structure, i.e. directories to process.
......
......@@ -4,6 +4,131 @@
! Purpose : App Configuration for performance and regression tests
!-----------------------------------------------------------------------------
========================= PRConfig v1r66 2024-01-24 =========================
! 2024-01-24 - commit c670111
- Merge branch 'msaur_Sim10c_expected24_MinBias' into 'master'
Data Challenges: expected 2024 MinBias sample
See merge request lhcb-datapkg/PRConfig!365
! 2024-01-24 - commit 7313326
- Merge branch 'rm-add-sample' into 'master'
Add sample with broken HLT1 DecReports
See merge request lhcb-datapkg/PRConfig!377
! 2024-01-23 - commit 3bd1661
- Merge branch 'lugrazet-BW-testmode' into 'master'
[RTA BW Tests] Check for env variable OVERRIDE_EVTMAX.
See merge request lhcb-datapkg/PRConfig!373
! 2024-01-23 - commit fbce242
- Merge branch 'sevda-clean-up' into 'master'
update the name of the raw bank combiner
See merge request lhcb-datapkg/PRConfig!357
! 2024-01-22 - commit b9ce33b
- Merge branch 'rm-run3-trunk' into 'master'
Fix recently added geometry version to use "run3/trunk"
See merge request lhcb-datapkg/PRConfig!360
! 2024-01-17 - commit b9d858c
- Merge branch 'mveghel-btracking' into 'master'
Add Bu2TauNu heavy-flavour MCHit filtered sample
See merge request lhcb-datapkg/PRConfig!339
! 2024-01-16 - commit 94f327d
- Merge branch 'rjhunter-retire-hlt2_2023-test' into 'master'
Retire hlt2 2023 bandwidth test
See merge request lhcb-datapkg/PRConfig!372
! 2024-01-13 - commit e1fcf99
- Merge branch 'lugrazet-BW-hlt1-inputnevts-isdigi' into 'master'
[RTA BW Tests] When evaluating nevts in input DIGIs should use 'ROOT' not
'MDF'
See merge request lhcb-datapkg/PRConfig!370
! 2024-01-12 - commit 459dd74
- Merge branch 'rjhunter-patch-bw-tests' into 'master'
[RTA BW TESTS] Fix Moore_spruce_latest_bandwidth test
See merge request lhcb-datapkg/PRConfig!371
! 2024-01-08 - commit 2bdf2b8
- Merge branch 'rm-el9-tput' into 'master'
Support EL9 for throughput tests
See merge request lhcb-datapkg/PRConfig!346
! 2023-12-20 - commit fa80cf7
- Merge branch 'lugrazet-BW-hlt1test-exp24minbias' into 'master'
[RTA BW Tests] Use new exp24 minbias for AllenInMoore_Hlt1_Bandwidth test
See merge request lhcb-datapkg/PRConfig!358
! 2023-12-20 - commit 627d1b2
- Merge branch 'lugrazet-BW-spruce-ydayshlt2' into 'master'
[RTA BW Tests] New Sprucing bandwidth test using latest-available HLT2 input.
Closes #12
See merge request lhcb-datapkg/PRConfig!361
! 2023-12-18 - commit 4278f40
- Merge branch 'zcjmodifyfilefromdirac' into 'master'
Modify the functions in FileFromDirac
See merge request lhcb-datapkg/PRConfig!348
! 2023-12-15 - commit dfe0fcc
- Merge branch 'alopezhu_B2JpsiKee2024' into 'master'
Update TestFileDB.py with B2JpsiK,ee sample expected-2024
See merge request lhcb-datapkg/PRConfig!367
! 2023-12-14 - commit 6e92a05
- Merge branch 'lugrazet-qee-ZTrackEff-sprucingturnon' into 'master'
[QEE] [RTA BW Tests] make_muon_hits bind to Spruce Nominal PR test
See merge request lhcb-datapkg/PRConfig!366
========================= PRConfig v1r65 2023-12-07 =========================
! 2023-12-05 - commit 2fd9c22
......
......@@ -17,4 +17,7 @@ if UseDD4Hep:
from Configurables import DDDBConf
DDDBConf().GeometryVersion = 'run3/before-rich1-geom-update-26052022'
from RecoConf.calorimeter_reconstruction import make_digits
make_digits.global_bind(calo_raw_bank=False)
options.evt_max = 1000
......@@ -17,4 +17,7 @@ if UseDD4Hep:
from Configurables import DDDBConf
DDDBConf().GeometryVersion = 'run3/before-rich1-geom-update-26052022'
from RecoConf.calorimeter_reconstruction import make_digits
make_digits.global_bind(calo_raw_bank=False)
options.evt_max = 10000
###############################################################################
# (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/Dev/Beam6800GeV-expected-2024-MagDown-Nu7.6-25ns-Pythia8/Sim10c",
"30000000", ["DIGI"])
options.input_type = "ROOT"
###############################################################################
# (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
options.n_threads = 1
options.event_store = 'EvtStoreSvc'
options.input_raw_format = 0.5
options.first_evt = 0
options.print_freq = 1000
options.dddb_tag = "dddb-20231017"
options.conddb_tag = "sim-20231017-vc-mu100"
options.data_type = "Upgrade"
options.simulation = True
#options.output_level = 0
options.evt_max = 1000
......@@ -13465,6 +13465,26 @@ testfiles(
test_file_db=test_file_db,
)
 
testfiles(
myname='2023_raw_hlt1_269138',
filenames=[
"mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/samples/data/2023_raw_hlt1_269138/Run_0000269138_20230706-083945-793_PLEB01_1930.mdf"
],
qualifiers={
'Author': 'Rosen Matev',
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2023-12-19',
'Simulation': False,
"GeometryVersion": "run3/trunk",
"ConditionsVersion": "master",
"DDDB": "master",
"CondDB": "master",
},
comment=
'Real data selected by HLT1 from run 269138 that is affected by broken HLT1 DecReports, see https://lbproblems.cern.ch/problemdb/problems/15/',
test_file_db=test_file_db)
testfiles(
myname='2023_raw_hlt1_269939',
filenames=[
......