Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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.

Classes

class  G4TrackingInformation
 

Typedefs

using G4SelectedAtRestDoItVector = std::vector<G4int>
 
using G4SelectedAlongStepDoItVector = std::vector<G4int>
 
using G4SelectedPostStepDoItVector = std::vector<G4int>
 
using G4SelectedPostStepAtTimeDoItVector = std::vector<G4int>
 

Typedef Documentation

◆ G4SelectedAlongStepDoItVector

using G4SelectedAlongStepDoItVector = std::vector<G4int>

Definition at line 62 of file G4TrackingInformation.hh.

◆ G4SelectedAtRestDoItVector

using G4SelectedAtRestDoItVector = std::vector<G4int>

Definition at line 61 of file G4TrackingInformation.hh.

◆ G4SelectedPostStepAtTimeDoItVector

Definition at line 64 of file G4TrackingInformation.hh.

◆ G4SelectedPostStepDoItVector

using G4SelectedPostStepDoItVector = std::vector<G4int>

Definition at line 63 of file G4TrackingInformation.hh.