Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:01

0001 #ifndef DataFormats_Provenance_EventSelectionID_h
0002 #define DataFormats_Provenance_EventSelectionID_h
0003 
0004 /*----------------------------------------------------------------------
0005 
0006 EventSelectionID: An identifier to uniquely identify the configuration
0007 of the event selector subsystem of an OutputModule.
0008 
0009 ----------------------------------------------------------------------*/
0010 
0011 #include "DataFormats/Provenance/interface/ParameterSetID.h"
0012 #include <vector>
0013 
0014 namespace edm {
0015   typedef ParameterSetID EventSelectionID;
0016   typedef std::vector<EventSelectionID> EventSelectionIDVector;
0017 }  // namespace edm
0018 
0019 #endif