DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Types | Public Member Functions | Protected Attributes | List of all members
dd4hep::sim::Geant4TrackInformation Class Reference

Unused. More...

#include <Geant4TrackInformation.h>

Inheritance diagram for dd4hep::sim::Geant4TrackInformation:
G4VUserTrackInformation

Public Types

enum  { STORE = 1 << 0, LAST = 1 << 31 }
 

Public Member Functions

 Geant4TrackInformation ()
 Default constructor. More...
 
virtual ~Geant4TrackInformation ()
 Standard destructor. More...
 
bool storeTrack () const
 Access flag if track should be stored. More...
 
Geant4TrackInformationstoreTrack (bool value)
 Access flag if track should be stored. More...
 

Protected Attributes

int m_flags
 

Detailed Description

Unused.

Author
M.Frank
Version
1.0

Definition at line 32 of file Geant4TrackInformation.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
STORE 
LAST 

Definition at line 34 of file Geant4TrackInformation.h.

Constructor & Destructor Documentation

◆ Geant4TrackInformation()

Geant4TrackInformation::Geant4TrackInformation ( )

Default constructor.

Definition at line 20 of file Geant4TrackInformation.cpp.

◆ ~Geant4TrackInformation()

Geant4TrackInformation::~Geant4TrackInformation ( )
virtual

Standard destructor.

Definition at line 25 of file Geant4TrackInformation.cpp.

Member Function Documentation

◆ storeTrack() [1/2]

bool dd4hep::sim::Geant4TrackInformation::storeTrack ( ) const
inline

Access flag if track should be stored.

Definition at line 46 of file Geant4TrackInformation.h.

◆ storeTrack() [2/2]

Geant4TrackInformation & Geant4TrackInformation::storeTrack ( bool  value)

Access flag if track should be stored.

Definition at line 29 of file Geant4TrackInformation.cpp.

Member Data Documentation

◆ m_flags

int dd4hep::sim::Geant4TrackInformation::m_flags
protected

Definition at line 38 of file Geant4TrackInformation.h.


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