]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changing default data set to PbPb
authorcnattras <cnattras@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 21 Apr 2012 20:30:24 +0000 (20:30 +0000)
committercnattras <cnattras@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 21 Apr 2012 20:30:24 +0000 (20:30 +0000)
PWGLF/totEt/macros/ConfigEtMonteCarlo.C
PWGLF/totEt/macros/ConfigEtReconstructed.C

index 57a727203a69b94865cd4c3e02c932965e8bb604..97da13227c582c9904b10ccb5287b4b1b358c573 100644 (file)
@@ -4,23 +4,23 @@ AliAnalysisEtMonteCarlo * ConfigEtMonteCarlo(Bool_t EMCAL = true, Bool_t DETAIL
   if(EMCAL){
     if(DETAIL){
       AliAnalysisEmEtMonteCarlo *totEtMC = new AliAnalysisEmEtMonteCarlo();
-      //Look at the 2010 p+p data...
-      totEtMC->SetDataSet(2010);
+      //Look at the 2010 Pb+Pb data...
+      totEtMC->SetDataSet(20100);
       totEtMC->Init();
       return totEtMC;
     }
     else{
       AliAnalysisEtMonteCarloEmcal *totEtMC = new AliAnalysisEtMonteCarloEmcal();
-      //Look at the 2010 p+p data...
-      totEtMC->SetDataSet(2010);
+      //Look at the 2010 Pb+Pb data...
+      totEtMC->SetDataSet(20100);
       totEtMC->Init();
       return totEtMC;
     }
   }
   else{
     AliAnalysisEtMonteCarloPhos *totEtMC = new AliAnalysisEtMonteCarloPhos();
-    //Look at the 2010 p+p data...
-    totEtMC->SetDataSet(2010);
+    //Look at the 2010 Pb+Pb data...
+    totEtMC->SetDataSet(20100);
     totEtMC->Init();
     return totEtMC;
   }
index 933eb52369359154e3831b2f5a25a3b6a46856ef..4a0322f6540c80439b65705b8e4af00bb97468c9 100644 (file)
@@ -11,7 +11,7 @@ AliAnalysisEtReconstructed * ConfigEtReconstructed(Bool_t EMCAL = true, Bool_t D
   if(EMCAL){
     if(DETAIL){
       AliAnalysisEmEtReconstructed *totEtReco = new AliAnalysisEmEtReconstructed();
-      totEtReco->SetDataSet(2010);
+      totEtReco->SetDataSet(20100);
       //Set corrections...
       totEtReco->SetCorrections(corrections);    
       totEtReco->Init();
@@ -19,7 +19,7 @@ AliAnalysisEtReconstructed * ConfigEtReconstructed(Bool_t EMCAL = true, Bool_t D
     }
     else{
       AliAnalysisEtReconstructedEmcal *totEtReco = new AliAnalysisEtReconstructedEmcal();
-      totEtReco->SetDataSet(2010);
+      totEtReco->SetDataSet(20100);
       //Set corrections...
       totEtReco->SetCorrections(corrections);    
       totEtReco->Init();
@@ -28,7 +28,7 @@ AliAnalysisEtReconstructed * ConfigEtReconstructed(Bool_t EMCAL = true, Bool_t D
   }
   else{
     AliAnalysisEtReconstructedPhos *totEtReco = new AliAnalysisEtReconstructedPhos();
-    totEtReco->SetDataSet(2010);
+    totEtReco->SetDataSet(20100);
     //Set corrections...
     totEtReco->SetCorrections(corrections);    
     totEtReco->Init();