CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/DetectorDescription/Core/interface/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