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

#include <G4EntanglementAuxInfo.hh>

+ Inheritance diagram for G4EntanglementAuxInfo:

Public Member Functions

 G4EntanglementAuxInfo (const std::shared_ptr< G4VEntanglementClipBoard > &clipBoard)
 
 ~G4EntanglementAuxInfo ()
 
G4VEntanglementClipBoardGetEntanglementClipBoard () const
 
- Public Member Functions inherited from G4VAuxiliaryTrackInformation
 G4VAuxiliaryTrackInformation ()
 
virtual ~G4VAuxiliaryTrackInformation ()
 
virtual void Print () const
 

Detailed Description

Definition at line 59 of file G4EntanglementAuxInfo.hh.

Constructor & Destructor Documentation

◆ G4EntanglementAuxInfo()

G4EntanglementAuxInfo::G4EntanglementAuxInfo ( const std::shared_ptr< G4VEntanglementClipBoard > & clipBoard)
inline

Definition at line 63 of file G4EntanglementAuxInfo.hh.

65 : fEntanglementClipBoard(clipBoard) {}

◆ ~G4EntanglementAuxInfo()

G4EntanglementAuxInfo::~G4EntanglementAuxInfo ( )
inline

Definition at line 67 of file G4EntanglementAuxInfo.hh.

67{}

Member Function Documentation

◆ GetEntanglementClipBoard()

G4VEntanglementClipBoard * G4EntanglementAuxInfo::GetEntanglementClipBoard ( ) const
inline

Definition at line 69 of file G4EntanglementAuxInfo.hh.

70 {return fEntanglementClipBoard.get();}

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