Skip to content
Snippets Groups Projects
Commit 996cfc2f authored by Yero1990's avatar Yero1990 Committed by Eric Pooser
Browse files

added tdc threhold in the hms hodo parameter file (#464)

parent 1f51bb65
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,9 @@ void WriteFitParam(int runNUM)
outParam << " " << endl;
outParam << " ; use htofusinginvadc=1 if want invadc_offset " << endl;
outParam << " ; invadc_linear, and invadc_adc to be used " << endl;
outParam << "htofusinginvadc=1 " << endl;
outParam << "htofusinginvadc=0 " << endl;
outParam << " " << endl;
outParam << "TDC_threshold=" << tdcThresh << ". ;units of mV " << endl;
outParam << " " << endl;
//Fill 3D Par array
......@@ -339,7 +341,7 @@ void timeWalkCalib(int run) {
using namespace std;
//prevent root from displaying graphs while executing
gROOT->SetBatch(1);
// gROOT->SetBatch(1);
// ROOT settings
gStyle->SetTitleFontSize(fontSize);
......
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