Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:12

0001 #ifndef FWCore_Utilities_InputType_h
0002 #define FWCore_Utilities_InputType_h
0003 
0004 namespace edm {
0005   enum class InputType { Primary, SecondaryFile, SecondarySource };
0006 }
0007 #endif