From: coppedis Date: Thu, 28 Aug 2008 12:16:13 +0000 (+0000) Subject: Updated macro X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=25bd4833a2692fe25b8ba24cae73ba3c81ec5cf0 Updated macro --- diff --git a/ZDC/Fragment.C b/ZDC/Fragment.C index f1eb28a3cbd..9661e41bafd 100644 --- a/ZDC/Fragment.C +++ b/ZDC/Fragment.C @@ -1,9 +1,6 @@ void Fragment(Int_t nev=0, Int_t debug=0) { gROOT->Reset(); - gStyle->SetPalette(1); - gStyle->SetCanvasColor(33); - gStyle->SetFrameFillColor(38); Float_t b; Int_t nspectp, nspectn, nspectpfree, nspectnfree; @@ -40,13 +37,13 @@ void Fragment(Int_t nev=0, Int_t debug=0) } // // Generation of fragments - gallio->GenerateIMF(zz, nalpha); + gallio->GenerateIMF(); Int_t NFrag = gallio->GetFragmentNum(); // // Attach neutrons ztot=0; ntot=0; - gallio->AttachNeutrons(zz, nn, ztot, ntot); + gallio->AttachNeutrons(); nspectpfree = nspectp-ztot-2*nalpha; nspectnfree = nspectn-ntot-2*nalpha; hFragp -> Fill(b,nspectpfree);