CMS 3D CMS Logo

EventSelectionID.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_EventSelectionID_h
2 #define DataFormats_Provenance_EventSelectionID_h
3 
4 /*----------------------------------------------------------------------
5 
6 EventSelectionID: An identifier to uniquely identify the configuration
7 of the event selector subsystem of an OutputModule.
8 
9 ----------------------------------------------------------------------*/
10 
12 #include <vector>
13 
14 namespace edm {
16  typedef std::vector<EventSelectionID> EventSelectionIDVector;
17 } // namespace edm
18 
19 #endif
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::Hash
Definition: Hash.h:43
edm::EventSelectionID
ParameterSetID EventSelectionID
Definition: EventSelectionID.h:15
ParameterSetID.h
edm::EventSelectionIDVector
std::vector< EventSelectionID > EventSelectionIDVector
Definition: EventSelectionID.h:16