Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs
G4InuclEvaporation.cc File Reference
#include <numeric>
#include "G4InuclEvaporation.hh"
#include "globals.hh"
#include "G4SystemOfUnits.hh"
#include "G4IonTable.hh"
#include "G4V3DNucleus.hh"
#include "G4DynamicParticleVector.hh"
#include "G4EvaporationInuclCollider.hh"
#include "G4InuclNuclei.hh"
#include "G4Track.hh"
#include "G4Nucleus.hh"
#include "G4Nucleon.hh"
#include "G4NucleiModel.hh"
#include "G4HadronicException.hh"
#include "G4LorentzVector.hh"
#include "G4EquilibriumEvaporator.hh"
#include "G4InuclElementaryParticle.hh"
#include "G4InuclParticle.hh"
#include "G4CollisionOutput.hh"
#include "G4InuclParticleNames.hh"

Go to the source code of this file.

Typedefs

typedef std::vector
< G4InuclElementaryParticle >
::const_iterator 
particleIterator
 
typedef std::vector
< G4InuclNuclei >
::const_iterator 
nucleiIterator
 

Typedef Documentation

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

Definition at line 69 of file G4InuclEvaporation.cc.

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

Definition at line 68 of file G4InuclEvaporation.cc.