]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSsegmentation.cxx
Anode numbering adapted to hardware channel numbering + Code cleanup of segmentation...
[u/mrichter/AliRoot.git] / ITS / AliITSsegmentation.cxx
index 10abd1c45556f4278da63f1edd7ea49edbbac152..44d71cb0697939248291ba00a0888628b64ca531 100644 (file)
@@ -23,6 +23,17 @@ fCorr(0){
   // Default constructor
  
 }
+//_____________________________________________________________
+AliITSsegmentation::AliITSsegmentation(AliITSgeom* geom):
+fDx(0),
+fDz(0),
+fDy(0),
+fGeom(0),
+fCorr(0){
+  // Default constructor
+   fGeom=geom;
+}
+
 
 //_____________________________________________________________
 AliITSsegmentation::~AliITSsegmentation(){