CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/Provenance/interface/EventSelectionID.h

Go to the documentation of this file.
00001 #ifndef DataFormats_Provenance_EventSelectionID_h
00002 #define DataFormats_Provenance_EventSelectionID_h
00003 
00004 /*----------------------------------------------------------------------
00005 
00006 EventSelectionID: An identifier to uniquely identify the configuration
00007 of the event selector subsystem of an OutputModule.
00008 
00009 ----------------------------------------------------------------------*/
00010 
00011 #include "DataFormats/Provenance/interface/ParameterSetID.h"
00012 #include <vector>
00013 
00014 namespace edm
00015 {
00016   typedef ParameterSetID EventSelectionID;
00017   typedef std::vector<EventSelectionID> EventSelectionIDVector;
00018 }
00019 
00020 #endif