Skip to content

Commit

Permalink
Merge pull request #31048 from Dr15Jones/fixDictDataFormatsGEMDigi
Browse files Browse the repository at this point in the history
Add missing pair dictionaries in DataFormats/GEMDigi
  • Loading branch information
cmsbuild committed Aug 5, 2020
2 parents 503f805 + f613f7a commit a92e536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DataFormats/GEMDigi/src/classes_def.xml
Expand Up @@ -58,6 +58,7 @@
</class>
<class name="std::vector<gem::AMCdata>"/>
<class name="std::map<uint16_t,std::vector<gem::AMCdata> >"/>
<class name="std::pair<uint16_t,std::vector<gem::AMCdata> >"/>
<class name="MuonDigiCollection<uint16_t,gem::AMCdata>"/>
<class name="edm::Wrapper<MuonDigiCollection<uint16_t,gem::AMCdata> >" splitLevel="0"/>

Expand All @@ -66,6 +67,7 @@
</class>
<class name="std::vector<gem::AMC13Event>"/>
<class name="std::map<uint16_t,std::vector<gem::AMC13Event> >"/>
<class name="std::pair<uint16_t,std::vector<gem::AMC13Event> >"/>
<class name="MuonDigiCollection<uint16_t,gem::AMC13Event>"/>
<class name="edm::Wrapper<MuonDigiCollection<uint16_t,gem::AMC13Event> >" splitLevel="0"/>

Expand Down

0 comments on commit a92e536

Please sign in to comment.