Loading...
Searching...
No Matches
Public Member Functions | List of all members
G04SensitiveDetector Class Reference

Sensitive detector to be attached to the GDML geometry. More...

#include <Doxymodules_persistency.h>

Inheritance diagram for G04SensitiveDetector:
G4VSensitiveDetector

Public Member Functions

 G04SensitiveDetector (const G4String &)
 
 ~G04SensitiveDetector ()
 
virtual void Initialize (G4HCofThisEvent *)
 
virtual G4bool ProcessHits (G4Step *, G4TouchableHistory *)
 
virtual void EndOfEvent (G4HCofThisEvent *)
 

Detailed Description

Sensitive detector to be attached to the GDML geometry.

Definition at line 65 of file Doxymodules_persistency.h.

Constructor & Destructor Documentation

◆ G04SensitiveDetector()

G04SensitiveDetector::G04SensitiveDetector ( const G4String name)

Definition at line 41 of file G04SensitiveDetector.cc.

◆ ~G04SensitiveDetector()

G04SensitiveDetector::~G04SensitiveDetector ( )

Definition at line 48 of file G04SensitiveDetector.cc.

49{
50}

Member Function Documentation

◆ Initialize()

void G04SensitiveDetector::Initialize ( G4HCofThisEvent )
virtual

Definition at line 54 of file G04SensitiveDetector.cc.

55{
56}

◆ ProcessHits()

G4bool G04SensitiveDetector::ProcessHits ( G4Step ,
G4TouchableHistory  
)
virtual

Definition at line 60 of file G04SensitiveDetector.cc.

61{
62 G4cout << "Processing hits ...." << G4endl;
63 return true;
64}

◆ EndOfEvent()

void G04SensitiveDetector::EndOfEvent ( G4HCofThisEvent )
virtual

Definition at line 68 of file G04SensitiveDetector.cc.

69{
70}

The documentation for this class was generated from the following files:

Applications | User Support | Publications | Collaboration