Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13
/*
 *  \author  P. Govoni Univ Milano Bicocca - INFN Milano
 */

#include "FWCore/Framework/interface/MakerMacros.h"

#include "CalibCalorimetry/EcalPedestalOffsets/interface/EcalPedOffset.h"

DEFINE_FWK_MODULE(EcalPedOffset);

#include "CalibCalorimetry/EcalPedestalOffsets/interface/testChannel.h"

DEFINE_FWK_MODULE(testChannel);