Line Code
1 2 3 4 5 6 7 8 9 10
#include "FWCore/Framework/interface/InputSourceMacros.h"
#include "FWCore/Framework/interface/MakerMacros.h"

#include "CalibCalorimetry/EcalLaserSorting/interface/WatcherSource.h"
#include "CalibCalorimetry/EcalLaserSorting/interface/LaserSorter.h"
#include "CalibCalorimetry/EcalLaserSorting/interface/LmfSource.h"

DEFINE_FWK_INPUT_SOURCE(WatcherSource);
DEFINE_FWK_MODULE(LaserSorter);
DEFINE_FWK_INPUT_SOURCE(LmfSource);