Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4GeometryCellWeight.hh File Reference
#include <map>
#include "globals.hh"
#include "G4GeometryCell.hh"
#include "G4GeometryCellComp.hh"

Go to the source code of this file.

Typedefs

using G4UpperEnergyToLowerWeightMap
 G4UpperEnergyToLowerWeightMap and G4GeometryCellWeight are maps used internally by the weight window technique sampling, mapping cells to maps of upper energy to lower weight bounds.
using G4GeometryCellWeight

Typedef Documentation

◆ G4GeometryCellWeight

Initial value:
std::map<G4GeometryCell, G4UpperEnergyToLowerWeightMap, G4GeometryCellComp>

Definition at line 52 of file G4GeometryCellWeight.hh.

◆ G4UpperEnergyToLowerWeightMap

Initial value:
std::map<G4double, G4double, std::less<G4double> >

G4UpperEnergyToLowerWeightMap and G4GeometryCellWeight are maps used internally by the weight window technique sampling, mapping cells to maps of upper energy to lower weight bounds.

Definition at line 50 of file G4GeometryCellWeight.hh.