Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:12:04

0001 
0002 // Copyright 2020, Jefferson Science Associates, LLC.
0003 // Subject to the terms in the LICENSE file found in the top-level directory.
0004 
0005 #ifndef JANA2_JTESTCALIBRATIONSERVICE_H
0006 #define JANA2_JTESTCALIBRATIONSERVICE_H
0007 
0008 struct JTestCalibrationService: JService {
0009     double getCalibration() {
0010         return 7.0;
0011     }
0012 
0013 };
0014 
0015 #endif //JANA2_JTESTCALIBRATIONSERVICE_H