Loading...
Searching...
No Matches
Public Member Functions | List of all members
scavenger::StackingAction Class Reference

Verifies whether physical tracks remain to be processed and triggers the chemical module. More...

#include <Doxymodules_medical.h>

Inheritance diagram for scavenger::StackingAction:
G4UserStackingAction

Public Member Functions

 StackingAction ()
 
 ~StackingAction () override=default
 
void NewStage () override
 

Detailed Description

Verifies whether physical tracks remain to be processed and triggers the chemical module.

Definition at line 354 of file Doxymodules_medical.h.

Constructor & Destructor Documentation

◆ StackingAction()

scavenger::StackingAction::StackingAction ( )

Definition at line 38 of file StackingAction.cc.

◆ ~StackingAction()

scavenger::StackingAction::~StackingAction ( )
overridedefault

Member Function Documentation

◆ NewStage()

void scavenger::StackingAction::NewStage ( )
override

Definition at line 43 of file StackingAction.cc.

43 {
44 if (stackManager->GetNTotalTrack() == 0) {
45 G4DNAChemistryManager::Instance()->Run(); // starts chemistry
46 }
47}

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

Applications | User Support | Publications | Collaboration