66 :
G4Trajectory(right),fWls(right.fWls),fDrawit(right.fDrawit)
81 const G4int i_mode = 50;
97 if (!pVVisManager)
return;
100 G4bool lineRequired (i_mode >= 0);
101 G4bool markersRequired (markerSize > 0.);
109 const std::vector<G4ThreeVector>* auxiliaries
112 for (
size_t iAux = 0; iAux < auxiliaries->size(); ++iAux) {
115 trajectoryLine.push_back(pos);
117 if (markersRequired) {
118 auxiliaryPoints.push_back(pos);
124 trajectoryLine.push_back(
pos);
126 if (markersRequired) {
127 stepPoints.push_back(
pos);
146 pVVisManager->
Draw(trajectoryLine);
148 if (markersRequired) {
154 pVVisManager->
Draw(auxiliaryPoints);
161 pVVisManager->
Draw(stepPoints);