64 if(!trajectoryContainer)
return;
66 if(!trajectory)
return;
77 for(
int i=nPoint-2;i>=0;i--)
90 const G4RTRun* theLocalRun =
static_cast<const G4RTRun*
>(aLocalRun);
105 if(!preVis&&!postVis)
return transparent;
122 { preCol = transparent; }
134 { postCol = transparent; }
136 if(!preVis)
return postCol;
137 if(!postVis)
return preCol;
149 return G4Colour(red,green,blue,alpha);
157 if(!visible)
return sourceCol;
167 if(stepAlpha > 0.9999999){ stepAlpha = 0.9999999; }
170 G4double KtRed = std::exp((1.0-stepRed)*attenuationFuctor);
171 G4double KtGreen = std::exp((1.0-stepGreen)*attenuationFuctor);
172 G4double KtBlue = std::exp((1.0-stepBlue)*attenuationFuctor);
173 if(KtRed>1.0){KtRed=1.0;}
174 if(KtGreen>1.0){KtGreen=1.0;}
175 if(KtBlue>1.0){KtBlue=1.0;}