CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/FWCore/Framework/src/ProcessingTask.h

Go to the documentation of this file.
00001 #ifndef Framework_ProcessingTask_h
00002 #define Framework_ProcessingTask_h
00003 
00004 #include <string>
00005 
00006 namespace edm
00007 {
00008   typedef std::string ProcessingTask;
00009 }
00010 
00011 #endif