CMS 3D CMS Logo

StructureType.h
Go to the documentation of this file.
1 #ifndef Alignment_CommonAlignment_StructureType_h
2 #define Alignment_CommonAlignment_StructureType_h
3 
15 namespace align
16 {
18  {
19  notfound = -1,
20  invalid = 0,
23 
24  // Barrel Pixel
27  TPBLayer, // = 5
30 
31  // Forward Pixel
34  TPEBlade, // = 10
38 
39  // Tracker Inner Barrel
41  TIBString, // = 15
46  TIBBarrel, // = 20
47 
48  // Tracker Inner Disks
53  TIDEndcap, // = 25
54 
55  // Tracker Outer Barrel
60  TOBBarrel, // = 30
61 
62  // Tracker Endcaps
67  TECDisk, // = 35
69 
72  Tracker, // = 39
73 
74  // Muon Detector, not touching these now
80  AlignableDTLayer, // = 105
87 
88  Detector, // = 112 (what for?)
89 
90  Extras = 1000,
92  };
93 }
94 
95 #endif