#include <vector>
#include "G4Allocator.hh"
#include "G4Track.hh"
#include "G4ThreeVector.hh"
#include "G4RotationMatrix.hh"
#include "G4VUserTrackInformation.hh"
#include "G4UserTrackingAction.hh"
#include "G4UserSteppingAction.hh"
#include "BLCoordinateTransform.hh"
#include "BLManager.hh"
Go to the source code of this file.
Classes | |
class | BLCoordinates |
class BLCoordinates manages the centerline coordinates. More... | |
struct | BLCoordinates::CLSegment |
struct | BLCoordinates::RCSegment |
Enumerations | |
enum | BLCoordinateType { BLCOORD_GLOBAL, BLCOORD_CENTERLINE, BLCOORD_REFERENCE } |
BLCoordinateType enumerates the coordinate systems. More... |
enum BLCoordinateType |
BLCoordinateType enumerates the coordinate systems.
00035 {BLCOORD_GLOBAL, BLCOORD_CENTERLINE, BLCOORD_REFERENCE};