Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /*
0002  *  \author  P. Govoni Univ Milano Bicocca - INFN Milano
0003  */
0004 
0005 #include "FWCore/Framework/interface/MakerMacros.h"
0006 
0007 #include "CalibCalorimetry/EcalPedestalOffsets/interface/EcalPedOffset.h"
0008 
0009 DEFINE_FWK_MODULE(EcalPedOffset);
0010 
0011 #include "CalibCalorimetry/EcalPedestalOffsets/interface/testChannel.h"
0012 
0013 DEFINE_FWK_MODULE(testChannel);