CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDCheck.h
Go to the documentation of this file.
1 #ifndef DDD_DDCheck_h
2 #define DDD_DDCheck_h
3 
4 #include <iostream>
5 #include <vector>
8 
9 // some self-consistency checks
10 bool DDCheck(std::ostream&);
11 bool DDCheck(const DDCompactView& cpv, std::ostream&);
12 bool DDCheckMaterials(std::ostream&, std::vector<std::pair<std::string,DDName> > * = 0);
13 
14 #endif
bool DDCheck(std::ostream &os)
Definition: DDCheck.cc:156
type of data representation of DDCompactView
Definition: DDCompactView.h:77
bool DDCheckMaterials(std::ostream &, std::vector< std::pair< std::string, DDName > > *=0)
Checks all registered materials and sends a report /p os.