]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ghost area to 0.005 by default
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Mar 2013 08:57:57 +0000 (08:57 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Mar 2013 08:57:57 +0000 (08:57 +0000)
PWGJE/EMCALJetTasks/AliEmcalJetTask.cxx

index d1fac39f5ddd2fca4f2f520f3001e96b390514de..25f25ca71b90b17db1cd03192b017a9f08ef0533 100644 (file)
@@ -44,13 +44,13 @@ AliEmcalJetTask::AliEmcalJetTask() :
   fPhiMax(TMath::TwoPi()),
   fEtaMin(-0.9),
   fEtaMax(+0.9),
-  fMinJetArea(0.01),
+  fMinJetArea(0.005),
   fMinJetPt(1.0),
   fJetPhiMin(-10),
   fJetPhiMax(+10),
   fJetEtaMin(-1),
   fJetEtaMax(+1),
-  fGhostArea(0.01),
+  fGhostArea(0.005),
   fIsInit(0),
   fIsPSelSet(0),
   fIsMcPart(0),
@@ -80,13 +80,13 @@ AliEmcalJetTask::AliEmcalJetTask(const char *name) :
   fPhiMax(TMath::TwoPi()),
   fEtaMin(-0.9),
   fEtaMax(+0.9),
-  fMinJetArea(0.01),
+  fMinJetArea(0.001),
   fMinJetPt(1.0),
   fJetPhiMin(-10),
   fJetPhiMax(+10),
   fJetEtaMin(-1),
   fJetEtaMax(+1),
-  fGhostArea(0.01),
+  fGhostArea(0.005),
   fIsInit(0),
   fIsPSelSet(0),
   fIsMcPart(0),