Class to store KLM time resolution in the database.
More...
#include <KLMTimeResolution.h>
Class to store KLM time resolution in the database.
Definition at line 30 of file KLMTimeResolution.h.
◆ KLMTimeResolution()
◆ ~KLMTimeResolution()
◆ getTimeResolution()
Get time resolution.
- Parameters
-
[in] | channel | Channel number. |
Definition at line 17 of file KLMTimeResolution.cc.
18{
19 std::map<KLMChannelNumber, float>::const_iterator it;
22 return std::numeric_limits<float>::quiet_NaN();
23 return it->second;
24}
std::map< KLMChannelNumber, float > m_TimeResolution
Time resolution.
◆ setTimeResolution()
Set time resolution.
- Parameters
-
[in] | channel | Channel number. |
[in] | resolution | Resolution. |
Definition at line 26 of file KLMTimeResolution.cc.
27{
28 std::map<KLMChannelNumber, float>::iterator it;
32 else
33 it->second = delay;
34}
◆ m_TimeResolution
The documentation for this class was generated from the following files: