#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< float, Region *, RegionCompare > | RegionMap |
Variables | |
const float | REGION_SIZE = 1.0*cm |
typedef std::map<float,Region*,RegionCompare> RegionMap |
const float REGION_SIZE = 1.0*cm |
Referenced by RegionCompare::operator()().