|
||||
File indexing completed on 2024-04-06 12:05:15
0001 #ifndef SISTRIPENUMS_H 0002 #define SISTRIPENUMS_H 0003 0004 namespace SiStripSubdetector { 0005 enum Subdetector { UNKNOWN = 0, TIB = 3, TID = 4, TOB = 5, TEC = 6 }; 0006 } 0007 0008 enum class SiStripModuleGeometry { UNKNOWNGEOMETRY, IB1, IB2, OB1, OB2, W1A, W2A, W3A, W1B, W2B, W3B, W4, W5, W6, W7 }; 0009 0010 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |