ATLAS Offline Software
|
#include <list>
#include <map>
#include <vector>
#include <string>
#include "CLHEP/Geometry/Transform3D.h"
#include "AFP_Geometry/AFP_constants.h"
Go to the source code of this file.
Classes | |
struct | AFPTOF_TRAININFO |
struct | AFPTOF_LBARREFDIMENSIONS |
struct | AFPTOF_LBARDIMENSIONS |
struct | AFP_TDCONFIGURATION |
struct | AFP_SIDCONFIGURATION |
struct | AFP_HBPCONFIGURATION |
struct | AFP_CONFIGURATION |
Enumerations | |
enum | eStationElement { ESE_RPOT, ESE_SID, ESE_TOF } |
enum | eSIDTransformType { ESTT_SUPPORT, ESTT_PLATE, ESTT_SENSOR, ESTT_FEI4CHIP, ESTT_VACUUMSENSOR, ESTT_SENSORLOCAL, ESTT_SENSORGLOBAL } |
enum | eAFPStation { EAS_UNKNOWN =-1, EAS_AFP00 =0, EAS_AFP01 =1, EAS_AFP02 =2, EAS_AFP03 =3 } |
enum | eLBarType { ELBT_UNDEFINED =0, ELBT_REGULAR =1, ELBT_METALELBOW =2, ELBT_AIRGUIDE =3, ELBT_HYBRID =4, ELBT_HYBRIDMETALELBOW =5, ELBT_ONEARM =6, ELBT_ONEARMAIRGUIDE =7, ELBT_MIKELBAR =8 } |
enum | eSkinReflectivityMode { ESRM_SINGLE =1, ESRM_SPECTRAL1 =2 } |
enum | eMaterial { EM_VACUUM =0, EM_QUARTZ =1 } |
enum eAFPStation |
Enumerator | |
---|---|
EAS_UNKNOWN | |
EAS_AFP00 | |
EAS_AFP01 | |
EAS_AFP02 | |
EAS_AFP03 |
Definition at line 18 of file AFP_ConfigParams.h.
enum eLBarType |
Enumerator | |
---|---|
ELBT_UNDEFINED | |
ELBT_REGULAR | |
ELBT_METALELBOW | |
ELBT_AIRGUIDE | |
ELBT_HYBRID | |
ELBT_HYBRIDMETALELBOW | |
ELBT_ONEARM | |
ELBT_ONEARMAIRGUIDE | |
ELBT_MIKELBAR |
Definition at line 20 of file AFP_ConfigParams.h.
enum eMaterial |
Enumerator | |
---|---|
EM_VACUUM | |
EM_QUARTZ |
Definition at line 22 of file AFP_ConfigParams.h.
enum eSIDTransformType |
Enumerator | |
---|---|
ESTT_SUPPORT | |
ESTT_PLATE | |
ESTT_SENSOR | |
ESTT_FEI4CHIP | |
ESTT_VACUUMSENSOR | |
ESTT_SENSORLOCAL | |
ESTT_SENSORGLOBAL |
Definition at line 17 of file AFP_ConfigParams.h.
enum eStationElement |
Enumerator | |
---|---|
ESE_RPOT | |
ESE_SID | |
ESE_TOF |
Definition at line 16 of file AFP_ConfigParams.h.