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 
5 
6 #include <vector>
7 #include <string>
8 
10 
11  public:
14 
15  struct Item{
16  int _geographicalId; // to be converted to DetId
17  // std::vector< DDExpandedNode > _parents; DO NOT SAVE!
18  //GeoHistory _parents;
19  double _volume;
20  double _density;
21  double _weight;
22  int _copy;
24 
26 };
27 
28  std::vector<Item> pgdes_;
29 
30 
32 };
33 
34 #endif
35 
std::vector< Item > pgdes_
#define COND_SERIALIZABLE
Definition: Serializable.h:37