CMS 3D CMS Logo

PGeometricTimingDetExtra.h
Go to the documentation of this file.
1 #ifndef CondFormats_PGeometricTimingDetExtra_h
2 #define CondFormats_PGeometricTimingDetExtra_h
3 
5 
6 #include <vector>
7 #include <string>
8 
10 public:
13 
14  struct Item {
15  int geographicalId_; // to be converted to DetId
16  // std::vector< DDExpandedNode > parents_; DO NOT SAVE!
17  //GeoHistory _parents;
18  double volume_;
19  double density_;
20  double weight_;
21  int copy_;
23 
25  };
26 
27  std::vector<Item> pgdes_;
28 
30 };
31 
32 #endif
#define COND_SERIALIZABLE
Definition: Serializable.h:38