15 #ifndef GEOMTOOLS_PHYSICAL_VOLUME_H 16 #define GEOMTOOLS_PHYSICAL_VOLUME_H 1 47 const std::string &
get_name()
const;
118 virtual void tree_dump(std::ostream & out_ = std::clog,
119 const std::string & title_ =
"",
120 const std::string & indent_ =
"",
121 bool inherit_ =
false)
const;
124 void _init_defaults_();
126 void _clear_logical_();
128 void _clear_placement_();
136 bool _own_placement_;
145 typedef std::map<std::string, const physical_volume *>
dict_type;
151 #endif // GEOMTOOLS_PHYSICAL_VOLUME_H
Utilities for logging information.