Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:09

0001 #include "FWCore/Framework/interface/MakerMacros.h"
0002 #include "IOPool/Output/interface/PoolOutputModule.h"
0003 #include "IOPool/Output/interface/TimeoutPoolOutputModule.h"
0004 
0005 using edm::PoolOutputModule;
0006 using edm::TimeoutPoolOutputModule;
0007 DEFINE_FWK_MODULE(PoolOutputModule);
0008 DEFINE_FWK_MODULE(TimeoutPoolOutputModule);