hepmcvisual is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/hepmcvisual does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 15 years ago

Closed 14 years ago

#22 closed defect (fixed)

Event seeking error in 15.3.0

Reported by: sboeser Owned by: sboeser
Priority: critical Milestone:
Component: HepMCBrowser algorithm Version: 1.1.X
Keywords: Cc: Christian Ohm <ohm@…>

Description

Sorry to complain again, but I'm having trouble running HepMCBrowser in 15.3.0 also.. It starts just fine but when I go the first event (or any other event for that matter) nothing happens and I get the below error message in the terminal window. I guess something with the seek mechanism has changed recently..?

athena> Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File "/afs/cern.ch/atlas/software/builds/AtlasAnalysis/15.3.0/InstallArea/python/HepMCBrowser/HepMCBrowserFrame.py", line 583, in seekNext
     self.seekByEntryNumber(self.getCurEntry()+1)                                                                                       
   File "/afs/cern.ch/atlas/software/builds/AtlasAnalysis/15.3.0/InstallArea/python/HepMCBrowser/HepMCBrowserFrame.py", line 593, in seekByEntryNumber
     if entrynr > self.getNEntries() :
   File "/afs/cern.ch/atlas/software/builds/AtlasAnalysis/15.3.0/InstallArea/python/HepMCBrowser/HepMCBrowserFrame.py", line 560, in getNEntries
     end = expSeekFwd(start)
   File "/afs/cern.ch/atlas/software/builds/AtlasAnalysis/15.3.0/InstallArea/python/HepMCBrowser/HepMCBrowserFrame.py", line 541, in expSeekFwd
     while self.seek(start+dStep).isSuccess() : dStep *=2
   File "/afs/cern.ch/atlas/software/builds/AtlasAnalysis/15.3.0/InstallArea/python/HepMCBrowser/HepMCBrowserFrame.py", line 472, in seek
     retval = theApp.seek(entrynr)
   File "/afs/cern.ch/atlas/software/builds/AtlasCore/15.3.0/InstallArea/python/AthenaServices/PyAthenaEventLoopMgr.py", line 18, in seek
     raise DeprecationWarning( "seek removed from application mgr, use the event selector instead" )

DeprecationWarning: seek removed from application mgr, use the event selector instead

Change History (2)

comment:1 Changed 15 years ago by sboeser

Status: newassigned

This is in fact a problem in Gaudi and being followed up here

comment:2 Changed 14 years ago by mbunse

Resolution: fixed
Status: assignedclosed

Works with release 15.5.1

Note: See TracTickets for help on using tickets.