]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
set boundaries of ghosts to fEtaMax
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Mar 2013 14:53:31 +0000 (14:53 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Mar 2013 14:53:31 +0000 (14:53 +0000)
PWGJE/EMCALJetTasks/AliEmcalJetTask.cxx

index 86f0c35d078833aadbe9766a5e653afd2f10ecf4..d1fac39f5ddd2fca4f2f520f3001e96b390514de 100644 (file)
@@ -42,14 +42,14 @@ AliEmcalJetTask::AliEmcalJetTask() :
   fMinJetClusPt(0.15),
   fPhiMin(0),
   fPhiMax(TMath::TwoPi()),
-  fEtaMin(-1),
-  fEtaMax(1),
+  fEtaMin(-0.9),
+  fEtaMax(+0.9),
   fMinJetArea(0.01),
   fMinJetPt(1.0),
   fJetPhiMin(-10),
-  fJetPhiMax(10),
+  fJetPhiMax(+10),
   fJetEtaMin(-1),
-  fJetEtaMax(1),
+  fJetEtaMax(+1),
   fGhostArea(0.01),
   fIsInit(0),
   fIsPSelSet(0),
@@ -78,14 +78,14 @@ AliEmcalJetTask::AliEmcalJetTask(const char *name) :
   fMinJetClusPt(0.15),
   fPhiMin(0),
   fPhiMax(TMath::TwoPi()),
-  fEtaMin(-1),
-  fEtaMax(1),
+  fEtaMin(-0.9),
+  fEtaMax(+0.9),
   fMinJetArea(0.01),
   fMinJetPt(1.0),
   fJetPhiMin(-10),
-  fJetPhiMax(10),
+  fJetPhiMax(+10),
   fJetEtaMin(-1),
-  fJetEtaMax(1),
+  fJetEtaMax(+1),
   fGhostArea(0.01),
   fIsInit(0),
   fIsPSelSet(0),
@@ -168,7 +168,7 @@ void AliEmcalJetTask::FindJets()
   fjw.SetGhostArea(fGhostArea);
   fjw.SetR(fRadius);
   fjw.SetAlgorithm(jalgo);  
-  fjw.SetMaxRap(1);
+  fjw.SetMaxRap(fEtaMax);
   fjw.Clear();
 
   // get primary vertex