]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationSlat.h
Bug Correction: simultanous cut on particles and tracks
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationSlat.h
index 5cca149c426e6748408b6e934ea3715d17a1580c..4b491069528dc5bdbd5d0128d17402ce95e148d9 100644 (file)
@@ -22,7 +22,8 @@ class AliMUONSegmentationSlat :
 public AliSegmentation {
  public:
     AliMUONSegmentationSlat();
-    virtual ~AliMUONSegmentationSlat(){}
+    AliMUONSegmentationSlat(Int_t nsec);    
+    virtual ~AliMUONSegmentationSlat();
     //    
     // Set Chamber Segmentation Parameters
     //
@@ -111,7 +112,8 @@ public AliSegmentation {
     // Test points for auto calibration
     virtual void GiveTestPoints(Int_t &n, Float_t *x, Float_t *y)  const {;}
     // Draw the segmentation zones
-    virtual void Draw(const char *opt = "") const {;}
+    virtual void Draw(const char *opt = "") const;
+
     
     // Function for systematic corrections
     // Set the correction function
@@ -138,7 +140,7 @@ public AliSegmentation {
  protected:
 
     AliMUONChamber*      fChamber;               // Parent Chamber
-    
+    Int_t                fId;                    // Identifier
     //
     //  Geometry
     //
@@ -160,11 +162,11 @@ public AliSegmentation {
     
     TArrayI*    fNDiv;                             // Pad size division
     // Slats
-    TObjArray*  fSlats;                           // Array of Slats
+    TObjArray*  fSlats;                            // Array of Slats
     // Proxy data
-    AliMUONSegmentationSlatModule* fCurrentSlat;  // Pointer to current slat
-    Int_t       fSlatIndex;                       // Current slat index
-    ClassDef(AliMUONSegmentationSlat,1)           // Segmentation for Muon Chamber built from Slat Modules
+    AliMUONSegmentationSlatModule* fCurrentSlat;   // Pointer to current slat
+    Int_t       fSlatIndex;                        // Current slat index
+    ClassDef(AliMUONSegmentationSlat,1)            // Segmentation for Muon Chamber built from Slat Modules
 };