CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DetectorDescription/RegressionTest/interface/DDExpandedViewDump.h

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