Geant4-11
Data Structures | Typedefs
G4TrackingInformation.hh File Reference
#include "globals.hh"
#include <vector>
#include <map>
#include "G4StepStatus.hh"
#include "G4ThreeVector.hh"
#include "G4TouchableHandle.hh"
#include "G4TrackState.hh"
#include "G4memory.hh"
#include "G4ITStepProcessorState_Lock.hh"

Go to the source code of this file.

Data Structures

class  G4TrackingInformation
 

Typedefs

typedef std::vector< G4intG4SelectedAlongStepDoItVector
 
typedef std::vector< G4intG4SelectedAtRestDoItVector
 
typedef std::vector< G4intG4SelectedPostStepAtTimeDoItVector
 
typedef std::vector< G4intG4SelectedPostStepDoItVector
 

Typedef Documentation

◆ G4SelectedAlongStepDoItVector

typedef std::vector<G4int> G4SelectedAlongStepDoItVector

Definition at line 62 of file G4TrackingInformation.hh.

◆ G4SelectedAtRestDoItVector

typedef std::vector<G4int> G4SelectedAtRestDoItVector

Definition at line 61 of file G4TrackingInformation.hh.

◆ G4SelectedPostStepAtTimeDoItVector

Definition at line 64 of file G4TrackingInformation.hh.

◆ G4SelectedPostStepDoItVector

typedef std::vector<G4int> G4SelectedPostStepDoItVector

Definition at line 63 of file G4TrackingInformation.hh.