LISTSERV mailing list manager LISTSERV 16.5

Help for HPS-SOFTWARE Archives


HPS-SOFTWARE Archives

HPS-SOFTWARE Archives


HPS-SOFTWARE@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

HPS-SOFTWARE Home

HPS-SOFTWARE Home

HPS-SOFTWARE  February 2012

HPS-SOFTWARE February 2012

Subject:

Re: reading sample Evio v4 file

From:

Carl Timmer <[log in to unmask]>

Reply-To:

Software for the Heavy Photon Search Experiment <[log in to unmask]>

Date:

Wed, 29 Feb 2012 14:54:36 -0500

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (153 lines)

Jevio from the coda website is the latest and greatest.
Carl

On 2/29/2012 1:50 PM, McCormick, Jeremy I. wrote:
> Hi, Sergey.
>
> I'm not sure I've heard of or have access to this svn.  I've been working from the Java sources included in jevio 4.0 from the CODA website, released on the 28th (yesterday!).  I thought this was up to date but if there are is a better distribution that I should be using then please let me know how I can get it.
>
> --Jeremy
>
> -----Original Message-----
> From: [log in to unmask] [mailto:[log in to unmask]]
> Sent: Wednesday, February 29, 2012 6:02 AM
> To: McCormick, Jeremy I.
> Cc: McCormick, Jeremy I.; [log in to unmask]; [log in to unmask]; Carl Timmer; [log in to unmask]; Neal, Homer A.; Graf, Norman A.; hps-software
> Subject: RE: reading sample Evio v4 file
>
> Hi,
> there is a file evtest1.c in evio-4.0 which was used to generate sample file,
> it can be modified to generate something else.
> Please use everything from recent evio-4.0 and jevio-4.0 from my jlab home
> directory or Carl's svn, previous versions are not good, we did some changes
> over last week to fix java.
> Sergey
>
>> Hi,
>>
>> It looks like the test file sent earlier by Sergei does not strictly
>> conform to the EVIO v4 data format and cannot be read by jevio.  Carl
>> pointed me to a different sample file that seems to be better.  I'm still
>> having a few issues with parsing it, but the basics are (mostly) working.
>>
>> I've replaced the old file with this new one.
>>
>> http://www.lcsim.org/test/hps/evio4_sample.dat
>>
>> I have an additional question...
>>
>> Is there an example anywhere of creating an EVIO v4 file from scratch in a
>> Java test program?  A C or C++ program would presumably be helpful, too.
>>
>> For instance, say I had the following Java data structure...
>>
>> class MyDataClass {
>>      int t;
>>      long id;
>>      short[] adcCounts; // assume this is non-fixed size
>> }
>>
>> How would I map this example class to a composite record and then write
>> these events out to an EVIO file on disk?  Any tips or sample programs
>> that would help me to figure out how to do this?
>>
>> Creating in-memory events was straightforward in EVIO v3, but with this
>> release there is the added complexity of setting valid formatting strings
>> in order to be able to correctly read the composite data back, among other
>> things.
>>
>> In the real experiment, we'll be getting data off the ET Ring, but for
>> testing purposes it would be very helpful if I could create some valid
>> sample data.  The test programs I found in jevio 4.0 read in existing
>> files but don't create them.
>>
>> --Jeremy
>>
>> -----Original Message-----
>> From: McCormick, Jeremy I.
>> Sent: Tuesday, February 28, 2012 1:43 PM
>> To: [log in to unmask]; [log in to unmask]; 'Carl Timmer';
>> [log in to unmask]; Neal, Homer A.
>> Cc: Graf, Norman A.
>> Subject: reading sample Evio v4 file
>>
>> Hi,
>>
>> I'm trying to test out the new EVIO 4 Java library.  (Thanks for this!)
>>
>> Sergei sent this sample EVIO v4 file last week, which I'm attempting to
>> read and parse using the new Java library.
>>
>> http://www.lcsim.org/test/hps/evio4_sample.dat
>>
>> This file has three child structures in each event, containing sample
>> composite data in three different formats.  I believe that this file
>> contains only composite data blocks.  (Sergei can probably say more about
>> this.)
>>
>> Several things do not work for me, however.
>>
>> Firstly, the call to write out an XML file...
>>
>> reader.toXMLFile(fileName)
>>
>> fails with the error.
>>
>> org.jlab.coda.jevio.EvioException: no composite data
>>      at org.jlab.coda.jevio.CompositeData.<init>(CompositeData.java:168)
>>
>> Secondly, attempting to actually parse one of the blocks as composite data
>> does not work.
>>
>> The parse error occurs when I attempt to access the second data block.
>> The first structure seems okay.  But with the second, there is a null
>> pointer exception in the CompositeData constructor, just after the call to
>> the unpackRawBytesToString() method.  A null pointer is returned by this
>> method rather than a sized String array.  This call occurs just after line
>> 133 of CompositeData.java, where some operations are performed on this
>> null array object.
>>
>> Test program is quite simple...
>>
>>      EvioReader reader = new EvioReader(new File(testFileName));
>>      reader.toXMLFile((new File(testFileName +
>> ".xml")).getCanonicalPath());  // Doesn't work!
>>
>>      EvioEvent event = reader.parseNextEvent();
>>      while (event != null) {
>>          for (BaseStructure b1 : event.getChildren()) {
>>              CompositeData compData = b1.getCompositeData(); // Fails on
>> second data block.
>>          }
>>          event = reader.parseNextEvent();
>>      }
>>
>> As you can see, I'm not doing anything fancy/complicated here, just trying
>> to read each structure as composite data.
>>
>> If someone with more expertise could tell me the following, I would
>> appreciate it...
>>
>> Am I doing this right?
>>
>> Can you reproduce the issue(s)?
>>
>> Are there any know bugs/issues that would prevent the basic parsing and/or
>> the XML output from working for this file?
>>
>> Is there anything wrong with the sample data file?
>>
>> etc.
>>
>> If you need any additional info about this, please let me know.  Thanks!
>>
>> --Jeremy
>>
>

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1

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

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
June 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011

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