Skip to content
Snippets Groups Projects
Commit b94fcbe8 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Avoid TVector3::SetMag warnings

parent daa0b3f0
No related branches found
No related tags found
No related merge requests found
......@@ -311,6 +311,8 @@ Int_t THcRaster::Process( ){
fYpos = (fYADC/fFrYADCperCM)*(fFrCalMom/eBeam);
// std::cout<<" X = "<<fXpos<<" Y = "<<fYpos<<std::endl;
fDirection.SetXYZ(0.0,0.0,1.0); // Set arbitrarily to avoid run time warnings
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment