]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/AliProtonCorrectionTask.h
uncertainties back in, incase of weights still behaving funny
[u/mrichter/AliRoot.git] / PWG2 / AliProtonCorrectionTask.h
index d18ab660fb796992890140422e41c3d0db41fcdd..d5c8e7700c32c1fe91536310a06e8786d8718c37 100644 (file)
@@ -52,10 +52,12 @@ class AliProtonCorrectionTask : public AliAnalysisTaskSE {
   void     Terminate(Option_t *);
   
   // CORRECTION FRAMEWORK RELATED FUNCTIONS
-  void           SetCFManagerProtons(AliCFManager* io) {fCFManagerProtons = io;}   // global correction manager
-  AliCFManager * GetCFManagerProtons() const {return fCFManagerProtons;}           // get corr manager
-  void           SetCFManagerAntiProtons(AliCFManager* io) {fCFManagerAntiProtons = io;} // global correction manager
-  AliCFManager * GetCFManagerAntiProtons() const {return fCFManagerAntiProtons;}         // get corr manager
+  void  SetCFManagerProtons(AliCFManager* io) {fCFManagerProtons = io;}  
+  // global correction manager
+  AliCFManager * GetCFManagerProtons() const {return fCFManagerProtons;}
+  // get corr manager
+  void SetCFManagerAntiProtons(AliCFManager* io) {fCFManagerAntiProtons = io;} // global correction manager
+  AliCFManager * GetCFManagerAntiProtons() const {return fCFManagerAntiProtons;}// get corr manager
   void           SetQAList(TList* list) {fQAHistList = list;}
 
   // Data types