CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PGeometricDetExtra.h
Go to the documentation of this file.
1 #ifndef CondFormats_PGeometricDetExtra_h
2 #define CondFormats_PGeometricDetExtra_h
3 
4 #include <vector>
5 #include <string>
6 
8 
9  public:
12 
13  struct Item{
14  int _geographicalId; // to be converted to DetId
15  // std::vector< DDExpandedNode > _parents; DO NOT SAVE!
16  //GeoHistory _parents;
17  double _volume;
18  double _density;
19  double _weight;
20  int _copy;
21  std::string _material;
22  };
23 
24  std::vector<Item> pgdes_;
25 
26 };
27 
28 #endif
29 
std::vector< Item > pgdes_