00001 #ifndef DDExpandedViewDump_h 00002 #define DDExpandedViewDump_h 00003 00004 #include <iostream> 00005 #include "DetectorDescription/Core/interface/DDExpandedView.h" 00006 00007 void DDExpandedViewDump(ostream &, DDExpandedView &, size_t skip=0, size_t mx=0); 00008 00009 #endif