]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Centrality selection task update (A. Toia)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 29 Oct 2010 11:09:24 +0000 (11:09 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 29 Oct 2010 11:09:24 +0000 (11:09 +0000)
ANALYSIS/AliAnalysisTaskPhiCorr.cxx
ANALYSIS/test_AliCentralityByFunction.root [new file with mode: 0644]

index db9f510e14f72ca3c0ca8634c96b075dad413942..8374e63b41887939d4bab0e1c60e91debff98eb2 100644 (file)
@@ -49,7 +49,8 @@ void AliAnalysisTaskPhiCorr::UserExec(Option_t *)
     Int_t nev = fInputHandler->GetBufferSize();
     Float_t wgt = 1./(nev*(nev-1));
     fMixedEvent.Reset();
-    
+
+
     for (Int_t iev = 0; iev < nev; iev++) {
        AliAODEvent* aod = (AliAODEvent*) GetEvent(iev);
        fMixedEvent.AddEvent(aod);
@@ -76,6 +77,7 @@ void AliAnalysisTaskPhiCorr::UserExec(Option_t *)
        } // tarcks
       } // tracks
     } // more than 1 
+
   PostData(1, fHists);
 }      
 
diff --git a/ANALYSIS/test_AliCentralityByFunction.root b/ANALYSIS/test_AliCentralityByFunction.root
new file mode 100644 (file)
index 0000000..7f1c5f9
Binary files /dev/null and b/ANALYSIS/test_AliCentralityByFunction.root differ