Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZX_PostProcessingPlotter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
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
Christian Weber
ZX_PostProcessingPlotter
Merge requests
!3
The source project of this merge request has been removed.
Minor fix
Merged
Minor fix
(removed):master
into
setup_CI_and_container
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Rui Zhang
requested to merge
(removed):master
into
setup_CI_and_container
2 years ago
Overview
0
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
setup_CI_and_container
version 1
7f191b8c
2 years ago
setup_CI_and_container (base)
and
latest version
latest version
5b15a0d1
3 commits,
2 years ago
version 1
7f191b8c
2 commits,
2 years ago
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
limitSetting/limitSetting.py
+
4
−
0
Options
@@ -1128,7 +1128,11 @@ if __name__ == '__main__':
# expectedLimitsGraph_1Sigma, expectedLimitsGraph_2Sigma , colorScheme = ROOT.kRed , writeTo = writeTFile)
<<<<<<<
limitSetting
/
limitSetting
.
py
writeLimitsToCSV
(
{
"
lowLimit2Sigma
"
:
lowLimits2SigDict
,
"
lowLimit1Sigma
"
:
lowLimits1SigDict
,
"
bestEstimate
"
:
bestEstimateDict
,
"
expectedLimit
"
:
expectedLimitDict
,
"
upperLimit1Sigma
"
:
upperLimits1SigDict
,
"
upperLimit2Sigma
"
:
upperLimits2SigDict
}
)
=======
writeLimitsToCSV
(
{
"
lowLimit2Sigma
"
:
lowLimits2SigDict
,
"
lowLimit1Sigma
"
:
lowLimits1SigDict
,
"
bestEstimate
"
:
bestEstimateDict
,
"
expectedLimit
"
:
expectedLimitDict
"
upperLimit1Sigma
"
:
upperLimits1SigDict
,
"
upperLimit2Sigma
"
:
upperLimits2SigDict
}
)
>>>>>>>
limitSetting
/
limitSetting
.
py
###############################################
Loading