9 #include "G4LogicalVolume.hh" 16 LogDebug(
"SimG4CoreGeometry") <<
" DDG4SensitiveConverter::upDate() starts";
18 for (
auto ddg4 : ddg4s) {
20 G4LogicalVolume *
result = (ddg4->getG4LogicalVolume());
25 if (sClassName !=
"NotFound") {
26 LogDebug(
"SimG4CoreGeometry") <<
" DDG4SensitiveConverter: Sensitive " << fff <<
" Class Name " << sClassName
27 <<
" ROU Name " << sROUName;
28 fff = result->GetName();
29 catalog.
insert(sClassName, sROUName, fff);
35 std::vector<std::string>
temp;
39 for (
auto stype : result) {
46 if (temp.size() != 1) {
47 edm::LogError(
"SimG4CoreGeometry") <<
"DDG4SensitiveConverter - ERROR: I need 1 " << ss <<
" tags";
49 " DDG4SensitiveConverter::getString Problem with " 50 "Region tags - one and only one allowed: " +
virtual ~DDG4SensitiveConverter()
std::vector< DDG4Dispatchable * > DDG4DispContainer
void upDate(const DDG4DispContainer &ddg4s, SensitiveDetectorCatalog &)
bool DDfetch(const DDsvalues_type *, DDValue &)
helper for retrieving DDValues from DDsvalues_type *.
void insert(const std::string &, const std::string &, const std::string &)
std::vector< const DDsvalues_type * > specifics(void) const
returns the specific-data attached to the LogicalPart only (not to a DDExpandedNode) ...
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
std::string getString(const std::string &, const DDLogicalPart *)
const std::vector< std::string > & strings() const
a reference to the std::string-valued values stored in the given instance of DDValue ...