|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SCT_GEOMODEL_SCT_FSIHELPER_H
6 #define SCT_GEOMODEL_SCT_FSIHELPER_H
68 const std::vector<const FSIDetails *> &
fsiVector(
int wheel)
const;
81 #endif // SCT_GEOMODEL_SCT_FSIHELPER_H
FSIDetails(const FSILocation *location, int simType, const std::string &simTypeString, const std::string &locationType, const std::string &actualType)
std::map< std::string, std::unique_ptr< FSILocation > > m_locationTypes
std::vector< std::vector< const FSIDetails * > > m_wheelLocMapConst
const std::string & name() const
const std::vector< const FSIDetails * > & fsiVector(int wheel) const
FSILocation(const std::string &name, double radius, double phi, int side)
FSIHelper(SCT_DataBase *rdb)
std::vector< std::vector< std::unique_ptr< FSIDetails > > > m_wheelLocMap
const std::string & simTypeString() const
const FSILocation & location() const
const std::string & locationType() const
const std::string & actualType() const
const FSILocation * m_location