#include "TMEGeneratorFactory.h"
#include "%module%MEGenerator.h"
#include "TDetectorPulse.h"
#include "TMuonEvent.h"
#include <iostream>
Go to the source code of this file.
Functions | |
module MEGenerator::module | MEGenerator (TMEGeneratorOptions *opts) |
ALCAP_TME_GENERATOR (%module%) |
ALCAP_TME_GENERATOR | ( | %module% | ) |
module MEGenerator:: module MEGenerator | ( | TMEGeneratorOptions * | opts | ) |
Definition at line 9 of file Template_tme_generator.cpp.
00009 : 00010 TVMuonEventGenerator("%module%",opts){ 00011 // Do things to set up the generator here. 00012 }