Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include "G4TrajectoryDrawerUtils.hh"
#include "G4Colour.hh"
#include "G4Polyline.hh"
#include "G4Polymarker.hh"
#include "G4VTrajectory.hh"
#include "G4VTrajectoryPoint.hh"
#include "G4VisAttributes.hh"
#include "G4VisTrajContext.hh"
#include "G4VVisManager.hh"
#include "G4UIcommand.hh"
#include "G4AttValue.hh"
Go to the source code of this file.
Namespaces | |
namespace | G4TrajectoryDrawerUtils |
Macros | |
#define | G4warn G4cout |
Enumerations | |
enum | G4TrajectoryDrawerUtils::TimesValidity { G4TrajectoryDrawerUtils::InvalidTimes , G4TrajectoryDrawerUtils::ValidTimes } |
Functions | |
TimesValidity | G4TrajectoryDrawerUtils::GetPointsAndTimes (const G4VTrajectory &traj, const G4VisTrajContext &context, G4Polyline &trajectoryLine, G4Polymarker &auxiliaryPoints, G4Polymarker &stepPoints, std::vector< G4double > &trajectoryLineTimes, std::vector< G4double > &auxiliaryPointTimes, std::vector< G4double > &stepPointTimes) |
void | G4TrajectoryDrawerUtils::DrawLineAndPoints (const G4VTrajectory &traj, const G4VisTrajContext &) |
#define G4warn G4cout |
Definition at line 41 of file G4TrajectoryDrawerUtils.cc.