#include "FWCore/Framework/interface/MakerMacros.h"
// The example source module
#include <DQMServices/Examples/interface/DQMExample_Step1.h>
DEFINE_FWK_MODULE(DQMExample_Step1);
#include <DQMServices/Examples/interface/DQMExample_Step2.h>
DEFINE_FWK_MODULE(DQMExample_Step2);
|