Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Moore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Moore
Merge requests
!2107
Adding qmtest of hlt1_hlt2_comparison
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding qmtest of hlt1_hlt2_comparison
xueting_hlt1_hlt2_compare_qmt
into
master
Overview
20
Commits
4
Pipelines
5
Changes
1
Merged
Xueting Yang
requested to merge
xueting_hlt1_hlt2_compare_qmt
into
master
2 years ago
Overview
20
Commits
4
Pipelines
5
Changes
1
Expand
Adding a new qmtest to compare hlt1 and hlt2 tracks based on
Rec!2843 (merged)
0
0
Merge request reports
Compare
master
version 3
4a11393b
1 year ago
version 2
bd209bf7
2 years ago
version 1
826e5364
2 years ago
master (base)
and
version 2
latest version
3ad9bdd5
4 commits,
1 year ago
version 3
4a11393b
3 commits,
1 year ago
version 2
bd209bf7
2 commits,
2 years ago
version 1
826e5364
1 commit,
2 years ago
1 file
+
35
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Hlt/RecoConf/tests/qmtest/hlt1_hlt2_comparison.qmt
0 → 100644
+
35
−
0
Options
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<!--
(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.
-->
<!--
qmt test to compare tracks from HLT1 to HLT2.
-->
<extension
class=
"GaudiTest.GaudiExeTest"
kind=
"test"
>
<argument
name=
"program"
><text>
gaudirun.py
</text></argument>
<argument
name=
"timeout"
><integer>
2400
</integer></argument>
<argument
name=
"args"
><set>
<text>
$MOOREROOT/tests/options/digi_input_and_conds_Sim10aU1.py
</text>
<text>
$RECOCONFROOT/options/hlt1_hlt2_comparison.py
</text>
</set></argument>
<argument
name=
"use_temp_dir"
><enumeral>
true
</enumeral></argument>
<argument
name=
"reference"
><text>
../refs/hlt1_hlt2_comparison.ref
</text></argument>
<argument
name=
"error_reference"
><text>
../refs/empty.ref
</text></argument>
<argument
name=
"validator"
><text>
from Moore.qmtest.exclusions import ref_preprocessor, counter_preprocessor
validateWithReference(preproc = ref_preprocessor, counter_preproc = counter_preprocessor)
from Moore.qmtest.exclusions import remove_known_warnings
countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0},
stdout=remove_known_warnings(stdout))
</text></argument>
</extension>
Loading