]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove dca cut (Prabhat Ranjan Pujahari <p.pujahari@cern.ch>)
authormiweber <miweber@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Nov 2013 15:10:18 +0000 (15:10 +0000)
committermiweber <miweber@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Nov 2013 15:10:18 +0000 (15:10 +0000)
PWGCF/Correlations/DPhi/AliAnalysisTaskDptDptCorrelations.cxx

index efff6ff6619e22578499aa68db56b60c78c5b48a..b05d54ce2dc0a04bb4bb26289e636e0d153d8fa4 100644 (file)
@@ -1459,11 +1459,11 @@ void  AliAnalysisTaskDptDptCorrelations::UserExec(Option_t */*option*/)
          
          //Check dca cuts for systematics
          //Comment this portion when not required
-         if (dcaZ  <  _dcaZMin || 
+         /*if (dcaZ  <  _dcaZMin || 
              dcaZ  >  _dcaZMax ||
              dcaXY <  _dcaXYMin || 
              dcaXY >  _dcaXYMax ) continue;
-         
+         */
          //==== QA ===========================
          _dcaz->Fill(dcaZ);
          _dcaxy->Fill(dcaXY);