]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/totEt/AliAnalysisEtCommon.cxx
fixes to minor memory issues
[u/mrichter/AliRoot.git] / PWGLF / totEt / AliAnalysisEtCommon.cxx
index 3ca28d8f13ccbdc8b1f13a25155ab1648372ed8f..257a18be7c0a3df7ceb48af200ec7c18aa697741 100644 (file)
@@ -44,6 +44,7 @@ Int_t AliAnalysisEtCommon::fgProtonCode = 2212;
 Int_t AliAnalysisEtCommon::fgAntiProtonCode = -2212;
 Int_t AliAnalysisEtCommon::fgLambdaCode = 3122;
 Int_t AliAnalysisEtCommon::fgAntiLambdaCode = -3122;
+Int_t AliAnalysisEtCommon::fgK0Code = 311;
 Int_t AliAnalysisEtCommon::fgK0SCode = 310;
 Int_t AliAnalysisEtCommon::fgOmegaCode = 3334;
 Int_t AliAnalysisEtCommon::fgAntiOmegaCode = -3334;
@@ -180,7 +181,8 @@ void AliAnalysisEtCommon::Init()
     fAntiLambdaData->SetParameter(1,0.210);
     fAntiLambdaData->SetParameter(2,9.2);
   }
-  if(fV0ScaleDataSet==2010 ||fV0ScaleDataSet==20100 ||fV0ScaleDataSet==20111){
+  else{
+  //if(fV0ScaleDataSet==2010 ||fV0ScaleDataSet==20100 ||fV0ScaleDataSet==20111||fV0ScaleDataSet==2013){
     //These data are from the CMS analysis note on 7 TeV spectra
     //http://cdsweb.cern.ch/record/1279344/files/QCD-10-007-pas.pdf
     //Note the CMS parameterization of the Levy function differs from the ALICE parameterization by a constant.