Macros

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

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

typedef edmplugin::PluginFactory<CSCIndexerBase *(void)> CSCIndexerFactory;

#endif