Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "FWCore/Framework/interface/InputSourceMacros.h"
0002 #include "FWCore/Sources/interface/VectorInputSourceMacros.h"
0003 #include "PoolSource.h"
0004 #include "EmbeddedRootSource.h"
0005 
0006 using edm::EmbeddedRootSource;
0007 using edm::PoolSource;
0008 DEFINE_FWK_INPUT_SOURCE(PoolSource);
0009 DEFINE_FWK_VECTOR_INPUT_SOURCE(EmbeddedRootSource);