00001 #ifndef DDNodes_h 00002 #define DDNodes_h 00003 00004 #include <vector> 00005 #include "DetectorDescription/Core/interface/DDExpandedView.h" 00006 00007 class DDNodes : public std::vector<DDExpandedNode> 00008 { 00009 public: 00010 DDNodes() { } 00011 ~DDNodes() { } 00012 }; 00013 00014 #endif