LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Selections.h
Go to the documentation of this file.
1 #ifndef art_Persistency_Provenance_Selections_h
2 #define art_Persistency_Provenance_Selections_h
3 
5 
6 #include <array>
7 #include <vector>
8 
9 namespace art {
10  class BranchDescription;
11  using Selections = std::vector<BranchDescription const*>;
12  using SelectionsArray = std::array<Selections, NumBranchTypes>;
13 }
14 
15 #endif /* art_Persistency_Provenance_Selections_h */
16 
17 // Local Variables:
18 // mode: c++
19 // End:
std::array< Selections, NumBranchTypes > SelectionsArray
Definition: Selections.h:12
std::vector< BranchDescription const * > Selections
Definition: Selections.h:11
HLT enums.