]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/JetCorrel/AliJetCorrelMixer.cxx
pass 5 histos and selections
[u/mrichter/AliRoot.git] / PWG4 / JetCorrel / AliJetCorrelMixer.cxx
index 9a19e69871f42fe4bf470f12c88086033822ef9e..a3f2d3319d80ee32cb2376996459668b3126f20f 100644 (file)
 #include "AliJetCorrelMixer.h"
 
 using namespace std;
-using namespace JetCorrelHD;
 
 ClassImp(AliJetCorrelMixer)
 
 AliJetCorrelMixer::AliJetCorrelMixer() :
   fSelector(NULL), fMaker(NULL), fWriter(NULL),
   TriggEvnt(new CorrelList_t), AssocEvnt(new CorrelList_t),
+  AssocIter(NULL), TriggIter(NULL),
   fNumCentBins(0), fNumVertBins(0), fPoolDepth(0), fNumCorrel(0), fNumTriggs(0), fNumAssocs(0){
   // constructor
 }