Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GlueX.h File Reference
#include <string.h>

Go to the source code of this file.

Enumerations

enum  DetectorSystem_t {
  SYS_NULL = 0x0000, SYS_CDC = 0x0001, SYS_FDC = 0x0002, SYS_BCAL = 0x0004,
  SYS_TOF = 0x0008, SYS_CHERENKOV = 0x0010, SYS_FCAL = 0x0020, SYS_UPV = 0x0040,
  SYS_TAGM = 0x0080, SYS_START = 0x0100, SYS_DIRC = 0x0200, SYS_CCAL = 0x0400,
  SYS_CCAL_REF = 0x0500, SYS_TAGH = 0x0800, SYS_RF = 0x1000, SYS_PS = 0x2000,
  SYS_PSC = 0x4000, SYS_FMWPC = 0x8000, SYS_TPOL = 0x10000, SYS_TAC = 0x20000
}
 

Functions

const char * SystemName (DetectorSystem_t sys)
 
DetectorSystem_t NameToSystem (const char *locSystemName)
 

Enumeration Type Documentation

Enumerator
SYS_NULL 
SYS_CDC 
SYS_FDC 
SYS_BCAL 
SYS_TOF 
SYS_CHERENKOV 
SYS_FCAL 
SYS_UPV 
SYS_TAGM 
SYS_START 
SYS_DIRC 
SYS_CCAL 
SYS_CCAL_REF 
SYS_TAGH 
SYS_RF 
SYS_PS 
SYS_PSC 
SYS_FMWPC 
SYS_TPOL 
SYS_TAC 

Definition at line 15 of file GlueX.h.

Function Documentation