]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDPattern.h
Fixed warnings
[u/mrichter/AliRoot.git] / FMD / AliFMDPattern.h
index 02974bc23efa7da46c793d7a51c69fcce0fcbbab..1cb7c95ba85b066e2993096633121e663ec111ff 100644 (file)
@@ -83,7 +83,12 @@ public:
     /** Assignement operator 
        -- Not implemented */
     AliFMDPatternDetector& operator=(const AliFMDPatternDetector&);
-
+    void CopyShapes(TObjArray& input, TObjArray& own, 
+                   Double_t ang=0, Double_t fx=1, Double_t fy=1);
+    /** Our own cache of shapes */
+    TObjArray fInners;
+    /** Our own cache of shapes */
+    TObjArray fOuters;
   };
   
   
@@ -159,6 +164,10 @@ public:
   TLine  fLine;                // Just a line 
   TLatex fTotal;       // Total in FMD
 
+  Double_t fFMD1Area;   // 
+  Double_t fFMD2Area;   // 
+  Double_t fFMD3Area;   // 
+
   ClassDef(AliFMDPattern,0) // Display FMD data as hit-patterns. 
 };