Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
MCTruthTrackInformation Class Reference

#include <MCTruthTrackInformation.hh>

Inheritance diagram for MCTruthTrackInformation:
G4VUserTrackInformation

Public Member Functions

 MCTruthTrackInformation ()
 
virtual ~MCTruthTrackInformation ()
 
void Print () const
 
void SetDirectParent (G4bool value)
 
G4bool GetDirectParent () const
 
- Public Member Functions inherited from G4VUserTrackInformation
 G4VUserTrackInformation ()
 
 G4VUserTrackInformation (const G4String &infoType)
 
 G4VUserTrackInformation (const G4VUserTrackInformation &)
 
G4VUserTrackInformationoperator= (const G4VUserTrackInformation &)
 
virtual ~G4VUserTrackInformation ()
 
const G4StringGetType () const
 

Additional Inherited Members

- Protected Attributes inherited from G4VUserTrackInformation
G4StringpType
 

Detailed Description

Definition at line 47 of file MCTruthTrackInformation.hh.

Constructor & Destructor Documentation

MCTruthTrackInformation::MCTruthTrackInformation ( )

Definition at line 43 of file MCTruthTrackInformation.cc.

44 {
45  directParent = true;
46 }
MCTruthTrackInformation::~MCTruthTrackInformation ( )
virtual

Definition at line 48 of file MCTruthTrackInformation.cc.

49 {
50 }

Member Function Documentation

G4bool MCTruthTrackInformation::GetDirectParent ( ) const
inline

Definition at line 58 of file MCTruthTrackInformation.hh.

Referenced by MCTruthTrackingAction::PostUserTrackingAction().

58 { return directParent; }
void MCTruthTrackInformation::Print ( void  ) const
inlinevirtual

Reimplemented from G4VUserTrackInformation.

Definition at line 55 of file MCTruthTrackInformation.hh.

55 {};
void MCTruthTrackInformation::SetDirectParent ( G4bool  value)
inline

Definition at line 57 of file MCTruthTrackInformation.hh.

Referenced by MCTruthTrackingAction::PostUserTrackingAction().

57 { directParent = value; }
const XML_Char int const XML_Char * value

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