]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliEventPoolOTF.cxx
ESD or AOD analysis can be chosen with the constructor.
[u/mrichter/AliRoot.git] / ANALYSIS / AliEventPoolOTF.cxx
index a4b8fdc6c593e027ed8004f8f64d323aec5deae6..93382df44f9a291c55e1c282702472ef8d981033 100644 (file)
@@ -53,7 +53,7 @@ AliEventPoolOTF::AliEventPoolOTF():
 
 AliEventPoolOTF::AliEventPoolOTF(const char* name, const char* title):
     AliVEventPool(name, title),
-    fTagAnalysis(new AliTagAnalysis("AOD")),
+    fTagAnalysis(new AliTagAnalysis(title)),
     fRunCuts(new AliRunTagCuts()),
     fLHCCuts(new AliLHCTagCuts()),
     fDetectorCuts(new AliDetectorTagCuts()),