From e6e304bca5e34226004eaf6dcfec325ff2b10614 Mon Sep 17 00:00:00 2001 From: kleinb Date: Mon, 14 May 2012 06:35:11 +0000 Subject: [PATCH] the radius via RParam (M. Verweij) --- PWGJE/macros/examples/pythia6FastjetExample.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PWGJE/macros/examples/pythia6FastjetExample.C b/PWGJE/macros/examples/pythia6FastjetExample.C index f2e2a7d9112..888e0cee02b 100644 --- a/PWGJE/macros/examples/pythia6FastjetExample.C +++ b/PWGJE/macros/examples/pythia6FastjetExample.C @@ -36,7 +36,8 @@ void run(Int_t nEvent = 50, Float_t e_cms = 2760) { AliFastJetHeaderV1 *header = new AliFastJetHeaderV1; header->SetBGMode(0); - header->SetRadius(0.4); + // header->SetRadius(0.4); + header->SetRparam(0.4); //header->SetGhostEtaMax(2); //header->SetGhostArea(0.05); header->SetAlgorithm(2); // antikt_algorithm = 2, kt = 0 (see fastjet/fastjet/JetDefinition.hh -- 2.39.3