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 
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 
#define COND_SERIALIZABLE
Definition: Serializable.h:38