]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALQAChecker.h
disable the CTP trigger pattern in the HLT simulation as this
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALQAChecker.h
index 23cbdc91a91d66e800c9534f354f44238248c830..b40dbdcfa74c8dd17aed5771647cda0ffc58c8a4 100644 (file)
@@ -28,11 +28,11 @@ class AliEMCALQAChecker: public AliQACheckerBase {
 
 public:
   AliEMCALQAChecker() : AliQACheckerBase("EMCAL","EMCAL Quality Assurance Data Maker") {;}          // ctor
-  AliEMCALQAChecker(const AliEMCALQAChecker& qac) : AliQACheckerBase(qac.GetName(), qac.GetTitle()) {;} // cpy ctor   
-  AliEMCALQAChecker& operator = (const AliEMCALQAChecker& qac) ;
   virtual ~AliEMCALQAChecker() {;} // dtor
 
 private:
+  AliEMCALQAChecker(const AliEMCALQAChecker& qac);
+  AliEMCALQAChecker& operator = (const AliEMCALQAChecker& qac) ;
   
   ClassDef(AliEMCALQAChecker,1)  // description