Skip to content

Commit

Permalink
Add typedef for assoication quality type.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja authored and osschar committed Apr 9, 2022
1 parent 6272f05 commit c19c23d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DataFormats/Common/interface/AssociationMap.h
Expand Up @@ -53,6 +53,8 @@ namespace edm {
public:
/// self type
typedef AssociationMap<Tag> self;
/// tag/association type
typedef Tag tag_type;
/// index type
typedef typename Tag::index_type index_type;
/// insert key type
Expand Down
2 changes: 2 additions & 0 deletions DataFormats/Common/interface/OneToManyWithQualityGeneric.h
Expand Up @@ -33,6 +33,8 @@ namespace edm {
typedef KeyRef key_type;
/// insert val type
typedef std::pair<ValRef, Q> data_type;
/// quality type
typedef Q quality_type;
/// index type
typedef index index_type;
/// map type
Expand Down

0 comments on commit c19c23d

Please sign in to comment.