Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:57:58

0001 #include "FWCore/Framework/interface/InputSourceMacros.h"
0002 #include "FWCore/Framework/interface/MakerMacros.h"
0003 
0004 #include "CalibCalorimetry/EcalLaserSorting/interface/WatcherSource.h"
0005 #include "CalibCalorimetry/EcalLaserSorting/interface/LaserSorter.h"
0006 #include "CalibCalorimetry/EcalLaserSorting/interface/LmfSource.h"
0007 
0008 DEFINE_FWK_INPUT_SOURCE(WatcherSource);
0009 DEFINE_FWK_MODULE(LaserSorter);
0010 DEFINE_FWK_INPUT_SOURCE(LmfSource);