LISTSERV mailing list manager LISTSERV 16.5

Help for LCD-DEV Archives


LCD-DEV Archives

LCD-DEV Archives


LCD-DEV@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

LCD-DEV Home

LCD-DEV Home

LCD-DEV  August 2006

LCD-DEV August 2006

Subject:

Re: org.lcsim IO improvements

From:

Timothy Barklow <[log in to unmask]>

Date:

18 Aug 2006 09:58:12 -0700 (PDT)Fri, 18 Aug 2006 09:58:12 -0700 (PDT)

Content-Type:

TEXT/PLAIN

Parts/Attachments:

Parts/Attachments

TEXT/PLAIN (60 lines)

Hi Tony.  I have some comments about the new code.

1)   Your version of LCIOWriter works fine.  The only problem is that we need new constructors in
   LCIODriver to pass the ignore list to LCIOWriter.
  I have always had these constructors in my version of LCIODriver but for some reason
  I forgot to put my LCIODriver in contrib.timb.  With your version of LCIOWriter the new LCIODriver constructors are

   public LCIODriver(String file, Collection<String> listIgnore)
   {
      try
      {
         writer = new LCIOWriter(file, listIgnore);
      }
      catch (IOException x)
      {
         throw new RuntimeException("Error opening LCIO file",x);
      }
   }
   public LCIODriver(File file, Collection<String> listIgnore)
   {
      try
      {
         writer = new LCIOWriter(file, listIgnore);
      }
      catch (IOException x)
      {
         throw new RuntimeException("Error opening LCIO file",x);
      }
   }


2)  LCSimLoop has one very minor problem and one major problem.  The minor problem is that
the skip method in LCSimLoop should be skip(long nskip) in order to be consistent with the
long argument of SequentialRecordLoopImpl.loop(long n)  .
Then the loop variable in skip should also be long.  In addition,
with this change you need to cast the nskip variable to int for the rss.goToRecord call.

The major problem is that LCSimLoop is unacceptably inefficient when you have to skip large numbers of
records.  It is necessary to skip large numbers of records, for example, when you want to use the first half of files
for training a neural net and the second half for doing analysis with the trained neural net.
  With my version of LCSimLoop it takes 130 seconds of "don" cputime to skip 120000 ZHH events; with your version
a medium queue job on "don" hit its time limit of 1000 seconds before it had finished skipping the same 120000 ZHH events.


                          -- Tim


On Thu, 17 Aug 2006, Johnson, Tony S. wrote:

> Hi Tim, I put two fixes into the org.lcsim IO classes based on your code in contrib.timb.
>
> 1) Added ability for LCIOWriter to have a list of collections not to write out. The code is slightly changed from your code, but should be completely compatible.
>
> 2) Added a skip(int n) method to LCSimLoop. This provides the same functionality as your change, but is done via an extra method instead of adding an argument to the constructor. This is currently not implemented very efficiently, but is done in such a way that we can improve efficiency later without changing any user code making use of this method.
>
> Tony
>


Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

February 2026
June 2017
April 2017
November 2016
September 2016
April 2016
March 2016
February 2016
November 2015
August 2015
July 2015
May 2015
April 2015
March 2015
January 2015
November 2014
September 2014
May 2014
April 2014
February 2014
November 2013
October 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
October 2012
August 2012
July 2012
June 2012
May 2012
April 2012
February 2012
January 2012
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
May 2004
April 2004
March 2004
January 2004
November 2003
September 2003
August 2003
June 2003
May 2003
February 2003
August 2002
July 2002
May 2002
April 2002
March 2002
February 2002
January 2002
November 2001
September 2001
August 2001
June 2001
May 2001
April 2001
March 2001
March 2000
February 2000
January 2000
December 1999
November 1999
October 1999
September 1999
July 1999
May 1999
April 1999
March 1999
February 1999
January 1999
December 1998
November 1998

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use