Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
DaVinci
Commits
f32e5dda
Commit
f32e5dda
authored
2 years ago
by
Patrick Koppenburg
Browse files
Options
Downloads
Patches
Plain Diff
Add a protection against Geant info in stderr
parent
1bacca00
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1103
Draft: Add AnalysisHelpers to DaVinci Stack
,
!812
Add a protection against Geant info in stderr
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DaVinciTests/python/DaVinciTests/QMTest/DaVinciExclusions.py
+6
-2
6 additions, 2 deletions
DaVinciTests/python/DaVinciTests/QMTest/DaVinciExclusions.py
with
6 additions
and
2 deletions
DaVinciTests/python/DaVinciTests/QMTest/DaVinciExclusions.py
+
6
−
2
View file @
f32e5dda
###############################################################################
# (c) Copyright 2000-202
1
CERN for the benefit of the LHCb Collaboration #
# (c) Copyright 2000-202
3
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". #
...
...
@@ -72,5 +72,9 @@ remove_known_fluctuating_counters = LineSkipper(regexps=[
r
'
\|
"
Size of compressed data
"
.*
'
])
preprocessor
=
RecPreprocessor
+
remove_uninteresting_lines
+
remove_known_warnings
# appears in stderr
remove_known_errors
=
LineSkipper
(
strings
=
[
'
Info in <TGeoManager>: Changing system of units to Geant4 units (mm, ns, MeV).
'
])
preprocessor
=
RecPreprocessor
+
remove_uninteresting_lines
+
remove_known_warnings
+
remove_known_errors
counter_preprocessor
=
remove_known_fluctuating_counters
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment