G4GeometryCellImportance.hh File Reference

#include <map>
#include "globals.hh"
#include "G4GeometryCell.hh"
#include "G4GeometryCellComp.hh"

Go to the source code of this file.

Defines

#define G4GeometryCellImportance_hh   G4GeometryCellImportance_hh

Typedefs

typedef std::map< G4GeometryCell,
G4double, G4GeometryCellComp
G4GeometryCellImportance

Functions

std::ostream & operator<< (std::ostream &out, const G4GeometryCellImportance &gCelli)


Define Documentation

#define G4GeometryCellImportance_hh   G4GeometryCellImportance_hh

Definition at line 40 of file G4GeometryCellImportance.hh.


Typedef Documentation

typedef std::map<G4GeometryCell, G4double, G4GeometryCellComp> G4GeometryCellImportance

Definition at line 47 of file G4GeometryCellImportance.hh.


Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const G4GeometryCellImportance gCelli 
)

Definition at line 39 of file G4GeometryCellImportance.cc.

00040 {
00041   for (G4GeometryCellImportance::const_iterator it = gCelli.begin();
00042        it != gCelli.end(); ++it) {
00043     out << (*it).first << ", importance = ";
00044     out << (*it).second << "\n";
00045   }
00046   return out;
00047 }


Generated on Mon May 27 17:50:45 2013 for Geant4 by  doxygen 1.4.7