]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSgeom.cxx
function to unset correlated errors
[u/mrichter/AliRoot.git] / ITS / AliITSgeom.cxx
index 2dffb6fde36b55a99f7231c2d6ce7254c9a4035c..9da3611d803d9f9b592260188c10c4c984da6f0c 100644 (file)
@@ -587,6 +587,7 @@ void AliITSgeom::PrintData(FILE *fp,Int_t lay,Int_t lad,Int_t det)const{
     fprintf(fp,"        dfr= %e %e %e\n",m[2][0],m[2][1],m[2][2]);
     return;
 }
+/*
 //______________________________________________________________________
 void AliITSgeom::PrintGeom(ostream *wb)const{
     //     Stream out an object of class AliITSgeom to standard output.
@@ -599,6 +600,7 @@ void AliITSgeom::PrintGeom(ostream *wb)const{
   Int_t i;
 
     wb->setf(ios::scientific);
+    streamsize stsiz = wb->precision();
     *wb << fTrans << " ";
     *wb << fNmodules << " ";
     *wb << fNlayers << " ";
@@ -607,8 +609,10 @@ void AliITSgeom::PrintGeom(ostream *wb)const{
     for(i=0;i<fNmodules;i++) {
         *wb <<setprecision(16) << *(GetGeomMatrix(i)) << "\n";
     } // end for i
+    *wb << setprecision (stsiz);
     return;
 }
+*/
 //______________________________________________________________________
 //     The following routines modify the transformation of "this"
 // geometry transformations in a number of different ways.
@@ -915,7 +919,7 @@ void AliITSgeom::GetNearest27(const Double_t g[3],Int_t n[27],Int_t lay)const{
 }
 //_______________________________________________________________________
 void AliITSgeom::DetLToTrackingV2(Int_t md,Float_t xin,Float_t zin,
-                                  Float_t &yout,Float_t &zout) {
+                                  Float_t &yout,Float_t &zout) const {
 
     //Conversion from local coordinates on detectors to local
     //coordinates used for tracking ("v2")
@@ -940,7 +944,7 @@ void AliITSgeom::DetLToTrackingV2(Int_t md,Float_t xin,Float_t zin,
 }
 //_______________________________________________________________________
 void AliITSgeom::TrackingV2ToDetL(Int_t md,Float_t yin,Float_t zin,
-                                  Float_t &xout,Float_t &zout) {
+                                  Float_t &xout,Float_t &zout) const {
     //Conversion from local coordinates used for tracking ("v2") to
     //local detector coordinates  
     // Inputs: