23 template <>
void Converter<Geant4>::operator()(
xml_h e)
const;
24 template <>
void Converter<GdmlFile>::operator()(
xml_h e)
const;
25 template <>
void Converter<Property>::operator()(
xml_h e)
const;
26 template <>
void Converter<SensitiveDetector>::operator()(
xml_h e)
const;
31 template <>
void Converter<Geant4>::operator()(
xml_h element)
const {
35 xml_coll_t(compact,
_U(sensitive_detectors)).
for_each(
_U(sd), Converter < SensitiveDetector > (description, param));
38 static long create_Geant4(
Detector& description,
const xml_h& element) {
39 (Converter < Geant4 > (description))(element);
45 (Converter < Geant4 > (description))(element);