From: hristov Date: Thu, 21 Oct 2004 08:36:35 +0000 (+0000) Subject: evLast set to 1000000 X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=5e653232c5b61e0d179e57da526b75be8649a26c;ds=sidebyside evLast set to 1000000 --- diff --git a/ANALYSIS/AliD0toKpiTest.C b/ANALYSIS/AliD0toKpiTest.C index 7f7484f3313..5cb127ebb50 100644 --- a/ANALYSIS/AliD0toKpiTest.C +++ b/ANALYSIS/AliD0toKpiTest.C @@ -52,7 +52,7 @@ void AliD0toKpiReco() { analysis->PrintStatus(); Int_t evFirst = 0; - Int_t evLast = 0; + Int_t evLast = 1000000; //analysis->SetDebug(); //analysis->FindCandidates(evFirst,evLast,"AliD0toKpi.root"); analysis->FindCandidatesESD(evFirst,evLast,"AliD0toKpi.root");