Geant4-11
Public Member Functions
G4VProcessPlacer Class Referenceabstract

#include <G4VProcessPlacer.hh>

Inheritance diagram for G4VProcessPlacer:
G4ProcessPlacer

Public Member Functions

virtual void AddProcessAsLastDoIt (G4VProcess *process)=0
 
virtual void AddProcessAsSecondDoIt (G4VProcess *process)=0
 
 G4VProcessPlacer ()
 
virtual void RemoveProcess (G4VProcess *process)=0
 
virtual ~G4VProcessPlacer ()
 

Detailed Description

Definition at line 45 of file G4VProcessPlacer.hh.

Constructor & Destructor Documentation

◆ G4VProcessPlacer()

G4VProcessPlacer::G4VProcessPlacer ( )

Definition at line 37 of file G4VProcessPlacer.cc.

38{}

◆ ~G4VProcessPlacer()

G4VProcessPlacer::~G4VProcessPlacer ( )
virtual

Definition at line 39 of file G4VProcessPlacer.cc.

40{}

Member Function Documentation

◆ AddProcessAsLastDoIt()

virtual void G4VProcessPlacer::AddProcessAsLastDoIt ( G4VProcess process)
pure virtual

Implemented in G4ProcessPlacer.

◆ AddProcessAsSecondDoIt()

virtual void G4VProcessPlacer::AddProcessAsSecondDoIt ( G4VProcess process)
pure virtual

Implemented in G4ProcessPlacer.

◆ RemoveProcess()

virtual void G4VProcessPlacer::RemoveProcess ( G4VProcess process)
pure virtual

Implemented in G4ProcessPlacer.


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