#include <SCT_FSIHelper.h>
Definition at line 61 of file SCT_FSIHelper.h.
◆ FSIHelper()
◆ ~FSIHelper()
FSIHelper::~FSIHelper |
( |
| ) |
|
◆ fill()
Definition at line 52 of file SCT_FSIHelper.cxx.
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;
◆ fsiVector()
◆ m_locationTypes
std::map<std::string, std::unique_ptr<FSILocation> > FSIHelper::m_locationTypes |
|
private |
◆ m_rdb
◆ m_wheelLocMap
std::vector<std::vector<std::unique_ptr<FSIDetails> > > FSIHelper::m_wheelLocMap |
|
private |
◆ m_wheelLocMapConst
std::vector<std::vector<const FSIDetails *> > FSIHelper::m_wheelLocMapConst |
|
private |
The documentation for this class was generated from the following files: