#include "TDPGeneratorFactory.h"
#include "%module%DPGenerator.h"
#include <iostream>
Go to the source code of this file.
Functions | |
module DPGenerator::module | DPGenerator (TDPGeneratorOptions *opts) |
ALCAP_TDP_GENERATOR (%module%) |
ALCAP_TDP_GENERATOR | ( | %module% | ) |
module DPGenerator:: module DPGenerator | ( | TDPGeneratorOptions * | opts | ) |
Definition at line 7 of file Template_tdp_generator.cpp.
00007 : 00008 TVDetectorPulseGenerator("%module%",opts){ 00009 }