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  December 2014

HPS-SOFTWARE December 2014

Subject:

Re: EVIO Error

From:

Andrea Celentano <[log in to unmask]>

Reply-To:

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

Date:

Tue, 9 Dec 2014 17:53:40 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (279 lines)

For completeness,
as Sho said, the format tag of the new FADC mode 7 is 0xe102, the same 
that was previously associated with the old "pulse format" (that now is 
0xe10F).

Therefore, if one tries to reconstruct test-run data taken in the old 
pulse format with the new software, this will not work. However, I do 
not know if this mode was actually used before...

Andrea
Il 12/09/2014 05:46 PM, Andrea Celentano ha scritto:
> Hi all,
> the format string of the data produced by the FADC in mode 7 is 
> coherent with the bank content.
>
> - The mode 3 format tag is:
>
> "c,i,l,N(c,N(s,i))"
>
> - The mode 7 format tag is:
>
> "c,i,l,N(c,N(s,i,s,s))"
>
> The two additional shorts reported are the peak "minimum" (i.e. the 
> pedestal) and the peak "maximum", in FADC units. These are not present 
> in mode 3.
>
> I modified the EcalEvioReader to handle this case (I tested it with 
> the file hps_003001_mode7.evio.0, with positive result).
>
> I just closed the JIRA issue related to this.
>
> Jeremy, can you please check if the code looks enough well written? It 
> works properly, but I'd like a Java expert to have a look at it and 
> check everything is done properly.
>
> Andrea
>
> Il 12/09/2014 05:34 PM, Maurik Holtrop ha scritto:
>> Hello Sho, Kyle,
>>
>> If the format string is different from the actual contents of the 
>> bank, that that would be a bug in how the DAQ writes out the data. We 
>> should contact Sergey to have that fixed on the DAQ side as well.
>>
>> - Maurik
>>
>> On Dec 8, 2014, at 11:19 PM, Sho Uemura <[log in to unmask]> wrote:
>>
>>> Looking at hps_003001_mode7.evio.0. I see the mode 7 format, and I see:
>>>
>>> * the format tag is 0xe102
>>>
>>> * the format string is "c,i,l,N(c,N(s,i,s,s))"
>>>
>>> so the format tag is the same as the old pulse format, but the 
>>> actual format is different. That's why the EVIO-LCIO conversion 
>>> isn't working. This will not work until somebody writes the code to 
>>> do the conversion - this is Jira item #349, I guess, assigned to 
>>> Andrea.
>>>
>>> On Mon, 8 Dec 2014, Kyle McCarty wrote:
>>>
>>>> Hello Sho,
>>>>
>>>> That's the newest that we have. The file name should indicate the 
>>>> ones that
>>>> were run in mode 7 (the mode we are supposedly using). We aren't 
>>>> able to
>>>> get new data at the moment, unfortunately.
>>>>
>>>> I made the change that you suggested and tried running the monitoring
>>>> application on an older EVIO file (the DAQ is down at the moment; 
>>>> I'll test
>>>> it on the ET ring once i comes up again) and got a different error:
>>>>
>>>> java.lang.NullPointerException
>>>>>     at
>>>>> org.hps.record.composite.EvioEventAdapter.recordSupplied(EvioEventAdapter.java:92) 
>>>>>
>>>>>     at
>>>>> org.freehep.record.loop.DefaultRecordLoop.consumeRecord(DefaultRecordLoop.java:832) 
>>>>>
>>>>>     at
>>>>> org.freehep.record.loop.DefaultRecordLoop.loop(DefaultRecordLoop.java:668) 
>>>>>
>>>>>     at
>>>>> org.freehep.record.loop.DefaultRecordLoop.execute(DefaultRecordLoop.java:566) 
>>>>>
>>>>>     at 
>>>>> org.hps.record.composite.CompositeLoop.loop(CompositeLoop.java:211)
>>>>>     at
>>>>> org.hps.record.composite.EventProcessingThread.run(EventProcessingThread.java:48) 
>>>>>
>>>>> org.hps.record.RecordProcessingException: No next EVIO record 
>>>>> available
>>>>> from source.
>>>>>     at
>>>>> org.hps.record.composite.EvioEventAdapter.recordSupplied(EvioEventAdapter.java:103) 
>>>>>
>>>>>     at
>>>>> org.freehep.record.loop.DefaultRecordLoop.consumeRecord(DefaultRecordLoop.java:832) 
>>>>>
>>>>>     at
>>>>> org.freehep.record.loop.DefaultRecordLoop.loop(DefaultRecordLoop.java:668) 
>>>>>
>>>>>     at
>>>>> org.freehep.record.loop.DefaultRecordLoop.execute(DefaultRecordLoop.java:566) 
>>>>>
>>>>>     at 
>>>>> org.hps.record.composite.CompositeLoop.loop(CompositeLoop.java:211)
>>>>>     at
>>>>> org.hps.record.composite.EventProcessingThread.run(EventProcessingThread.java:48) 
>>>>>
>>>>> Caused by: org.freehep.record.source.NoSuchRecordException
>>>>>     at 
>>>>> org.hps.record.evio.EvioFileSource.next(EvioFileSource.java:109)
>>>>>     at
>>>>> org.hps.record.composite.EvioEventAdapter.recordSupplied(EvioEventAdapter.java:68) 
>>>>>
>>>>>     ... 5 more
>>>>> org.hps.record.composite.CompositeLoopAdapter.finish
>>>>>
>>>> I'm not sure if this helps or not.
>>>>
>>>> Also, it is possible something with the SSP has changed, though I'm 
>>>> not
>>>> sure if that would cause this specific error.
>>>>
>>>> Thanks,
>>>>
>>>> Kyle
>>>>
>>>> On Mon, Dec 8, 2014 at 10:21 PM, Sho Uemura 
>>>> <[log in to unmask]> wrote:
>>>>
>>>>> I need a file with pulse mode readout, since that's what the error is
>>>>> coming from.
>>>>>
>>>>> (If you're not running pulse mode, and the reader is 
>>>>> misidentifying the
>>>>> readout mode, that's obviously also a big problem.)
>>>>>
>>>>> I don't see anything newer than Dec. 4 in 
>>>>> /volatile/hallb/hps/led/; do you
>>>>> mean some other directory?
>>>>>
>>>>>
>>>>> On Mon, 8 Dec 2014, Kyle McCarty wrote:
>>>>>
>>>>> Hello Sho,
>>>>>> I'll give that a try in a moment.
>>>>>>
>>>>>> For data, we don't have anything since the error started. Do you 
>>>>>> think it
>>>>>> is related to data format? If not, we have some data from earlier 
>>>>>> today at
>>>>>> the LED sub-directory that you can try.
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Kyle
>>>>>> That points to an EVIO error - either a bug in the reader (you're
>>>>>> exercising the pulse mode code, and we never ran pulse mode in 
>>>>>> the test
>>>>>> run), or something unexpected in the data format.
>>>>>>
>>>>>> In either case, I can probably fix it if I have a file to look 
>>>>>> at. I don't
>>>>>> find any data from this week in /volatile or on tape, but can you 
>>>>>> tell me
>>>>>> where to look?
>>>>>>
>>>>>> On Mon, 8 Dec 2014, Kyle McCarty wrote:
>>>>>>
>>>>>> Hello hps-software,
>>>>>>
>>>>>>> Using the most recent build of hps-java, we obtain the following 
>>>>>>> error
>>>>>>> during event processing on the monitoring application in the 
>>>>>>> counting
>>>>>>> house:
>>>>>>>
>>>>>>> SEVERE: Error making ECal hits
>>>>>>>
>>>>>>> java.lang.NullPointerException
>>>>>>>>     at org.hps.evio.ECalEvioReader.makePulseHits(ECalEvioReader.
>>>>>>>> java:259)
>>>>>>>>     at 
>>>>>>>> org.hps.evio.ECalEvioReader.makeHits(ECalEvioReader.java:129)
>>>>>>>>     at
>>>>>>>> org.hps.evio.LCSimEngRunEventBuilder.makeLCSimEvent(
>>>>>>>> LCSimEngRunEventBuilder.java:47)
>>>>>>>>     at
>>>>>>>> org.hps.record.composite.LcioEventAdapter.recordSupplied(
>>>>>>>> LcioEventAdapter.java:82)
>>>>>>>>     at
>>>>>>>> org.freehep.record.loop.DefaultRecordLoop.consumeRecord(
>>>>>>>> DefaultRecordLoop.java:832)
>>>>>>>>     at
>>>>>>>> org.freehep.record.loop.DefaultRecordLoop.loop(
>>>>>>>> DefaultRecordLoop.java:668)
>>>>>>>>     at
>>>>>>>> org.freehep.record.loop.DefaultRecordLoop.execute(
>>>>>>>> DefaultRecordLoop.java:566)
>>>>>>>>     at org.hps.record.composite.CompositeLoop.loop(
>>>>>>>> CompositeLoop.java:211)
>>>>>>>>     at
>>>>>>>> org.hps.record.composite.EventProcessingThread.run(
>>>>>>>> EventProcessingThread.java:48)
>>>>>>>>
>>>>>>>>
>>>>>>>> It seems to be keeping us from seeing events in some of the 
>>>>>>>> GUIs. Any
>>>>>>> ideas
>>>>>>> what the problem is?
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Kyle
>>>>>>>
>>>>>>> ######################################################################## 
>>>>>>>
>>>>>>> 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 
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>> ######################################################################## 
>>>>>>
>>>>>> 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 
>>>>>>
>>>>>>
>>>>>>
>>>>> ######################################################################## 
>>>>>
>>>>> 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
>>>>>
>>>> ######################################################################## 
>>>>
>>>> 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
>>>>
>>> ######################################################################## 
>>>
>>> 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
>> ########################################################################
>> 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
>
> ########################################################################
> 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

########################################################################
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