1 #ifndef _TTOF_CONFIG_H_
2 #define _TTOF_CONFIG_H_
22 void procFile(std::string a_jsonConfig);
46 double getTCal(
int a_targID,
int a_scatID);
Definition: ConfigClasses.h:571
Definition: TTOFConfig.h:17
std::map< std::pair< int, int >, double > m_tCalibs
Definition: TTOFConfig.h:38
TTOFConfig()
default contstructor puts the class into a working but empty state
Definition: TTOFConfig.cpp:3
bool isTarget(int a_ch, int a_modID=0) const
Definition: TTOFConfig.cpp:81
bool isStart(int a_ch, int a_modID=0) const
Definition: TTOFConfig.cpp:75
const ScintConfig & getStartConfig() const
Definition: TTOFConfig.cpp:88
bool isConstructed()
Definition: TTOFConfig.cpp:58
double getTCal(int a_targID, int a_scatID)
Definition: TTOFConfig.cpp:97
void procFile(std::string a_jsonConfig)
Definition: TTOFConfig.cpp:9
bool canDoTiming()
Definition: TTOFConfig.cpp:104
bool isKnown(int a_ch, int a_modID=0) const
Definition: TTOFConfig.cpp:62
const ScintConfig & getTargetConfig() const
Definition: TTOFConfig.cpp:92