G4OCCT 0.1.0
Geant4 interface to Open CASCADE Technology (OCCT) geometry definitions
Loading...
Searching...
No Matches
B4c::EventAction Class Reference

#include <EventAction.hh>

Inheritance diagram for B4c::EventAction:

Public Member Functions

 EventAction ()=default
 
 ~EventAction () override=default
 
void BeginOfEventAction (const G4Event *event) override
 
void EndOfEventAction (const G4Event *event) override
 

Detailed Description

Event action class

In EndOfEventAction(), it prints the accumulated quantities of the energy deposit and track lengths of charged particles in Absober and Gap layers stored in the hits collections.

Definition at line 47 of file EventAction.hh.

Constructor & Destructor Documentation

◆ EventAction()

B4c::EventAction::EventAction ( )
default

◆ ~EventAction()

B4c::EventAction::~EventAction ( )
overridedefault

Member Function Documentation

◆ BeginOfEventAction()

void EventAction::BeginOfEventAction ( const G4Event *  event)
override

Definition at line 71 of file EventAction.cc.

◆ EndOfEventAction()

void EventAction::EndOfEventAction ( const G4Event *  event)
override

Definition at line 75 of file EventAction.cc.


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