fDelta in TEventList

From: Andy Haas (root_news@yahoo.com)
Date: Sun Aug 23 1998 - 02:47:13 MEST


Hi,
Why does the constructor for TEventList do the following...

 TEventList::TEventList(const Text_t *name, const Text_t *title, Int_t
initsize, Int_t delta)
    :TNamed(name,title){

   fN = 0;
   if (initsize > 100) fSize = initsize;
   else                fSize = 100;   
   if (delta > 0) fDelta = 0;
   else           fDelta = 100;
   fList       = 0;
   fDirectory  = gDirectory;
   AppendDirectory();
}

-------------------
If one tries to set fDelta above a hundred, fDelta gets set to
zero?!@% Why? I'd like to make it much higher, since I'm dealing with
large numbers of events (>100!!!) and there's currently no way that I
can see to do it.

Cheers, Andy
==
Andrew Haas - haas@yahoo.com
University of Washingon Physics
Glast - D0

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:36 MET