CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types
DTEnums Class Reference

#include <DTEnums.h>

Public Types

enum  DTCellSide { undefLR = 0, Right = 1, Left = 2 }
 Which side of the DT cell. More...
 

Detailed Description

Define some useful enums for DTs

Author
G. Cerminara - INFN Torino

Member Enumeration Documentation

Which side of the DT cell.

Enumerator
undefLR 
Right 
Left 

Definition at line 15 of file DTEnums.h.

15 { undefLR = 0, Right = 1, Left = 2 };