diff --git a/src/THcRaster.cxx b/src/THcRaster.cxx index 4e0816e1ab7f5176bc1f70738c39ef5198d7ee1e..ebf825bb8dab43308a27cd0d3b36738dafdcd4f3 100644 --- a/src/THcRaster.cxx +++ b/src/THcRaster.cxx @@ -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; }