Skip to content
Snippets Groups Projects
Commit 585a5cdc authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Update hodtest example for THcRaster changes

parent 8687a69c
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
! SAER_ID= 16 ADC
! SLUC_ID=17 ADC
!BEAM:
! RASTER_ID= 18 ADC
! BRASTER_ID= 18 ADC
! BPM_ID= 19 ADC
!
! consider subadd equiv. to channel
......
......@@ -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
......@@ -58,7 +58,7 @@
SOS->AddDetector( new THcShower("cal", "Shower" ));
SOS->AddDetector( new THcDC("dc", "Drift Chambers" ));
THaApparatus* BEAM = new THcRasteredBeam("RB","Rastered Beamline");
THaApparatus* BEAM = new THcRasteredBeam("B","Rastered Beamline");
gHaApps->Add( BEAM );
// setup physics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment