Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:14:36

0001 //<<<<<< INCLUDES                                                       >>>>>>
0002 
0003 //#include "Geometry/EcalPreshowerData/interface/DDTestAlgorithm.h"
0004 #include "Geometry/EcalTestBeam/plugins/DDTBH4Algo.h"
0005 #include "DetectorDescription/Core/interface/DDAlgorithmFactory.h"
0006 
0007 //DEFINE_SEAL_PLUGIN (DDAlgorithmFactory, DDTestAlgorithm, "DDTestAlgorithm");
0008 
0009 DEFINE_EDM_PLUGIN(DDAlgorithmFactory, DDTBH4Algo, "TBH4:DDTBH4Algo");
0010 
0011 #include "Geometry/EcalTestBeam/plugins/EcalTBHodoscopeGeometryEP.h"
0012 
0013 DEFINE_FWK_EVENTSETUP_MODULE(EcalTBHodoscopeGeometryEP);
0014 
0015 #include "Geometry/EcalTestBeam/plugins/EcalTBGeometryBuilder.h"
0016 
0017 DEFINE_FWK_EVENTSETUP_MODULE(EcalTBGeometryBuilder);