]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSsegmentationSSD.cxx
The access to several data members was changed from public to protected. The digitisa...
[u/mrichter/AliRoot.git] / ITS / AliITSsegmentationSSD.cxx
index d13c59c45ddd838deca4725e54c22326e32e8054..c608b4aa6260c618e0ae06163f6959bcf8b33631 100644 (file)
  **************************************************************************/
 /*
 $Log$
+Revision 1.14  2001/05/14 06:21:49  barbera
+Some unuseful printout commented
+
+Revision 1.13  2001/05/14 05:44:11  barbera
+Version 1.11 reput in place to avoid problem with reconstruction
+
+Revision 1.11  2001/05/03 16:12:37  nilsen
+Fixed up LocalToDet, DetToLocal, GetCrossing, GetPadTxz to work with different
+angles in layer 5 and 6.
+
 Revision 1.10  2001/05/01 22:42:22  nilsen
 Update of SSD simulation and reconstruction code by Boris and Enrico.
 
@@ -27,6 +37,8 @@ Remove dead and/or unused code and printout lines. i.e. cleaned it up a bit.
 #include <iostream.h>
 #include "AliITSsegmentationSSD.h"
 #include "AliITSgeom.h"
+#include "AliRun.h"
+#include "AliModule.h"
 
 ClassImp(AliITSsegmentationSSD)
 AliITSsegmentationSSD::AliITSsegmentationSSD(){
@@ -198,7 +210,7 @@ void AliITSsegmentationSSD::GetPadCxz(Int_t iP,Int_t iN,Float_t &x,Float_t &z){
     z = (Dz*kN-xP+xN)/(kP+kN); 
     x -= Dx/2;
     z -= Dz/2;
-    if(TMath::Abs(z) > Dz/2) cout<<"Warning, wrong z local ="<<z<<endl; 
+    //if(TMath::Abs(z) > Dz/2) cout<<"Warning, wrong z local ="<<z<<endl; 
     // Check that zL is inside the detector for the 
     // correspondent xP and xN coordinates