]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEERBase/AliExternalTrackParam.cxx
Coding conventions fixed
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliExternalTrackParam.cxx
index d1f41f7daf71ae676717cddd52071b7414d63589..d69137b56fdf035ee8fdfb33aa6f767225a0fbba 100644 (file)
@@ -695,7 +695,7 @@ Bool_t AliExternalTrackParam::Rotate(Double_t alpha) {
   // RS: check if rotation does no invalidate track model (cos(local_phi)>=0, i.e. particle
   // direction in local frame is along the X axis
   if ((cf*ca+sf*sa)<0) {
-    AliWarning(Form("Rotation failed: local cos(phi) would become %.2f",cf*ca+sf*sa));
+    AliDebug(1,Form("Rotation failed: local cos(phi) would become %.2f",cf*ca+sf*sa));
     return kFALSE;
   }
   //