Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:51

0001 #ifndef DataFormats_Common_EndPathStatus_h
0002 #define DataFormats_Common_EndPathStatus_h
0003 
0004 namespace edm {
0005   class EndPathStatus {
0006   public:
0007     EndPathStatus() {}
0008   };
0009 }  // namespace edm
0010 #endif