Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hconline
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
jlab
hallc
analyzer_software
hconline
Merge requests
!2
Gui
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Gui
gui
into
master
Overview
0
Commits
3
Pipelines
0
Changes
8
Merged
Chao Peng
requested to merge
gui
into
master
5 years ago
Overview
0
Commits
3
Pipelines
0
Changes
8
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8ab5a985
3 commits,
5 years ago
8 files
+
112
−
99
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
gui/conf/monitor_HMS.conf
+
2
−
4
Options
@@ -12,10 +12,8 @@ ywindow = ${clean} && H.gtr.y < 2 && H.gtr.y > -2
# empty draw_opt will use default draw options
Kinematic
{
1
""
COPY
hkin_q2
2
""
COPY
hkin_omega
# 1 "" TH1F mon_hq2 "HMS Q^{2}; Q^{2} (GeV^{2}); Number of Entries" H.kin.Q2 clean "(100, 0, 10)"
# 2 "" TH1F mon_hom "HMS Omega; E_{beam} - E_{scat} (GeV); Number of Entries" H.kin.omega clean "(100, 0, 2)"
1
""
TH1F
mon_hq2
"HMS Q^{2}; Q^{2} (GeV^{2}); Number of Entries"
H
.
kin
.
Q2
clean
"(100, 0, 2)"
2
""
TH1F
mon_hom
"HMS Omega; E_{beam} - E_{scat} (GeV); Number of Entries"
H
.
kin
.
omega
clean
"(100, 0, 2)"
3
""
TH1F
mon_hw
"HMS W; W (GeV); Number of Entries"
H
.
kin
.
W
clean
"(100, 0, 2)"
4
""
TH1F
mon_hth
"HMS Scattering Angle Theta; HMS Scattering Angle (deg); Number of Entries"
H
.
kin
.
scat_ang_deg
clean
"(200, 6, 35)"
}
Loading