EventSelectionID.h
Go to the documentation of this file.
1 #ifndef canvas_Persistency_Provenance_EventSelectionID_h
2 #define canvas_Persistency_Provenance_EventSelectionID_h
3 
4 // ======================================================================
5 //
6 // EventSelectionID - An identifier to uniquely identify the
7 // configuration of the event selector subsystem of an
8 // OutputModule.
9 //
10 // ======================================================================
11 
13 #include <vector>
14 
15 namespace art {
16 
18  typedef std::vector<EventSelectionID> EventSelectionIDVector;
19 
20 } // art
21 
22 // ======================================================================
23 
24 #endif /* canvas_Persistency_Provenance_EventSelectionID_h */
25 
26 // Local Variables:
27 // mode: c++
28 // End:
fhicl::ParameterSetID EventSelectionID
std::vector< EventSelectionID > EventSelectionIDVector