ATLAS Offline Software
Enumerations
RPCdef.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ViewType { Eta, Phi, NoView }
 
enum  HalfType { Negative, Positive, NoHalf }
 

Enumeration Type Documentation

◆ HalfType

enum HalfType
Enumerator
Negative 
Positive 
NoHalf 

Definition at line 9 of file RPCdef.h.

◆ ViewType

enum ViewType
Enumerator
Eta 
Phi 
NoView 

Definition at line 8 of file RPCdef.h.

8 { Eta, Phi, NoView };
NoHalf
@ NoHalf
Definition: RPCdef.h:9
Phi
@ Phi
Definition: RPCdef.h:8
Negative
@ Negative
Definition: RPCdef.h:9
NoView
@ NoView
Definition: RPCdef.h:8
Positive
@ Positive
Definition: RPCdef.h:9
Eta
@ Eta
Definition: RPCdef.h:8