Line Code
1 2 3 4 5 6 7 8
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DataFormats/Math/test/WriteMath.h"
#include "DataFormats/Math/test/ReadMath.h"

DEFINE_FWK_MODULE(WriteMath);
DEFINE_FWK_MODULE(ReadMath);