Macros

Line Code
1 2 3 4 5 6 7 8 9
#ifndef CSCChannelMapperFactory_H
#define CSCChannelMapperFactory_H

#include "CalibMuon/CSCCalibration/interface/CSCChannelMapperBase.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"

typedef edmplugin::PluginFactory<CSCChannelMapperBase *(void)> CSCChannelMapperFactory;

#endif