File indexing completed on 2024-04-06 11:58:22
0001 #include "CalibMuon/CSCCalibration/interface/CSCIndexerFactory.h"
0002 #include "CalibMuon/CSCCalibration/interface/CSCIndexerPostls1.h"
0003 #include "CalibMuon/CSCCalibration/interface/CSCIndexerStartup.h"
0004
0005 #include "CalibMuon/CSCCalibration/interface/CSCChannelMapperFactory.h"
0006 #include "CalibMuon/CSCCalibration/interface/CSCChannelMapperPostls1.h"
0007 #include "CalibMuon/CSCCalibration/interface/CSCChannelMapperStartup.h"
0008
0009 DEFINE_EDM_PLUGIN(CSCIndexerFactory, CSCIndexerStartup, "CSCIndexerStartup");
0010 DEFINE_EDM_PLUGIN(CSCIndexerFactory, CSCIndexerPostls1, "CSCIndexerPostls1");
0011
0012 DEFINE_EDM_PLUGIN(CSCChannelMapperFactory, CSCChannelMapperStartup, "CSCChannelMapperStartup");
0013 DEFINE_EDM_PLUGIN(CSCChannelMapperFactory, CSCChannelMapperPostls1, "CSCChannelMapperPostls1");