Newer
Older
#include "GtGunTool.h"
DECLARE_COMPONENT(GtGunTool)
StatusCode
GtGunTool::initialize() {
StatusCode sc;
return sc;
}
StatusCode
GtGunTool::finalize() {
StatusCode sc;
return sc;
}
bool
GtGunTool::mutate(MyHepMC::GenEvent& event) {
return true;
}
bool
GtGunTool::finish() {
return true;
}
bool
GtGunTool::configure_gentool() {
return true;
}