CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DetectorDescription/Core/src/DDCheck.h

Go to the documentation of this file.
00001 #ifndef DDD_DDCheck_h
00002 #define DDD_DDCheck_h
00003 
00004 #include <iostream>
00005 #include <vector>
00006 #include "DetectorDescription/Core/interface/DDName.h"
00007 #include "DetectorDescription/Core/interface/DDCompactView.h"
00008 #include <map>
00009 // some self-consistency checks
00010 
00011 bool DDCheck(std::ostream&);
00012 bool DDCheck(const DDCompactView& cpv, std::ostream&);
00013 bool DDCheckMaterials(std::ostream&, std::vector<std::pair<std::string,DDName> > * = 0);
00014 
00015 #endif