CMS 3D CMS Logo

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 <string>
6 #include <utility>
7 #include <vector>
8 
11 
12 class DDCompactView;
13 class DDName;
14 
15 // some self-consistency checks
16 bool DDCheck(std::ostream&);
17 bool DDCheck(const DDCompactView& cpv, std::ostream&);
18 bool DDCheckMaterials(std::ostream&, std::vector<std::pair<std::string,DDName> > * = nullptr);
19 
20 #endif
bool DDCheck(std::ostream &)
Definition: DDCheck.cc:163
DDName is used to identify DDD entities uniquely.
Definition: DDName.h:15
type of data representation of DDCompactView
Definition: DDCompactView.h:90
bool DDCheckMaterials(std::ostream &, std::vector< std::pair< std::string, DDName > > *=0)
Checks all registered materials and sends a report /p os.