#include <stdio.h>
#include <map>
#include "globals.hh"
#include "G4ThreeVector.hh"
#include "BLTrackFile.hh"
Go to the source code of this file.
Classes | |
struct | RegionCompare |
class | BLFOR009 |
class BLFOR009 creates an ASCII file containing tracks in ICOOL FOR009.DAT format. More... | |
Typedefs | |
typedef std::map< double, Region *, RegionCompare > | RegionMap |
Variables | |
const double | REGION_SIZE = 1.0*cm |
typedef std::map<double,Region*,RegionCompare> RegionMap |
const double REGION_SIZE = 1.0*cm |
Referenced by RegionCompare::operator()().