20 os <<
"LogicalPart: " << lp <<
" is not defined!" << std::endl;
25 os <<
"LogicalPart: " << lp <<
"| no solid defined, solid="
26 << lp.
solid() << std::endl;
29 os <<
"LogicalPart: " << lp <<
"| solid not init, solid="
30 << lp.
solid() << std::endl;
34 os <<
"LogicalPart: " << lp <<
"| no material defined, material="
50 if (nb.first != nb.second) {
51 for (; nb.first != nb.second; ++(nb.first)) {
52 if (! nb.first->second ) {
53 edm::LogInfo (
"DDCheck") <<
"PosData of LogicalPart " << lp.
name() <<
" missing." << std::endl;
54 edm::LogInfo (
"DDCheck") <<
" the LogicalPart is meant to be a daughter volume, but its position is missing!" << std::endl;
61 os <<
"Rotationmatrix is not defined: " << r << std::endl;
73 os << std::endl <<
"Checking connectivity of CompactView:" << std::endl;
80 std::map<DDLogicalPart,bool> visited;
83 visited[wkr.
current().first]=
true;
86 visited[wkr.
current().first]=
true;
88 os <<
" CompactView has " << visited.size()
89 <<
" (multiple-)connected LogicalParts with root=" << cpv.
root().
ddname() << std::endl;
97 for(; it < g.
size(); ++it) {
104 os <<
" There were " << uc <<
" unconnected nodes found." << std::endl << std::endl;
107 os <<
" ****************************************************************************" << std::endl;
108 os <<
" WARNING: The geometrical hierarchy may not be complete. " << std::endl
109 <<
" Expect unpredicted behaviour using DDCore/interface (i.e. SEGFAULT)"
111 os <<
" ****************************************************************************" << std::endl;
127 std::map< std::pair<std::string,std::string>,
int > lp_names;
130 for(; it < g.
size(); ++it) {
134 std::map< std::pair<std::string,std::string>,
int >::iterator mit = lp_names.
begin();
137 for (; mit != lp_names.end(); ++ mit) {
138 if (mit->second >1) {
139 os <<
"interesting: " << mit->first.first <<
":" << mit->first.second
140 <<
" counted " << mit->second <<
" times!" << std::endl;
141 os <<
" Names of LogicalParts seem not to be unique!" << std::endl << std::endl;
150 for(it=0; it < g.
size(); ++it) {
170 os <<
"DDCore: start comprehensive checking" << std::endl;
179 os <<
"DDCore: end of comprehensive checking" << std::endl;
182 edm::LogError(
"DDCheck") << std::endl <<
"DDD:DDCore:DDCheck: found inconsistency problems!" << std::endl;
198 os <<
"DDCore: start comprehensive checking" << std::endl;
207 os <<
"DDCore: end of comprehensive checking" << std::endl;
210 edm::LogError(
"DDCheck") << std::endl <<
"DDD:DDCore:DDCheck: found inconsistency problems!" << std::endl;
adj_list::size_type size() const
def_type isDefined() const
std::pair< edge_iterator, edge_iterator > edge_range
DDSolidShape shape() const
The type of the solid.
bool DDCheck(std::ostream &os)
bool DDCheckLP(const DDLogicalPart &lp, std::ostream &os)
const graph_type & graph() const
Provides read-only access to the data structure of the compact-view.
const std::string & ns() const
Returns the namespace.
const N & nodeData(const edge_type &) const
const E & edgeData(index_type i) const
type of data representation of DDCompactView
const DDMaterial & material() const
Returns a reference object of the material this LogicalPart is made of.
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Represents a uniquely identifyable rotation matrix.
edge_range edges(index_type nodeIndex)
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
bool DDCheckConnect(const DDCompactView &cpv, std::ostream &os)
value_type current() const
bool DDCheckAll(const DDCompactView &cpv, std::ostream &os)
const DDSolid & solid() const
Returns a reference object of the solid being the shape of this LogicalPart.
walker_type walker() const
dont't use ! Proper implementation missing ...
const DDLogicalPart & root() const
returns the DDLogicalPart representing the root of the geometrical hierarchy
static DDI::Store< N, C >::iterator begin()
Provides an exploded view of the detector (tree-view)
const std::string & name() const
Returns the name.
bool DDCheckPD(const DDLogicalPart &lp, DDCompactView::graph_type::edge_range nb, const DDCompactView::graph_type &g, std::ostream &os)