#include "G4PrimaryCnvTool.h" #include "G4Event.hh" DECLARE_COMPONENT(G4PrimaryCnvTool) bool G4PrimaryCnvTool::mutate(G4Event* anEvent) { return true; }