6 #include "G4LogicalVolume.hh" 14 LogDebug(
"SimG4CoreGeometry") <<
" DDG4SensitiveConverter::upDate() starts" ;
17 for (
auto ddg4 : ddg4s) {
19 G4LogicalVolume *
result = (ddg4->getG4LogicalVolume());
24 if (sClassName !=
"NotFound") {
25 LogDebug(
"SimG4CoreGeometry") <<
" DDG4SensitiveConverter: Sensitive " << fff
26 <<
" Class Name " << sClassName <<
" ROU Name " << sROUName;
27 fff = result->GetName();
28 catalog.
insert(sClassName,sROUName,fff);
36 std::vector<std::string>
temp;
40 for (
auto stype : result) {
46 if (temp.size() != 1) {
47 edm::LogError(
"SimG4CoreGeometry") <<
"DDG4SensitiveConverter - ERROR: I need 1 " << ss <<
" tags" ;
48 throw cms::Exception(
"SimG4CoreGeometry",
" DDG4SensitiveConverter::getString Problem with Region tags - one and only one allowed: " + ss);
std::vector< DDG4Dispatchable * > DDG4DispContainer
virtual ~DDG4SensitiveConverter()
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 ...
SensitiveDetectorCatalog upDate(const DDG4DispContainer &ddg4s)