9 #include "GaudiKernel/SystemOfUnits.h"
26 const std::string & simTypeString,
27 const std::string & locationType,
28 const std::string & actualType)
29 : m_location(location),
31 m_simTypeStr(simTypeString),
32 m_locType(locationType),
33 m_actualType(actualType)
72 if (simTypeCheck != simType) std::cout <<
"Error in simType to index match in table SctFwdFSIType" << std::endl;
75 if (!location) std::cout <<
"Error filling FSI information. No FSI of type " << locationType <<
" found" << std::endl;
76 std::unique_ptr<FSIDetails> fsi = std::make_unique<FSIDetails>(location, simType, simTypeString, locationType, actualType);
79 std::cout <<
"Error in FSIHelper: wheel number is out of range: " << iWheel << std::endl;
88 const std::vector<const FSIDetails *> &