CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCObAlignment.h
Go to the documentation of this file.
1 /*
2  * Payload definition(s): Chamber Alignment (RPCObAlignment)
3  *
4  * $Date: 2009/11/16 12:53:47 $
5  * $Revision: 1.3 $
6  * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
7  */
8 
9 #ifndef RPCObAlignment_h
10 #define RPCObAlignment_h
11 #include <vector>
12 
14  public:
15  struct Alignment_Item {
16 
17  int dpid;
18  float alocalX;
19  float alocalPhi;
20  };
22  virtual ~RPCObAlignment(){}
23  std::vector<Alignment_Item> ObAlignment_rpc;
24  };
25 
26 #endif
27 
std::vector< Alignment_Item > ObAlignment_rpc
virtual ~RPCObAlignment()