Correction in GetJets.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Jun 2003 15:42:22 +0000 (15:42 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Jun 2003 15:42:22 +0000 (15:42 +0000)
PYTHIA6/AliGenPythia.cxx

index 71e317a4bd13cf55bb5b0094bce94d42ac22b9fa..63a20d3b5e06c94c19fc0f7070c9310928d65b2e 100644 (file)
@@ -805,7 +805,7 @@ void  AliGenPythia::GetJets(Int_t& nJets, Int_t& nJetsTrig, Float_t jets[4][10])
 
        if (
            eta > fEtaMinJet && eta < fEtaMaxJet && 
-           phi > fPhiMinJet && eta < fPhiMaxJet &&
+           phi > fPhiMinJet && phi < fPhiMaxJet &&
            et  > fEtMinJet  && et  < fEtMaxJet     
            ) 
        {