]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDQAChecker.cxx
Add more control histograms to check the input spectra of trigger particles after...
[u/mrichter/AliRoot.git] / PMD / AliPMDQAChecker.cxx
index 32e7168254d9a3414f135c7faec20d2f9ed53002..548de49179b583435679e2f0d81e891f48c7c1f0 100644 (file)
 
 // --- AliRoot header files ---
 #include "AliLog.h"
-#include "AliQA.h"
+#include "AliQAv1.h"
 #include "AliQAChecker.h"
 #include "AliPMDQAChecker.h"
 
 ClassImp(AliPMDQAChecker)
 
 //__________________________________________________________________
-AliPMDQAChecker& AliPMDQAChecker::operator = (const AliPMDQAChecker& qac )
-{
-  // Equal operator.
-  this->~AliPMDQAChecker();
-  new(this) AliPMDQAChecker(qac);
-  return *this;
-}