Print

Print


Hi,

I created a JIRA item for this.

https://jira.slac.stanford.edu/browse/HPSJAVA-668

It is assigned to Nathan which I hope makes sense.

Let's move discussion of the issue over to JIRA now.....

--Jeremy

-----Original Message-----
From: Nathan Baltzell [mailto:[log in to unmask]] 
Sent: Monday, April 11, 2016 9:16 AM
To: McCormick, Jeremy I.
Cc: Sebouh Paul; hps-software; Rafayel Paremuzyan; Maurik Holtrop
Subject: Re: Recon broken

Looks like a new missing line break in the daq config bank from evio2xml:

FADC250_ALLCH_TET 18 18 18 18 18 18 18 18 18 18 18 18GTP_CLUSTER_PULSE_COIN 4 4 GTP_CLUSTER_PULSE_THRESHOLD 100]]>

Will ask Sergey to fix it for next weekend, but we'll want to put some workaround in the code eventually.  For an immediate "fix", could just disable parsing the bank (line
173 of LCSimEngRunEventBuilder), or wrap it in a try/catch?

-Nathan




On Apr 10, 2016, at 19:46, McCormick, Jeremy I. <[log in to unmask]> wrote:

> Probably some kind of DAQ bug....can you make a JIRA item with this info and mark as blocker please?
> 
> Sent using OWA for iPhone
> From: Sebouh Paul <[log in to unmask]>
> Sent: Sunday, April 10, 2016 3:13:18 PM
> To: McCormick, Jeremy I.
> Cc: hps-software; Rafayel Paremuzyan; [log in to unmask]
> Subject: Re: Recon broken
>  
> it appears that it only the first files in each run are affected by this.  
> 
> On Sun, Apr 10, 2016 at 5:18 PM, McCormick, Jeremy I. <[log in to unmask]> wrote:
> Which files have this issue?
> 
> Sent using OWA for iPhone
> From: Sebouh Paul <[log in to unmask]>
> Sent: Sunday, April 10, 2016 2:16:35 PM
> To: McCormick, Jeremy I.; hps-software
> Cc: Rafayel Paremuzyan; [log in to unmask]
> Subject: Recon broken
>  
> While I was running the DQM, I found that the recon part is broken.  Something about reading the DAQ configuration.  
> 
>   Scroll down to the line that says "Exception in thread "main" java.lang.NumberFormatException: For input string: "18GTP_CLUSTER_PULSE_COIN" "
> 
> 
> /usr/bin/time /apps/scicomp/java/jdk1.7/bin/java 
> -Djava.util.logging.config.class=org.hps.logging.config.DefaultLogging
> Config -Xmx3g -cp 
> /group/hps/production/dqm/hps-distribution-3.9-041016-bin.jar 
> org.hps.evio.EvioToLcio -x 
> /org/hps/steering/recon/EngineeringRun2015FullRecon.lcsim -r -d 
> HPS-PhysicsRun2016-Nominal-v4-4-fieldmap -R 7947 -n 10000 -D 
> outputFile=/work/hallb/hps/sebouh/tmp 
> /cache/mss/hallb/hps/data/hps_007947.evio.0
> 
> 
> 
> .....
> 
> 2016-04-10 17:08:12 [INFO] 
> org.hps.conditions.database.DatabaseConditionsManager initialize :: 
> conditions system initialized successfully
> 
> 2016-04-10 17:08:12 [CONFIG] 
> org.hps.conditions.database.DatabaseConditionsManager freeze :: 
> conditions system is frozen
> 
> 2016-04-10 17:08:12 [INFO] org.hps.evio.EvioToLcio run :: Opening EVIO 
> file /cache/mss/hallb/hps/data/hps_007947.evio.0
> 
> Reading sequentially for evio versions 4
> 
> 2016-04-10 17:08:12 [INFO] org.hps.evio.EvioToLcio run :: got PRESTART 
> event
> 
> 2016-04-10 17:08:12 [INFO] org.hps.evio.LCSimTestRunEventBuilder 
> readEvioEvent :: Prestart event: time 1460210726 - Sat Apr 09 10:05:26 
> EDT 2016, run 7947, run type 6
> 
> 2016-04-10 17:08:12 [INFO] org.hps.evio.LCSimTestRunEventBuilder 
> readEvioEvent :: Go event: time 1460210762 - Sat Apr 09 10:06:02 EDT 
> 2016, event count so far 0
> 
> 2016-04-10 17:08:12 [INFO] org.hps.evio.EcalEvioReader makeHits :: 
> ECal format tag: 0xe101
> 
> 
> 2016-04-10 17:08:12 [INFO] org.hps.evio.EvioToLcio run :: first 
> physics event time: 38 - Wed Dec 31 19:00:38 EST 1969
> 
> 2016-04-10 17:08:13 [INFO] org.lcsim.job.EventMarkerDriver process :: 
> Event 1 with sequence 0
> 
> Exception in thread "main" java.lang.NumberFormatException: For input string: "18GTP_CLUSTER_PULSE_COIN"
> 
> at 
> java.lang.NumberFormatException.forInputString(NumberFormatException.j
> ava:65)
> 
> at java.lang.Integer.parseInt(Integer.java:492)
> 
> at java.lang.Integer.valueOf(Integer.java:582)
> 
> at 
> org.hps.record.daqconfig.EvioDAQParser.setChannelParsInt(EvioDAQParser
> .java:474)
> 
> at 
> org.hps.record.daqconfig.EvioDAQParser.parseFADC(EvioDAQParser.java:42
> 5)
> 
> at 
> org.hps.record.daqconfig.EvioDAQParser.loadConfigMap(EvioDAQParser.jav
> a:286)
> 
> at 
> org.hps.record.daqconfig.EvioDAQParser.parse(EvioDAQParser.java:231)
> 
> at 
> org.hps.evio.TriggerConfigEvioReader.getDAQConfig(TriggerConfigEvioRea
> der.java:57)
> 
> at 
> org.hps.evio.LCSimEngRunEventBuilder.makeLCSimEvent(LCSimEngRunEventBu
> ilder.java:173)
> 
> at org.hps.evio.EvioToLcio.run(EvioToLcio.java:595)
> 
> at org.hps.evio.EvioToLcio.main(EvioToLcio.java:98)
> 
> 
> 
> 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