00001 #include "TDPGeneratorFactory.h" 00002 #include "%module%DPGenerator.h" 00003 #include <iostream> 00004 using std::cout; 00005 using std::endl; 00006 00007 %module%DPGenerator::%module%DPGenerator(TDPGeneratorOptions* opts): 00008 TVDetectorPulseGenerator("%module%",opts){ 00009 } 00010 00011 int %module%DPGenerator::ProcessPulses( DetectorPulseList& output){ 00012 return 0; 00013 } 00014 00015 ALCAP_TDP_GENERATOR(%module%);