Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VITFinder Class Referenceabstract

#include <G4ITFinder.hh>

+ Inheritance diagram for G4VITFinder:

Public Member Functions

 G4VITFinder ()=default
 
virtual ~G4VITFinder ()=default
 
virtual void Clear ()=0
 
virtual void Push (G4Track *track)=0
 
virtual G4ITType GetITType ()=0
 
virtual void UpdatePositionMap ()=0
 

Protected Attributes

G4int fVerbose = 0
 

Detailed Description

Definition at line 58 of file G4ITFinder.hh.

Constructor & Destructor Documentation

◆ G4VITFinder()

G4VITFinder::G4VITFinder ( )
default

◆ ~G4VITFinder()

virtual G4VITFinder::~G4VITFinder ( )
virtualdefault

Member Function Documentation

◆ Clear()

virtual void G4VITFinder::Clear ( )
pure virtual

Implemented in G4ITFinder< T >.

◆ GetITType()

virtual G4ITType G4VITFinder::GetITType ( )
pure virtual

Implemented in G4ITFinder< T >.

Referenced by G4AllITFinder::RegisterManager().

◆ Push()

virtual void G4VITFinder::Push ( G4Track * track)
pure virtual

Implemented in G4ITFinder< T >.

◆ UpdatePositionMap()

virtual void G4VITFinder::UpdatePositionMap ( )
pure virtual

Implemented in G4ITFinder< T >.

Member Data Documentation

◆ fVerbose

G4int G4VITFinder::fVerbose = 0
protected

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