Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CollisionOutput.cc File Reference
#include <algorithm>
#include "G4CollisionOutput.hh"
#include "G4SystemOfUnits.hh"
#include "G4PhysicalConstants.hh"
#include "G4CascadParticle.hh"
#include "G4CascadeParameters.hh"
#include "G4Electron.hh"
#include "G4ParticleLargerEkin.hh"
#include "G4LorentzConvertor.hh"
#include "G4LorentzRotation.hh"
#include "G4LorentzVector.hh"
#include "G4ReactionProductVector.hh"
#include "G4ReactionProduct.hh"
#include "G4ThreeVector.hh"

Go to the source code of this file.

Typedefs

typedef std::vector< G4InuclElementaryParticle >::iterator particleIterator
 
typedef std::vector< G4InuclNuclei >::iterator nucleiIterator
 
typedef std::vector< G4Fragment >::iterator fragmentIterator
 

Typedef Documentation

◆ fragmentIterator

typedef std::vector<G4Fragment>::iterator fragmentIterator

Definition at line 79 of file G4CollisionOutput.cc.

◆ nucleiIterator

typedef std::vector<G4InuclNuclei>::iterator nucleiIterator

Definition at line 78 of file G4CollisionOutput.cc.

◆ particleIterator

typedef std::vector<G4InuclElementaryParticle>::iterator particleIterator

Definition at line 77 of file G4CollisionOutput.cc.