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

#include <CexmcTrackInfo.hh>

Inheritance diagram for CexmcTrackInfo:
G4VUserTrackInformation CexmcIncidentParticleTrackInfo

Public Member Functions

 CexmcTrackInfo (CexmcTrackType trackType=CexmcInsipidTrack, G4int copyNumber=0)
 
void Print (void) const
 
virtual G4int GetTypeInfo (void) const
 
CexmcTrackType GetTrackType (void) const
 
void SetTrackType (CexmcTrackType value)
 
G4int GetCopyNumber (void) 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 51 of file CexmcTrackInfo.hh.

Constructor & Destructor Documentation

CexmcTrackInfo::CexmcTrackInfo ( CexmcTrackType  trackType = CexmcInsipidTrack,
G4int  copyNumber = 0 
)
explicit

Definition at line 47 of file CexmcTrackInfo.cc.

47  :
48  trackType( trackType ), copyNumber( copyNumber )
49 {
50 }

Member Function Documentation

G4int CexmcTrackInfo::GetCopyNumber ( void  ) const
inline

Definition at line 89 of file CexmcTrackInfo.hh.

Referenced by CexmcTrackPoints::GetTrackId().

90 {
91  return copyNumber;
92 }
CexmcTrackType CexmcTrackInfo::GetTrackType ( void  ) const
inline

Definition at line 77 of file CexmcTrackInfo.hh.

Referenced by CexmcTrackPoints::GetTrackId().

78 {
79  return trackType;
80 }
G4int CexmcTrackInfo::GetTypeInfo ( void  ) const
virtual
void CexmcTrackInfo::Print ( void  ) const
virtual

Reimplemented from G4VUserTrackInformation.

Definition at line 53 of file CexmcTrackInfo.cc.

54 {
55 }
void CexmcTrackInfo::SetTrackType ( CexmcTrackType  value)
inline

Definition at line 83 of file CexmcTrackInfo.hh.

84 {
85  trackType = value;
86 }
const XML_Char int const XML_Char * value

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