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
585a5cdc
Commit
585a5cdc
authored
7 years ago
by
Stephen A. Wood
Browse files
Options
Downloads
Patches
Plain Diff
Update hodtest example for THcRaster changes
parent
8687a69c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/MAPS/raster_jun04.map
+1
-1
1 addition, 1 deletion
examples/MAPS/raster_jun04.map
examples/PARAM/hcana.param
+11
-0
11 additions, 0 deletions
examples/PARAM/hcana.param
examples/hodtest.C
+1
-1
1 addition, 1 deletion
examples/hodtest.C
with
13 additions
and
2 deletions
examples/MAPS/raster_jun04.map
+
1
−
1
View file @
585a5cdc
...
...
@@ -42,7 +42,7 @@
! SAER_ID= 16 ADC
! SLUC_ID=17 ADC
!BEAM:
! RASTER_ID= 18 ADC
!
B
RASTER_ID= 18 ADC
! BPM_ID= 19 ADC
!
! consider subadd equiv. to channel
...
...
This diff is collapsed.
Click to expand it.
examples/PARAM/hcana.param
+
11
−
0
View file @
585a5cdc
...
...
@@ -167,3 +167,14 @@ hcer_region = 30, -30, 0,
30, 30, 30,
.1, .1, .1,
.1, .1, .1
;
; New raster code assumes two rasters
;
gfrxa_adcpercm = gfrx_adcpercm
gfrxb_adcpercm = gfrx_adcpercm
gfrya_adcpercm = gfry_adcpercm
gfryb_adcpercm = gfry_adcpercm
gfrxa_adc_zero_offset = 0.0
gfrxb_adc_zero_offset = 0.0
gfrya_adc_zero_offset = 0.0
gfryb_adc_zero_offset = 0.0
This diff is collapsed.
Click to expand it.
examples/hodtest.C
+
1
−
1
View file @
585a5cdc
...
...
@@ -58,7 +58,7 @@
SOS
->
AddDetector
(
new
THcShower
(
"cal"
,
"Shower"
));
SOS
->
AddDetector
(
new
THcDC
(
"dc"
,
"Drift Chambers"
));
THaApparatus
*
BEAM
=
new
THcRasteredBeam
(
"
R
B"
,
"Rastered Beamline"
);
THaApparatus
*
BEAM
=
new
THcRasteredBeam
(
"B"
,
"Rastered Beamline"
);
gHaApps
->
Add
(
BEAM
);
// setup physics
...
...
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