]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDQAChecker.h
leading constituent pt
[u/mrichter/AliRoot.git] / FMD / AliFMDQAChecker.h
index 551cc8cce620a4518da5ff1cb81acc6144a47787..d65e212b4e03f92b071071a3a205c9b19b27b1a3 100644 (file)
@@ -69,6 +69,10 @@ protected:
                    TH1*                        hist) const;
 
   Bool_t fDoScale;
+private:
+  AliFMDQAChecker(const AliFMDQAChecker& qac); // cpy ctor   
+  AliFMDQAChecker &operator=(const AliFMDQAChecker& qac); // assignment operator
+
   ClassDef(AliFMDQAChecker,0)  // Yves? what to do? 
 };