Geant4-11
Typedefs
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 G4GeometryCellWeight = std::map< G4GeometryCell, G4UpperEnergyToLowerWeightMap, G4GeometryCellComp >
 
using G4UpperEnergyToLowerWeightMap = std::map< G4double, G4double, std::less< G4double > >
 

Typedef Documentation

◆ G4GeometryCellWeight

Definition at line 46 of file G4GeometryCellWeight.hh.

◆ G4UpperEnergyToLowerWeightMap

using G4UpperEnergyToLowerWeightMap = std::map<G4double, G4double, std::less<G4double> >

Definition at line 44 of file G4GeometryCellWeight.hh.