Skip to content
Snippets Groups Projects
Commit 95d653ca authored by scott snyder's avatar scott snyder
Browse files

xAODJet: Generate pair_base dictionaries.

Adjust selection file to generate dictionaries for std:__pair_base classes
needed for persistency.
parent ec0b6df7
No related branches found
No related tags found
No related merge requests found
...@@ -26,16 +26,17 @@ ...@@ -26,16 +26,17 @@
<class name="std::pair<std::string,std::vector<const xAOD::IParticle*> >" /> <class name="std::pair<std::string,std::vector<const xAOD::IParticle*> >" />
<class name="std::pair<std::string,std::vector<float> >" />
<class name="std::pair<std::string,std::vector<std::vector<int> > >" /> <class name="std::pair<std::string,std::vector<std::vector<int> > >" />
<class name="std::pair<std::string,std::vector<std::vector<float> > >" /> <!--pair<string,vector<float> >, pair<string,vector<vector<float> > >,
and associated pair_base if existing. -->
<class pattern="std::*pair*<*string*vector<float*"/>
<class name="xAOD::JetAttribute" /> <class name="xAOD::JetAttribute" />
<!-- <class name="std::vector<const xAOD::IParticle* >" /> Is this <!-- <class name="std::vector<const xAOD::IParticle* >" /> Is this
existing somehwere else ? --> existing somewhere else ? -->
<!-- Suppress the unwanted classes found by ROOT 6. --> <!-- Suppress the unwanted classes found by ROOT 6. -->
<!-- Hopefully we can remove these extra lines at one point... --> <!-- Hopefully we can remove these extra lines at one point... -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment