]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing the switch pr task : sjena
authorsjena <sjena@cern.ch>
Sat, 20 Dec 2014 20:06:52 +0000 (21:06 +0100)
committersjena <sjena@cern.ch>
Sat, 20 Dec 2014 20:06:52 +0000 (21:06 +0100)
PWGCF/EBYE/PIDFluctuation/task/AliEbyENetChargeFluctuationTask.cxx

index 9bd9179befd237403902738fec8e06513f829a76..f7cb83ff30b39e1906b897c4c08d5ff7b32815a1 100644 (file)
@@ -896,6 +896,9 @@ void AliEbyENetChargeFluctuationTask::SetAnal(Int_t i){
   else if (i == 15) 
     { fIsNu    = 1; fIsPhy   = 1;
       fIsRatio = 1; fIsSub = 1; fIsBS  = 1; }  
+  else if (i == 16) 
+    { fIsNu    = 1; fIsPhy   = 1;
+      fIsPer = 1; fIsSub = 1; fIsBS  = 1; }  
   else {
     fIsPhy   = 0; fIsEff = 0; fIsDca = 0; fIsQa  = 0; 
     fIsRatio = 0; fIsSub = 0; fIsBS  = 0; fIsPer = 0;