Geant4  10.02.p03
MCTruthTrackInformation Class Reference

#include <MCTruthTrackInformation.hh>

Inheritance diagram for MCTruthTrackInformation:
Collaboration diagram for MCTruthTrackInformation:

Public Member Functions

 MCTruthTrackInformation ()
 
virtual ~MCTruthTrackInformation ()
 
void Print () const
 
void SetDirectParent (G4bool value)
 
G4bool GetDirectParent () const
 

Private Attributes

G4bool directParent
 

Detailed Description

Definition at line 47 of file MCTruthTrackInformation.hh.

Constructor & Destructor Documentation

◆ MCTruthTrackInformation()

MCTruthTrackInformation::MCTruthTrackInformation ( )

Definition at line 43 of file MCTruthTrackInformation.cc.

44 {
45  directParent = true;
46 }

◆ ~MCTruthTrackInformation()

MCTruthTrackInformation::~MCTruthTrackInformation ( )
virtual

Definition at line 48 of file MCTruthTrackInformation.cc.

49 {
50 }

Member Function Documentation

◆ GetDirectParent()

G4bool MCTruthTrackInformation::GetDirectParent ( ) const
inline

Definition at line 58 of file MCTruthTrackInformation.hh.

Here is the caller graph for this function:

◆ Print()

void MCTruthTrackInformation::Print ( void  ) const
inline

Definition at line 55 of file MCTruthTrackInformation.hh.

55 {};

◆ SetDirectParent()

void MCTruthTrackInformation::SetDirectParent ( G4bool  value)
inline

Definition at line 57 of file MCTruthTrackInformation.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ directParent

G4bool MCTruthTrackInformation::directParent
private

Definition at line 62 of file MCTruthTrackInformation.hh.


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