]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/physics/AliHLTMultiplicityCorrelations.h
- adding E_t - V0 correlations
[u/mrichter/AliRoot.git] / HLT / global / physics / AliHLTMultiplicityCorrelations.h
index 06bf097a8c5fc9fc045c74f021d02f2398f5930e..c3940c848f850587f2bb3a36b5ed4fafd8b99759 100644 (file)
@@ -101,6 +101,15 @@ public:
     fCaloBinning = i; fCaloBinningMin = f1; fCaloBinningMax = f2;
   }
 
+  /** Set process PHOS */
+  void SetProcessPhos(Bool_t v = true) {
+    fProcessPhos = v;
+  }
+  /** Set process EMCAL */
+  void SetProcessEmcal(Bool_t v = true) {
+    fProcessEmcal = v;
+  }
+
   /*
    * ---------------------------------------------------------------------------------
    *                                 Getter - public