]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliFastJetHeaderV1.cxx
add function to extract the number of time bins
[u/mrichter/AliRoot.git] / JETAN / AliFastJetHeaderV1.cxx
index 0bd00b956db39c7dcdc1219e41a3718b656d6001..08c1af5b2b38d6efb0415e3f23c63f71358abada 100644 (file)
@@ -35,12 +35,13 @@ ClassImp(AliFastJetHeaderV1)
 
 AliFastJetHeaderV1::AliFastJetHeaderV1():
     AliJetHeader("AliFastJetHeaderV1"),
-    fRparam(1.0), 
+    fRparam(0.4),
+    fRparamBkg(0.4),  
     fAlgorithm(fastjet::kt_algorithm),
     fStrategy(fastjet::Best),
     fRecombScheme(fastjet::BIpt_scheme),
     fGhostEtaMax(2.0),
-    fGhostArea(0.05),
+    fGhostArea(0.01),
     fActiveAreaRepeats(1),
     fAreaType(fastjet::active_area), 
     fPtMin(5.0),
@@ -49,7 +50,6 @@ AliFastJetHeaderV1::AliFastJetHeaderV1():
     fRapMin(0.),
     fPhiMax(TMath::TwoPi()),
     fPhiMin(0),
-    fDebug(0),
     fBGMode(0)
 {
   // Constructor