]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CORRFW/test/AliCFTaskForUnfolding.h
Simplification of container and grid classes.
[u/mrichter/AliRoot.git] / CORRFW / test / AliCFTaskForUnfolding.h
index 8507d87865a73f0a1da111541f3378adb2a5431d..c30ffeeae7140299d3260ba5b6d689e3de588bb9 100644 (file)
@@ -54,8 +54,8 @@ class AliCFTaskForUnfolding : public AliAnalysisTaskSE {
 
   // Histograms
   //Number of events
-  TH1I  *fHistEventsProcessed; // simple histo for monitoring the number of events processed
-  THnSparse* fCorrelation;          //response matrix for unfolding  
+  TH1I       *fHistEventsProcessed; // simple histo for monitoring the number of events processed
+  THnSparse  *fCorrelation;         //response matrix for unfolding  
   ClassDef(AliCFTaskForUnfolding,0);
 };