Data Structures | |
class | Factory |
Backend specific configuration factory. More... | |
class | FactoryManager |
struct | SlaveConfig |
The configuration files needed to initialise a ROD slave DSP. More... | |
struct | RodConfig |
Configuration needed for ROD initialisation. More... | |
struct | TimConfig |
Configuration needed for TIM initialisation. More... | |
struct | BOCChannelConfig |
Configuration of a "channel" on a BOC. More... | |
struct | BOCGlobalConfig |
class | Configuration |
Interface to XML configuration file. More... | |
class | ConfigurationException |
Exception thrown by public configuration methods. More... | |
class | ConfigIPC |
Enumerations | |
enum | MURType { BARREL, ENDCAP, UNMAPPED, UNKNOWN } |
enum | EndcapType { ENDCAP_OUTER, ENDCAP_MIDDLE, ENDCAP_SHORT_MIDDLE, ENDCAP_INNER, ENDCAP_UNKNOWN } |
different geometries of endcap module More... | |
Functions | |
EndcapType | sillyEndcapDiskAndNumber (const int disk, const unsigned number) |
A function which never returns and always throws, whilst complaining. | |
EndcapType | getEndcapType (const int disk, const unsigned number) |
|
different geometries of endcap module
Definition at line 9 of file ConfUtilities.h. |
|
A function which never returns and always throws, whilst complaining.
Definition at line 54 of file ConfUtilities.h. Referenced by getEndcapType(). |