Hi all,
Package.AsgTools.Compo...ERROR /build1/atnight/localbuilds/nightlies/AnalysisBase/main/athena/Control/AthToolSupport/AsgTools/Root/AsgComponentConfig.cxx:285 (StatusCode asg::{anonymous}::createComponent(std::unique_ptr<asg::AsgComponent>&, const std::string&, const std::string&, const std::string&)): Unable to load class dictionary for type MyAnalysis::MyxAODAnalysis
Package.EventLoopComp_...ERROR /build1/atnight/localbuilds/nightlies/AnalysisBase/main/athena/PhysicsAnalysis/D3PDTools/AnaAlgorithm/Root/AnaAlgorithmConfig.cxx:89 (StatusCode EL::AnaAlgorithmConfig::makeAlgorithm(std::unique_ptr<EL::AnaAlgorithm>&, const EL::AlgorithmWorkerData&) const): Failed to call "makeComponentExpert (algorithm, "new %1% (\"%2%\", nullptr)", true, "")"
Package.EventLoopComp_...ERROR /build1/atnight/localbuilds/nightlies/AnalysisBase/main/athena/PhysicsAnalysis/D3PDTools/AnaAlgorithm/Root/AnaAlgorithmWrapper.cxx:73 (StatusCode EL::AnaAlgorithmWrapper::initialize(const EL::AlgorithmWorkerData&)): failed to create AnaAlgorithm: MyxAODAnalysis
AlgorithmStateModule ERROR executing initialize on algorithm MyxAODAnalysis
Package.EventLoop ERROR /build1/atnight/localbuilds/nightlies/AnalysisBase/main/athena/PhysicsAnalysis/D3PDTools/EventLoop/Root/Worker.cxx:535 (StatusCode EL::Worker::processEvents(EL::EventRange&)): Failed to call "module->onInitialize (*this)"
DirectInputModule ERROR /build1/atnight/localbuilds/nightlies/AnalysisBase/main/athena/PhysicsAnalysis/D3PDTools/EventLoop/Root/DirectInputModule.cxx:66 (StatusCode EL::Detail::DirectInputModule::processInputs(EL::Detail::ModuleData&, EL::Detail::IInputModuleActions&)): Failed to call "actions.processEvents (eventRange)"
Package.EventLoop ERROR /build1/atnight/localbuilds/nightlies/AnalysisBase/main/athena/PhysicsAnalysis/D3PDTools/EventLoop/Root/Worker.cxx:445 (StatusCode EL::Worker::processInputs()): Failed to call "module->processInputs (*this, *this)"
Package.EventLoop ERROR /build1/atnight/localbuilds/nightlies/AnalysisBase/main/athena/PhysicsAnalysis/D3PDTools/EventLoop/Root/Worker.cxx:769 (StatusCode EL::Worker::directExecute(const SH::SamplePtr&, const EL::Job&, const std::string&, const SH::MetaObject&)): Failed to call "processInputs ()"
Package.EventLoop ERROR /build1/atnight/localbuilds/nightlies/AnalysisBase/main/athena/PhysicsAnalysis/D3PDTools/EventLoop/Root/DirectDriver.cxx:81 (StatusCode EL::DirectDriver::doManagerStep(EL::Detail::ManagerData&) const): Failed to call "worker.directExecute (*sample, *data.job, data.submitDir, data.options)"
Package.EventLoop ERROR /build1/atnight/localbuilds/nightlies/AnalysisBase/main/athena/PhysicsAnalysis/D3PDTools/EventLoop/Root/ManagerData.cxx:67 (StatusCode EL::Detail::ManagerData::run()): while performing manager step 14
Package.EventLoop ERROR /build1/atnight/localbuilds/nightlies/AnalysisBase/main/athena/PhysicsAnalysis/D3PDTools/EventLoop/Root/ManagerData.cxx:68 (StatusCode EL::Detail::ManagerData::run()): on submission directory /afs/cern.ch/user/a/asehrawa/atlas-tutorial-asw/AnalysisTutorial/run/submitDir-2024-06-05-2337-3f7d
Traceback (most recent call last):
File "/afs/cern.ch/user/a/asehrawa/atlas-tutorial-asw/AnalysisTutorial/source/MyAnalysis/share/ATestRun_eljob.py", line 54, in <module>
driver.submit(job, submission_dir)
cppyy.gbl.std.runtime_error: string EL::Driver::submit(const EL::Job& job, const string& location) =>
runtime_error: failed to submit job
Info in <xAOD::TFileAccessTracer>: Sending file access statistics to http://rucio-lb-prod.cern.ch:18762/traces/
Please help me fix this error. Scripts can be looked at Ashish Sehrawat / MyAnalysis · GitLab
I am trying to load my class into the eventloop but see this error. I think it is related to root dictionary. Please guide me through how to fix it.
Many thanks in advance.