Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // -*- C++ -*-
0002 //
0003 // Implementation:
0004 //     Explicitly instantiate implementor templates for EDAnalyzerBase
0005 //
0006 // Original Author:  W. David Dagenhart
0007 //         Created:  23 June 2020
0008 
0009 #include "FWCore/Framework/src/global/implementorsMethods.h"
0010 #include "FWCore/Framework/interface/global/EDAnalyzerBase.h"
0011 
0012 namespace edm {
0013   namespace global {
0014     namespace impl {
0015       template class WatchProcessBlock<edm::global::EDAnalyzerBase>;
0016     }  // namespace impl
0017   }    // namespace global
0018 }  // namespace edm