Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -23,9 +23,15 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// G4MultiFunctionalDetector
//
// Class description:
//
// This is the base class of the sensitive detector which owns
// one or more G4VPrimitiveScorer class objects.
//
// Author: Makoto Asai
// --------------------------------------------------------------------
#ifndef G4MultiFunctionalDetector_h
#define G4MultiFunctionalDetector_h 1
@@ -39,15 +45,10 @@
#include <vector>
class G4VPrimitiveScorer;
// class description:
//
// This is the base class of the sensitive detector which owns
// one or more G4VPrimitiveScorer class objects.
class G4MultiFunctionalDetector : public G4VSensitiveDetector
{
public:
G4MultiFunctionalDetector(G4String);
G4MultiFunctionalDetector(const G4String&);
~G4MultiFunctionalDetector() override;
G4bool RegisterPrimitive(G4VPrimitiveScorer*);