From e196c4dc7fd8ccd4c359156ef88de648665b3162 Mon Sep 17 00:00:00 2001 From: morsch Date: Tue, 8 Feb 2005 12:58:12 +0000 Subject: [PATCH 1/1] Constant magnetic field in barrel. (A. Dainese) --- macros/Config_PythiaHeavyFlavours.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/macros/Config_PythiaHeavyFlavours.C b/macros/Config_PythiaHeavyFlavours.C index aa1efa6d5ab..99dc8744184 100644 --- a/macros/Config_PythiaHeavyFlavours.C +++ b/macros/Config_PythiaHeavyFlavours.C @@ -8,7 +8,7 @@ // For details and for the NORMALIZATION of the yields see: // // N.Carrer and A.Dainese, // // "Charm and beauty production at the LHC", // -// ALICE-INT-2003-019, [arXiv:hep-ph/0312255]. // +// ALICE-INT-2003-019, [arXiv:hep-ph/0311225]. // //*******************************************************************// #if !defined(__CINT__) || defined(__MAKECINT__) #include @@ -247,7 +247,7 @@ void Config() pythia->SetTrackingFlag(0); // Specify GEANT tracking limits (Rmax, Zmax) - //gAlice->TrackingLimits(90.,1.0e10); + //gAlice->GetMCApp()->TrackingLimits(90.,1.0e10); pythia->Init(); @@ -264,6 +264,7 @@ void Config() printf("\n \n Comment: %s \n \n", comment.Data()); AliMagFMaps* field = new AliMagFMaps("Maps","Maps", 2, 1., 10., mag); + field->SetL3ConstField(0); //Using const. field in the barrel rl->CdGAFile(); gAlice->SetField(field); -- 2.39.3