Error in cling - Autoloadingvisiter

Hi all.

When i running some analysis software using root header, there are have to many error like this,

Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for RAT/DS/Root.hh
   requested to autoload type RAT::DS::MCTrackStep
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for RAT/DS/Root.hh
   requested to autoload type RAT::DS::MCPhoton
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for RAT/DS/Root.hh
   requested to autoload type RAT::DS::MCParticle
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for RAT/DS/Root.hh
   requested to autoload type RAT::DS::MCTrack
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for RAT/DS/Root.hh
   requested to autoload type RAT::DS::MCPMT
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for RAT/DS/Root.hh
   requested to autoload type RAT::DS::PMT
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for RAT/DS/Root.hh
   requested to autoload type RAT::DS::MC
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for RAT/DS/Root.hh
   requested to autoload type RAT::DS::Calib
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
   Missing FileEntry for RAT/DS/Root.hh
   requested to autoload type RAT::DS::EV
......

Any idea?
I'm really Thanks any commend.
Cheers.

Hi,

it seems that these headers have been removed or are not available to the interpreter. Is this the case?

Cheers,
D

Hi D.
I’m agree with you. but i don’t have idea how can i fix it.
when i search this problem using google, somebody recommended installing cling c++ interpreter. but i’m not sure that can be solution.

best D,

Hi,

you can of course fix it. Where are these headers? Did you delete/move them?

D

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.