Skip to content
Snippets Groups Projects
Commit b79298cb authored by adrien-matta's avatar adrien-matta
Browse files

* Fixing CsI data missing clear

parent 8388997c
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,14 @@ void TCsIData::Clear() ...@@ -44,6 +44,14 @@ void TCsIData::Clear()
// Time // Time
fCsI_T_Number.clear(); fCsI_T_Number.clear();
fCsI_T_Time.clear(); fCsI_T_Time.clear();
// PhotoDiode
fPhotoDiode_E_Energy.clear();
fPhotoDiode_E_Number.clear();
fPhotoDiode_T_Time.clear();
fPhotoDiode_T_Number.clear();
} }
......
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