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, std::string> > * = nullptr);
19 
20 #endif
bool DDCheck(std::ostream &)
Definition: DDCheck.cc:162
DDName is used to identify DDD entities uniquely.
Definition: DDName.h:15
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
bool DDCheckMaterials(std::ostream &, std::vector< std::pair< std::string, std::string > > *=0)