Skip to content

Commit

Permalink
fix dictionaries definition
Browse files Browse the repository at this point in the history
  • Loading branch information
brusale committed Apr 18, 2024
1 parent 918ef7c commit b0887de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions DataFormats/DetId/src/classes.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "DataFormats/DetId/interface/DetId.h"
#include <map>
#include <unordered_map>
#include <vector>

#include "DataFormats/DetId/interface/DetIdVector.h"
Expand Down
4 changes: 3 additions & 1 deletion DataFormats/DetId/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
<class name="std::pair<const DetId,float>"/>
<class name="std::map<DetId,float>"/>
<class name="edm::Wrapper<std::map<DetId,float> >"/>

<class name="std::unordered_map<DetId,const unsigned int>" persistent="false"/>
<class name="edm::Wrapper<std::unordered_map<DetId, const unsigned int>>" persistent="false"/>
<class name="std::pair<const DetId, const unsigned int>" persistent="false"/>
</lcgdict>
3 changes: 0 additions & 3 deletions DataFormats/HGCRecHit/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,4 @@
<class name="edm::Wrapper<std::unordered_map<DetId,const HGCRecHit*>>" persistent="false"/>
<class name="std::pair<const DetId,const HGCRecHit*>" />

<class name="std::unordered_map<DetId,const unsigned int>" persistent="false"/>
<class name="edm::Wrapper<std::unordered_map<DetId, const unsigned int>>" persistent="false"/>
<class name="std::pair<const DetId, const unsigned int>" persistent="false"/>
</lcgdict>

0 comments on commit b0887de

Please sign in to comment.