Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TES inspection example fails with DaVinci > v36r6 #147

Open
betatim opened this issue Nov 12, 2015 · 3 comments
Open

TES inspection example fails with DaVinci > v36r6 #147

betatim opened this issue Nov 12, 2015 · 3 comments

Comments

@betatim
Copy link
Member

betatim commented Nov 12, 2015

import sys

from GaudiConf import IOHelper
from Configurables import DaVinci
import GaudiPython as GP

input_files = [sys.argv[-1]]
IOHelper('ROOT').inputFiles(input_files)

dv = DaVinci()
dv.DataType = '2012'

app_mgr = GP.AppMgr()
evt_svc = app_mgr.evtsvc()

app_mgr.run(1)
evt_svc.dump()

this script fails with versions of DaVinci > v36r6. It goes crazy while printing the TES:

IncrementalExecutor::executeFunction: symbol '_ZN10GaudiUtilslsIN4LHCb10ParticleIDESaIS2_EEERSoS4_RKSt6vectorIT_T0_E' unresolved while linking function '__cxx_global_var_init192'!
You are probably missing the definition of std::ostream& GaudiUtils::operator<< <LHCb::ParticleID, std::allocator<LHCb::ParticleID> >(std::ostream&, std::vector<LHCb::ParticleID, std::allocator<LHCb::ParticleID> > const&)

Reported by @elgicse

@elgicse
Copy link
Contributor

elgicse commented Nov 12, 2015

problem happens between the printouts of Event/Rec/Header and of Event/Rec/Status

@alexpearce
Copy link
Member

I saw this as well. Everything still seemed to work though. Did everything still work for you?

@alexpearce
Copy link
Member

Sorry, didn't see this was reported by @elgicse, never mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants