Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // -*- C++ -*-
0002 //
0003 // Package:     FWCore/Framework
0004 // Class  :     outputmoduleImplementors
0005 //
0006 // Implementation:
0007 //     Explicitly instantiate implementor templates for OutputModuleBase
0008 //
0009 //
0010 
0011 // system include files
0012 
0013 // user include files
0014 #include "FWCore/Framework/src/global/implementorsMethods.h"
0015 #include "FWCore/Framework/interface/global/OutputModule.h"
0016 
0017 namespace edm {
0018 
0019   class ModuleCallingContext;
0020 
0021   namespace global {
0022     namespace outputmodule {
0023       void InputFileWatcher::doRespondToOpenInputFile_(FileBlock const& iB) { respondToOpenInputFile(iB); }
0024       void InputFileWatcher::doRespondToCloseInputFile_(FileBlock const& iB) { respondToCloseInputFile(iB); }
0025     }  // namespace outputmodule
0026   }    // namespace global
0027 }  // namespace edm