From: bthorsbr Date: Wed, 30 Jul 2014 15:09:31 +0000 (+0200) Subject: updated to allow hepmc to include 50000 particles X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=e0b1c5953827243f52d25178dbcbea3bc61a78e9;p=u%2Fmrichter%2FAliRoot.git updated to allow hepmc to include 50000 particles --- diff --git a/TEvtGen/HepMC/HEPEVT_Wrapper.h b/TEvtGen/HepMC/HEPEVT_Wrapper.h index 99e8d36b554..85c0824353c 100644 --- a/TEvtGen/HepMC/HEPEVT_Wrapper.h +++ b/TEvtGen/HepMC/HEPEVT_Wrapper.h @@ -1,7 +1,7 @@ //-------------------------------------------------------------------------- #ifndef HEPEVT_EntriesAllocation -#define HEPEVT_EntriesAllocation 20000 +#define HEPEVT_EntriesAllocation 50000 #endif // HEPEVT_EntriesAllocation //--------------------------------------------------------------------------