5#ifndef PANTAUALGS_TOOL_MODEDISCRIMINATOR_H
6#define PANTAUALGS_TOOL_MODEDISCRIMINATOR_H
54 ToolHandle<PanTau::ITool_InformationStore>
m_Tool_InformationStore{
this,
"Tool_InformationStore",
"PanTau::Tool_InformationStore/Tool_InformationStore",
"Handle to the information store tool"};
55 Gaudi::Property<std::string>
m_calib_path{
this,
"calibFolder",
"",
"Location of calib files in cvmfs"};
56 Gaudi::Property<std::string>
m_Name_ModeCase{
this,
"Name_ModeCase",
"InvalidModeCase",
"Name of the two modes to be distinguished for this instance"};
57 Gaudi::Property<std::string>
m_Tool_InformationStoreName{
this,
"Tool_InformationStoreName",
"PanTau::Tool_InformationStore/Tool_InformationStore",
"Handle to the information store tool"};