CMS 3D CMS Logo

DDNodes.h

Go to the documentation of this file.
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

Generated on Tue Jun 9 17:32:02 2009 for CMSSW by  doxygen 1.5.4