Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hallc_replay
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Melanie Cardona
hallc_replay
Commits
83da3201
Commit
83da3201
authored
8 years ago
by
Eric Pooser
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes to replay script, and add 2d histo to hodo def file. Work is ongoing in this regard.
parent
b861d93c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DEF-files/HMS/HODO/hhodoana.def
+2
-0
2 additions, 0 deletions
DEF-files/HMS/HODO/hhodoana.def
SCRIPTS/HMS/replay_hhodo_test_stand.C
+1
-1
1 addition, 1 deletion
SCRIPTS/HMS/replay_hhodo_test_stand.C
with
3 additions
and
1 deletion
DEF-files/HMS/HODO/hhodoana.def
+
2
−
0
View file @
83da3201
...
...
@@ -3,6 +3,8 @@
block H.hod.*
block T.hms.*
TH2F htest '' H.hod.1x.posadcpad H.hod.1x.posadcval 16 1 17 4000 0 40000
TH1F hhodo_h1x_multi 'HMS h1X Multiplicity; Number of Hits; Counts' H.hod.1x.nhits 16 0.5 16.5
TH1F hhodo_h1y_multi 'HMS h1Y Multiplicity; Number of Hits; Counts' H.hod.1y.nhits 10 0.5 10.5
TH1F hhodo_h2x_multi 'HMS h2X Multiplicity; Number of Hits; Counts' H.hod.2x.nhits 16 0.5 16.5
...
...
This diff is collapsed.
Click to expand it.
SCRIPTS/HMS/replay_hhodo_test_stand.C
+
1
−
1
View file @
83da3201
...
...
@@ -16,7 +16,7 @@ void replay_hhodo_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) {
}
// Create file name patterns.
const
char
*
RunFileNamePattern
=
"raw/hms_all_00
0
%d.dat"
;
const
char
*
RunFileNamePattern
=
"raw/hms_all_00%d.dat"
;
const
char
*
ROOTFileNamePattern
=
"ROOTfiles/hhodo_htrig_replay_%d.root"
;
// Add variables to global list.
gHcParms
->
Define
(
"gen_run_number"
,
"Run Number"
,
RunNumber
);
...
...
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