Skip to content
Snippets Groups Projects
Commit be1b2add authored by Oliver Kirsebom's avatar Oliver Kirsebom
Browse files

labr energy calibration

parent ab3bc34c
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,10 @@ int main( int argc, char* argv[] ){
// double a0 = 30.0, a1 = 1.252, a2 = 0; // old calibration
double a0 = 24.0, a1 = 1.226, a2 = 0; // calibration based on runs 286 and 294
sorter->setCalibration(0, a0, a1, a2);
// LaBr energy calibration
a0 = -53; a1 = 1.30; a2 = 0; // elog entry #3
sorter->setCalibration(2, a0, a1, a2);
// set software trigger
if (trigger.size() > 0) {
......
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