LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
type_aliases.h
Go to the documentation of this file.
1 #ifndef canvas_Persistency_Provenance_Compatibility_type_aliases_h
2 #define canvas_Persistency_Provenance_Compatibility_type_aliases_h
3 
4 //===========================================================
5 // These type aliases were used in versions 1-9 of ProductID.
6 //===========================================================
7 
8 namespace art::compatibility {
9  using ProcessIndex = unsigned short;
10  using ProductIndex = unsigned short;
11 }
12 
13 #endif /* canvas_Persistency_Provenance_Compatibility_type_aliases_h */
14 
15 // Local Variables:
16 // mode: c++
17 // End:
unsigned short ProcessIndex
Definition: type_aliases.h:9
unsigned short ProductIndex
Definition: type_aliases.h:10