|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4MultiFunctionalDetector.hh>
Inheritance diagram for G4MultiFunctionalDetector:Protected Member Functions | |
| virtual G4bool | ProcessHits (G4Step *, G4TouchableHistory *) |
Protected Member Functions inherited from G4VSensitiveDetector | |
| virtual G4bool | ProcessHits (G4Step *aStep, G4TouchableHistory *ROhist)=0 |
| virtual G4int | GetCollectionID (G4int i) |
Protected Attributes | |
| std::vector< G4VPrimitiveScorer * > | primitives |
Protected Attributes inherited from G4VSensitiveDetector | |
| G4CollectionNameVector | collectionName |
| G4String | SensitiveDetectorName |
| G4String | thePathName |
| G4String | fullPathName |
| G4int | verboseLevel |
| G4bool | active |
| G4VReadOutGeometry * | ROgeometry |
| G4VSDFilter * | filter |
Definition at line 47 of file G4MultiFunctionalDetector.hh.
| G4MultiFunctionalDetector::G4MultiFunctionalDetector | ( | G4String | name | ) |
Definition at line 37 of file G4MultiFunctionalDetector.cc.
|
virtual |
Definition at line 41 of file G4MultiFunctionalDetector.cc.
|
virtual |
Reimplemented from G4VSensitiveDetector.
Definition at line 108 of file G4MultiFunctionalDetector.cc.
|
virtual |
Reimplemented from G4VSensitiveDetector.
Definition at line 114 of file G4MultiFunctionalDetector.cc.
|
virtual |
Reimplemented from G4VSensitiveDetector.
Definition at line 102 of file G4MultiFunctionalDetector.cc.
|
inline |
Definition at line 61 of file G4MultiFunctionalDetector.hh.
Referenced by G4VScoringMesh::GetPrimitiveScorer(), and G4VScoringMesh::List().
|
inline |
Definition at line 63 of file G4MultiFunctionalDetector.hh.
Referenced by G4VScoringMesh::GetPrimitiveScorer(), and G4VScoringMesh::List().
|
virtual |
Reimplemented from G4VSensitiveDetector.
Definition at line 96 of file G4MultiFunctionalDetector.cc.
|
virtual |
Reimplemented from G4VSensitiveDetector.
Definition at line 120 of file G4MultiFunctionalDetector.cc.
|
protectedvirtual |
Implements G4VSensitiveDetector.
Definition at line 47 of file G4MultiFunctionalDetector.cc.
| G4bool G4MultiFunctionalDetector::RegisterPrimitive | ( | G4VPrimitiveScorer * | aPS | ) |
Definition at line 56 of file G4MultiFunctionalDetector.cc.
Referenced by G4VScoringMesh::SetPrimitiveScorer().
| G4bool G4MultiFunctionalDetector::RemovePrimitive | ( | G4VPrimitiveScorer * | aPS | ) |
Definition at line 82 of file G4MultiFunctionalDetector.cc.
|
protected |
Definition at line 56 of file G4MultiFunctionalDetector.hh.
Referenced by clear(), DrawAll(), EndOfEvent(), GetNumberOfPrimitives(), GetPrimitive(), Initialize(), PrintAll(), ProcessHits(), RegisterPrimitive(), RemovePrimitive(), and ~G4MultiFunctionalDetector().