Skip to content
Snippets Groups Projects
  • Frank Gaede's avatar
    -- changed Geant4Converter to use a new G4SDFactory · 42e71b57
    Frank Gaede authored
        object to instantiate a G4VSensitiveDetector 
        class
        ->  allows to use pre-existing SD classes 
        -> changed macro DECLARE_SENSITIVEDETECTOR to
           create a factory, thus replace:
           //    typedef Geant4GenericSD<TrackerCombine>  Geant4TrackerCombine;
           typedef SimpleG4SDFactory< Geant4GenericSD<TrackerCombine> >  Geant4TrackerCombine;
    
    42e71b57