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
abfd9aa8
Commit
abfd9aa8
authored
8 years ago
by
Eric Pooser
Browse files
Options
Downloads
Patches
Plain Diff
Load HMS DC cosmic parameter file
parent
fe365adc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SCRIPTS/replay_hms.C
+4
-1
4 additions, 1 deletion
SCRIPTS/replay_hms.C
with
4 additions
and
1 deletion
SCRIPTS/replay_hms.C
+
4
−
1
View file @
abfd9aa8
...
...
@@ -17,7 +17,7 @@ void replay_hms(Int_t RunNumber=0, Int_t MaxEvent=0) {
// Create file name patterns.
const
char
*
RunFileNamePattern
=
"raw/test_%d.dat"
;
const
char
*
ROOTFileNamePattern
=
"ROOTfiles/
hms1190
_%d.root"
;
const
char
*
ROOTFileNamePattern
=
"ROOTfiles/
test
_%d.root"
;
// Add variables to global list.
gHcParms
->
Define
(
"gen_run_number"
,
"Run Number"
,
RunNumber
);
gHcParms
->
AddString
(
"g_ctp_database_filename"
,
"DBASE/standard.database"
);
...
...
@@ -29,6 +29,9 @@ void replay_hms(Int_t RunNumber=0, Int_t MaxEvent=0) {
gHcParms
->
Load
(
gHcParms
->
GetString
(
"g_ctp_kinematics_filename"
),
RunNumber
);
gHcParms
->
Load
(
gHcParms
->
GetString
(
"g_ctp_parm_filename"
));
// Load params for HMS DC test stand configuration
gHcParms
->
Load
(
"PARAM/hdc_test_stand.param"
);
// Generate db_cratemap to correspond to map file contents via Pearl script.
//char command[100];
//sprintf(
...
...
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