CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PTrackerParameters.h
Go to the documentation of this file.
1 #ifndef CondFormats_GeometryObjects_PTrackerParameters_h
2 #define CondFormats_GeometryObjects_PTrackerParameters_h
3 
5 
7 {
8  public:
9  PTrackerParameters( void ) { }
10  ~PTrackerParameters( void ) { }
11 
12  struct Item
13  {
14  int id;
15  std::vector<int> vpars;
16 
18  };
19 
20  std::vector<Item> vitems;
21  std::vector<int> vpars;
22 
24 };
25 
26 #endif
std::vector< int > vpars
std::vector< Item > vitems
std::vector< int > vpars
#define COND_SERIALIZABLE
Definition: Serializable.h:37