Geant4  10.02.p03
G4CollisionOutput.cc File Reference
#include <algorithm>
#include "G4CollisionOutput.hh"
#include "G4SystemOfUnits.hh"
#include "G4CascadParticle.hh"
#include "G4ParticleLargerEkin.hh"
#include "G4LorentzConvertor.hh"
#include "G4LorentzRotation.hh"
#include "G4LorentzVector.hh"
#include "G4ReactionProductVector.hh"
#include "G4ReactionProduct.hh"
#include "G4ThreeVector.hh"
Include dependency graph for G4CollisionOutput.cc:

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 77 of file G4CollisionOutput.cc.

◆ nucleiIterator

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

Definition at line 76 of file G4CollisionOutput.cc.

◆ particleIterator

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

Definition at line 75 of file G4CollisionOutput.cc.