Go to the documentation of this file.
27 edm::LogWarning(
"Geometry") <<
"MuonGeometryNumbering finds unusual start value for copy numbers:"
42 edm::LogVerbatim(
"Geometry") <<
"MuonGeometryNumbering create MuonBaseNumber for " << history;
46 DDGeoHistory::const_iterator cur = history.begin();
47 DDGeoHistory::const_iterator
end = history.end();
62 for (
int i = 1;
i <=
num.getLevels();
i++) {
74 for (
auto const &it :
nodes.tags) {
89 std::vector<const DDsvalues_type *>
result =
part.specifics();
90 std::vector<const DDsvalues_type *>::iterator it =
result.begin();
92 for (; it !=
result.end(); ++it) {
98 std::vector<double>
temp =
val.doubles();
99 if (
temp.size() != 1) {
100 edm::LogError(
"Geometry") <<
"MuonGeometryNumbering:: ERROR: I need only 1 " <<
s <<
" in DDLogicalPart "
std::vector< DDExpandedNode > DDGeoHistory
Geometrical 'path' of the current node up to the root-node.
int getInt(const std::string &s, const DDLogicalPart &part) const
MuonBaseNumber geoHistoryToBaseNumber(const DDGeoHistory &history) const
Log< level::Warning, false > LogWarning
bool DDfetch(const DDsvalues_type *, DDValue &)
helper for retrieving DDValues from DDsvalues_type *.
MuonGeometryNumbering(const MuonGeometryConstants &muonConstants)
A DDLogicalPart aggregates information concerning material, solid and sensitveness ....
int getValue(const std::string &name) const
Log< level::Error, false > LogError
Log< level::Info, true > LogVerbatim