Classes | |
struct | AntennaPattern |
class | AntennaType |
Interface to access antenna characteristics. More... | |
struct | BadPeriod |
class | Channel |
Detector description interface for Channel-related data. More... | |
class | MonitoringSQLManager |
Manager to access monitoring data. More... | |
class | RAntennaTypeXMLManager |
Manager for RD description in XML "AntennaType" files. More... | |
class | RBadStationSQLManager |
Manager for RD Bad Stations. More... | |
class | RBeaconSQLManager |
Manager for RD description of Station-Channels in SQL DB. More... | |
class | RChannelSQLManager |
Manager for RD description of Station-Channels in SQL DB. More... | |
class | RDetector |
Detector description interface for RDetector-related data. More... | |
class | RHardwareProfileXMLManager |
Manager for RD description in XML "HardwareProfile" files. More... | |
class | RManagerRegister |
Singleton MangerRegister for the RD. More... | |
class | RModelsXMLManager |
Manager for RD description in XML "model" files. More... | |
class | RSimulationStationListManager |
Manager for RD description in SQL or XML station lists. More... | |
class | RStationListManager |
Common implementation of the station list manager. More... | |
class | RStationListSQLManager |
Manager for SD description in SQL station lists. More... | |
class | RStationListXMLManager |
Manager for Radio description in XML station lists. More... | |
class | Station |
Detector description interface for Station-related data. More... | |
struct | VectorEffectiveLength |
Typedefs | |
typedef boost::tuple< int, int, int > | ResponseKey |
Functions | |
string | StringToXMLString (const string &str) |
string | Utf8To7Bit (const string &str) |
typedef boost::tuple<int, int, int> rdet::ResponseKey |
RTransferPattern is a struct for managing the effective antenna height at one frequency for all directions. Therefore a two component vector of a complex numbers each is needed. The phase of the complex number has to be continous and not just between 0 and 2Pi to allow for interpolation. This result in two surfaces in (theta, phi) for each component of the vector.
Definition at line 17 of file AntennaType.h.
string rdet::StringToXMLString | ( | const string & | str | ) |
Definition at line 243 of file RStationListManager.cc.
Referenced by rdet::RStationListManager::DumpXML().
string rdet::Utf8To7Bit | ( | const string & | str | ) |
Definition at line 20 of file RStationListSQLManager.cc.
Referenced by sdet::SStationListSQLManager::Init(), rdet::RStationListSQLManager::Update(), and rdet::RSimulationStationListManager::Update().