]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSsegmentation.h
New classes for event plane calculation (Johanna)
[u/mrichter/AliRoot.git] / ITS / AliITSsegmentation.h
index c23f70553aff99344bebbacff5e5a88362125f7c..2f111270499e1f47264d88b047c07ddc97163c0c 100644 (file)
@@ -5,7 +5,7 @@
 #include "AliLog.h"
 #include "AliITSgeom.h"
 
-/* $Id:$ */
+/* $Id$ */
 
 //----------------------------------------------
 //                                             -
@@ -17,7 +17,6 @@ class AliITSsegmentation :
 public TObject {
  public:
   AliITSsegmentation();
-  AliITSsegmentation(AliITSgeom *geom);
   AliITSsegmentation(const AliITSsegmentation& source);
   virtual ~AliITSsegmentation();
   AliITSsegmentation& operator=(const AliITSsegmentation &source);
@@ -36,8 +35,10 @@ public TObject {
     virtual void SetLayer(Int_t) {MayNotUse("SetLayer");}
     // Number of Chips
     virtual Int_t    GetNumberOfChips() const {MayNotUse("GetNumberOfChips"); return 0;}
+    virtual Int_t    GetMaximumChipIndex() const {MayNotUse("GetNumberOfChips"); return 0;}
     // Chip number from local coordinates
     virtual Int_t    GetChipFromLocal(Float_t, Float_t) const {MayNotUse("GetChipFromLocal"); return 0;}
+    virtual Int_t    GetChipsInLocalWindow(Int_t* /*array*/, Float_t /*zmin*/, Float_t /*zmax*/, Float_t /*xmin*/, Float_t /*xmax*/) const {MayNotUse("GetChipsInLocalWindow"); return 0;}
     // Chip number from channel number
     virtual Int_t    GetChipFromChannel(Int_t, Int_t) const {MayNotUse("GetChipFromChannel"); return 0;}
 
@@ -113,7 +114,7 @@ public TObject {
                     //SDD: Drift distance of the 1/2detector (x axis)-microns
                     //SSD: Full length of the detector (x axis)- microns
     Float_t fDz;    //SPD: Full length of the detector (z axis)- microns
-                    //SDD: Length of half-detector (z axis) - microns
+                    //SDD: Full Length of the detector (z axis) - microns
                     //SSD: Full width of the detector (z axis)- microns
     Float_t fDy;    //SPD:  Full thickness of the detector (y axis) -um 
                     //SDD: Full thickness of the detector (y axis) - microns