Skip to content
Snippets Groups Projects
Commit 9c04a10c authored by John Matter's avatar John Matter Committed by Eric Pooser
Browse files

Add FADC debug flag=1 to production replay scripts to make raw variables available. (#271)

parent 7b6120f7
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ void replay_production_hms(Int_t RunNumber=0, Int_t MaxEvent=0) { ...@@ -40,6 +40,7 @@ void replay_production_hms(Int_t RunNumber=0, Int_t MaxEvent=0) {
// Load the Hall C detector map // Load the Hall C detector map
gHcDetectorMap = new THcDetectorMap(); gHcDetectorMap = new THcDetectorMap();
gHcDetectorMap->Load("MAPS/HMS/DETEC/STACK/hms_stack.map"); gHcDetectorMap->Load("MAPS/HMS/DETEC/STACK/hms_stack.map");
gHcParms->Load("PARAM/HMS/GEN/h_fadc_debug.param");
// Add trigger apparatus // Add trigger apparatus
THaApparatus* TRG = new THcTrigApp("T", "TRG"); THaApparatus* TRG = new THcTrigApp("T", "TRG");
......
...@@ -40,6 +40,7 @@ void replay_production_shms (Int_t RunNumber = 0, Int_t MaxEvent = 0) { ...@@ -40,6 +40,7 @@ void replay_production_shms (Int_t RunNumber = 0, Int_t MaxEvent = 0) {
// Load the Hall C detector map // Load the Hall C detector map
gHcDetectorMap = new THcDetectorMap(); gHcDetectorMap = new THcDetectorMap();
gHcDetectorMap->Load("MAPS/SHMS/DETEC/STACK/shms_stack.map"); gHcDetectorMap->Load("MAPS/SHMS/DETEC/STACK/shms_stack.map");
gHcParms->Load("PARAM/SHMS/GEN/p_fadc_debug.param");
// Add trigger apparatus // Add trigger apparatus
THaApparatus* TRG = new THcTrigApp("T", "TRG"); THaApparatus* TRG = new THcTrigApp("T", "TRG");
......
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