CMS 3D CMS Logo

PGeometricDetExtra.h
Go to the documentation of this file.
1 #ifndef CondFormats_PGeometricDetExtra_h
2 #define CondFormats_PGeometricDetExtra_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
std::vector< Item > pgdes_
#define COND_SERIALIZABLE
Definition: Serializable.h:38