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

Add raster to analysis script and tree

parent f42cba7c
No related branches found
No related tags found
No related merge requests found
# ENGINE style parameter vs. run number database
50017
g_ctp_parm_filename="PARAM/general.param"
g_decode_map_filename="MAPS/jun04.map"
g_decode_map_filename="MAPS/raster_jun04.map"
# Values taken from Logbook. Not necessarily official.
gpbeam = 4.015
hpcentral = 2.074
......
......@@ -58,6 +58,9 @@
SOS->AddDetector( new THcShower("cal", "Shower" ));
SOS->AddDetector( new THcDC("dc", "Drift Chambers" ));
THaApparatus* BEAM = new THcRasteredBeam("RB","Rastered Beamline");
gHaApps->Add( BEAM );
// setup physics
gHaPhysics->Add( new THaGoldenTrack( "H.gold", "HMS Golden Track", "H" ));
gHaPhysics->Add( new THaGoldenTrack( "S.gold", "SOS Golden Track", "S" ));
......
......@@ -10,6 +10,7 @@ block S.dc.*
block S.hod.*
block S.cal.*
block g.evtyp
block RB.*
# TDC hits per paddle
TH1F hpostdc1 'HMS s1x+ TDC hits' H.hod.1x.postdcpad 16 0.5 16.5
......
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