Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
law-analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
qcd-public
law-analysis
Commits
9dafaba5
Commit
9dafaba5
authored
1 year ago
by
Klaus Rabbertz
Browse files
Options
Downloads
Patches
Plain Diff
Add combine settings for new aggressive merging
parent
38b4a44d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
combine-agg.ini
+68
-0
68 additions, 0 deletions
combine-agg.ini
with
68 additions
and
0 deletions
combine-agg.ini
0 → 100644
+
68
−
0
View file @
9dafaba5
[Paths]
raw_dir
=
.
out_dir
=
Combined
[Observables]
ALL
#> rebin an observable
# observable > observable_rebin : [x0, x1, x2, ... xN]
[Parts]
LO
V
R
RRa
RRb
VV
RV
[Final]
LO
=
LO
R
=
R
V
=
V
RRa
=
RRa
RRb
=
RRb
RV
=
RV
VV
=
VV
NLO
=
LO + R + V
NNLO
=
LO + R + V + RRa + RRb + RV + VV
NLO_only
=
R + V
NNLO_only
=
RRa + RRb + RV + VV
[Options]
#> search the directory structure recursive for data files
# recursive = True
#> output weight tables: for APPLfast
weights
=
True
#> restrict merge to only certain columns: e.g. drop channel breakdown for performance
# columns = ['tot_scale01', 'tot_scale02', 'tot_scale03', 'tot_scale04', 'tot_scale05', 'tot_scale06', 'tot_scale07']
# The outlier rejection is controlled by two numbers:
# - The threshold (something like a deviation from the mean in units of sigma;
# but computed in terms of the inter-quantile distances).
# Lowering this value will flag more points as outliers (default = 4).
# - The highest fraction of points that are allowed to be removed.
# If step 1 flags too many points in a bin, adjust it dynamically to always stay below this fraction.
# This is a safety feature to avoid rejecting too many points (default = 0.05 = 5%).
#
# instead of ~4 sigma, start flagging at ~3 sigma
#trim = (4, 0.05)
#trim = (4, 0.08)
#trim = (3, 0.05)
#trim = (3, 0.08)
trim
=
(3.5, 0.03)
# By default do not use the option below to allow a better suppression of outliers.
# However, if order independence is important like when cross checking two identical
# NNLOJET inputs against each other, e.g. from a fixed- vs. flexible-scale grid comparison,
# then do use the following option.
#k-scan = (None, None, None)
k-scan
=
(None, 3, 0.75)
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