Skip to content
Snippets Groups Projects
Commit 3dd0ed01 authored by Pierre Morfouace's avatar Pierre Morfouace
Browse files

new threshold for pista

parent a512080d
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
......@@ -48,7 +48,7 @@ ClassImp(TPISTAPhysics)
m_EventPhysics = this;
m_Spectra = NULL;
m_E_RAW_Threshold = 0; // adc channels
m_E_Threshold = 0; // MeV
m_E_Threshold = 1; // MeV
m_NumberOfDetectors = 0;
m_NumberOfStripsX = 57;
m_NumberOfStripsY = 91;
......@@ -553,10 +553,6 @@ void TPISTAPhysics::ReadAnalysisConfig() {
m_CALIB_BACK_E_PER_STRIP = atoi(DataBuffer.c_str());
cout << whatToDo << " " << m_CALIB_BACK_E_PER_STRIP << endl;
}
else if(whatToDo=="DISABLE_CHANNEL"){
AnalysisConfigFile >> DataBuffer;
cout << whatToDo << " " << DataBuffer << endl;
......
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