]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changed default settings to splitting on
authorpostrow <postrow@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 24 Aug 2009 07:03:59 +0000 (07:03 +0000)
committerpostrow <postrow@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 24 Aug 2009 07:03:59 +0000 (07:03 +0000)
EPOS/AliGenEpos.cxx

index 46d7a7bc6598ec4c2d58356e900a4201ab053c8c..d7c8a8f67d6d71cbb04613a03cb4b2a794efbd57 100644 (file)
@@ -47,6 +47,7 @@ void AliGenEpos::Init() {
        epos->SetBminim(this->fBmin);
        epos->SetBmaxim(this->fBmax);
        epos->SetEcms(this->fEnergyCMS);
+       epos->SetSplitting(kTRUE);
        GetTEpos()->Initialize();
 }