]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
the radius via RParam (M. Verweij)
authorkleinb <kleinb@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 May 2012 06:35:11 +0000 (06:35 +0000)
committerkleinb <kleinb@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 May 2012 06:35:11 +0000 (06:35 +0000)
PWGJE/macros/examples/pythia6FastjetExample.C

index f2e2a7d9112a186602d691d415f6d076264c4ba9..888e0cee02bb2233b9b4b756757e22abaf20e4f1 100644 (file)
@@ -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