#include <stdio.h>
#include "G4UImanager.hh"
#include "BLCommand.hh"
#include "BLAssert.hh"
#include "BLCollectiveComputation.hh"
#include "BLRunManager.hh"
#include "BLManager.hh"
#include "BLGlobalField.hh"
#include "BLNTuple.hh"
#include "BLParam.hh"
#include "BLElementField.hh"
Classes | |
| struct | TrajectoryPoint |
| struct TrajectoryPoint represents one point on the trajectory of a MacroParticle. More... | |
| class | MacroParticle |
| class MacroParticle represents a spherical distribution of charge with uniform density and specified radius, following a specified trajectory. More... | |
| class | BLCMDspacechargelw |
| class BLCMDspacechargelw - Lienard-Wiechert space-charge computation This computation works within the Geant4 tracking framework, and does the computation in the various callbacks. More... | |
| struct | BLCMDspacechargelw::Monitor |
Variables | |
| const G4double | UNSET = -1.0e99 |
| const char * | FIELDS = "x:y:z:t:nStep:deltaT:Btot:Etot:deltaPos:deltaB:deltaE" |
| BLCMDspacechargelw | defaultBLCMDspacechargelw |
| const G4double UNSET = -1.0e99 |
| const char* FIELDS = "x:y:z:t:nStep:deltaT:Btot:Etot:deltaPos:deltaB:deltaE" |
Referenced by BLCMDspacechargelw::beginCollectiveTracking().