Geant4-11
Public Member Functions | Private Attributes
G4EntanglementAuxInfo Class Reference

#include <G4EntanglementAuxInfo.hh>

Inheritance diagram for G4EntanglementAuxInfo:
G4VAuxiliaryTrackInformation

Public Member Functions

 G4EntanglementAuxInfo (const std::shared_ptr< G4VEntanglementClipBoard > &clipBoard)
 
G4VEntanglementClipBoardGetEntanglementClipBoard () const
 
virtual void Print () const
 
 ~G4EntanglementAuxInfo ()
 

Private Attributes

std::shared_ptr< G4VEntanglementClipBoardfEntanglementClipBoard
 

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) {}
std::shared_ptr< G4VEntanglementClipBoard > fEntanglementClipBoard

◆ ~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();}

References fEntanglementClipBoard.

◆ Print()

void G4VAuxiliaryTrackInformation::Print ( ) const
virtualinherited

Reimplemented in G4BOptrForceCollisionTrackData, and G4ChannelingTrackData.

Definition at line 37 of file G4VAuxiliaryTrackInformation.cc.

38{
39 G4cout << "G4VAuxiliaryTrackInformation base class -- no concrete "
40 "information available"
41 << G4endl;
42}
#define G4endl
Definition: G4ios.hh:57
G4GLOB_DLL std::ostream G4cout

References G4cout, and G4endl.

Field Documentation

◆ fEntanglementClipBoard

std::shared_ptr<G4VEntanglementClipBoard> G4EntanglementAuxInfo::fEntanglementClipBoard
private

Definition at line 74 of file G4EntanglementAuxInfo.hh.

Referenced by GetEntanglementClipBoard().


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