Skip to content
Snippets Groups Projects
Commit 26978036 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'pair.xAODJet-20190326' into 'master'

xAODJet: Generate pair_base dictionaries.

See merge request atlas/athena!22137
parents 54db275f 95d653ca
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