ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4TrajectoryDrawerUtils.cc File Reference
#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"
+ Include dependency graph for G4TrajectoryDrawerUtils.cc:

Go to the source code of this file.

Namespaces

namespace  G4TrajectoryDrawerUtils
 

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)
 
static void G4TrajectoryDrawerUtils::SliceLine (G4double timeIncrement, G4Polyline &trajectoryLine, std::vector< G4double > &trajectoryLineTimes)
 
static void G4TrajectoryDrawerUtils::DrawWithoutTime (const G4VisTrajContext &myContext, G4Polyline &trajectoryLine, G4Polymarker &auxiliaryPoints, G4Polymarker &stepPoints)
 
static void G4TrajectoryDrawerUtils::DrawWithTime (const G4VisTrajContext &myContext, 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 &)