Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//<<<<<< INCLUDES                                                       >>>>>>

//#include "Geometry/EcalPreshowerData/interface/DDTestAlgorithm.h"
#include "Geometry/EcalTestBeam/plugins/DDTBH4Algo.h"
#include "DetectorDescription/Core/interface/DDAlgorithmFactory.h"

//DEFINE_SEAL_PLUGIN (DDAlgorithmFactory, DDTestAlgorithm, "DDTestAlgorithm");

DEFINE_EDM_PLUGIN(DDAlgorithmFactory, DDTBH4Algo, "TBH4:DDTBH4Algo");

#include "Geometry/EcalTestBeam/plugins/EcalTBHodoscopeGeometryEP.h"

DEFINE_FWK_EVENTSETUP_MODULE(EcalTBHodoscopeGeometryEP);

#include "Geometry/EcalTestBeam/plugins/EcalTBGeometryBuilder.h"

DEFINE_FWK_EVENTSETUP_MODULE(EcalTBGeometryBuilder);