Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
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
jlab
hallc
analyzer_software
hcana
Commits
84fdaea8
Commit
84fdaea8
authored
8 years ago
by
Stephen A. Wood
Browse files
Options
Downloads
Patches
Plain Diff
In output.def get fp times from scintillator class not hodoscope class
parent
cfd60230
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/output.def
+10
-10
10 additions, 10 deletions
examples/output.def
with
10 additions
and
10 deletions
examples/output.def
+
10
−
10
View file @
84fdaea8
...
...
@@ -170,12 +170,12 @@ TH1F hdc2v1_dd 'HDC 2V1 Drift Distance' H.dc.2v1.dist 300 -0.1 0.6
TH1F hdc2y2_dd 'HDC 2Y2 Drift Distance' H.dc.2y2.dist 300 -0.1 0.6
TH1F hdc2x2_dd 'HDC 2X2 Drift Distance' H.dc.2x2.dist 300 -0.1 0.6
formula Hhodtdif1 H.hod.
fpHitsTime[0]-H.hod.fpHitsTime[1]
formula Hhodtdif2 H.hod.
fpHitsTime[0]-H.hod.fpHitsTime[2]
formula Hhodtdif3 H.hod.
fpHitsTime[0]-H.hod.fpHitsTime[3]
formula Hhodtdif4 H.hod.
fpHitsTime[1]-H.hod.fpHitsTime[2]
formula Hhodtdif5 H.hod.
fpHitsTime[1]-H.hod.fpHitsTime[3]
formula Hhodtdif6 H.hod.
fpHitsTime[2]-H.hod.fpHitsTime[3]
formula Hhodtdif1 H.hod.
1x.fptime-H.hod.1y.fptime
formula Hhodtdif2 H.hod.
1x.fptime-H.hod.2x.fptime
formula Hhodtdif3 H.hod.
1x.fptime-H.hod.2y.fptime
formula Hhodtdif4 H.hod.
1y.fptime-H.hod.2x.fptime
formula Hhodtdif5 H.hod.
1y.fptime-H.hod.2y.fptime
formula Hhodtdif6 H.hod.
2x.fptime-H.hod.2y.fptime
# Focal Plane times
TH1F htimedif1 ' Time dif of plane 1 and 2' Hhodtdif1 80 -40. 40.
...
...
@@ -185,10 +185,10 @@ TH1F htimedif4 ' Time dif of plane 2 and 3' Hhodtdif4 80 -40. 40.
TH1F htimedif5 ' Time dif of plane 2 and 4' Hhodtdif5 80 -40. 40.
TH1F htimedif6 ' Time dif of plane 3 and 4' Hhodtdif6 80 -40. 40.
TH1F hs1xfptime 'HODO s1x fptime' H.hod.
fpHitsTime[0]
80 0 80 H.hod.goodstarttime
TH1F hs1yfptime 'HODO s1y fptime' H.hod.
fpHitsTime[1]
80 0 80 H.hod.goodstarttime
TH1F hs2xfptime 'HODO s2x fptime' H.hod.
fpHitsTime[2]
80 0 80 H.hod.goodstarttime
TH1F hs2yfptime 'HODO s2y fptime' H.hod.
fpHitsTime[3]
80 0 80 H.hod.goodstarttime
TH1F hs1xfptime 'HODO s1x fptime' H.hod.
1x.fptime
80 0 80 H.hod.goodstarttime
TH1F hs1yfptime 'HODO s1y fptime' H.hod.
1y.fptime
80 0 80 H.hod.goodstarttime
TH1F hs2xfptime 'HODO s2x fptime' H.hod.
2x.fptime
80 0 80 H.hod.goodstarttime
TH1F hs2yfptime 'HODO s2y fptime' H.hod.
2y.fptime
80 0 80 H.hod.goodstarttime
TH1F starttime 'HODO start time' H.hod.starttime 80 0 80 H.hod.goodstarttime
#SOS
...
...
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