Skip to content
Snippets Groups Projects
Commit a3a20a16 authored by hallc-online's avatar hallc-online
Browse files

added fadc debug parameter file for shms calorimeter

parent 3b9fea3d
No related branches found
No related tags found
No related merge requests found
phgcer_debug_adc = 1 phgcer_debug_adc = 1
pngcer_debug_adc = 1 pngcer_debug_adc = 1
paero_debug_adc = 1 paero_debug_adc = 1
\ No newline at end of file pcal_debug_adc = 1
\ No newline at end of file
...@@ -32,6 +32,7 @@ void replay_pcal_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { ...@@ -32,6 +32,7 @@ void replay_pcal_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) {
// Load the Hall C style detector map // Load the Hall C style detector map
gHcDetectorMap = new THcDetectorMap(); gHcDetectorMap = new THcDetectorMap();
gHcDetectorMap->Load("MAPS/SHMS/DETEC/pcal.map"); gHcDetectorMap->Load("MAPS/SHMS/DETEC/pcal.map");
gHcParms->Load("PARAM/SHMS/GEN/p_fadc_debug.param");
// Set up the equipment to be analyzed. // Set up the equipment to be analyzed.
THaApparatus* SHMS = new THcHallCSpectrometer("P", "SHMS"); THaApparatus* SHMS = new THcHallCSpectrometer("P", "SHMS");
......
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