Skip to content
Snippets Groups Projects
G4PrimaryCnvTool.cpp 162 B
Newer Older
#include "G4PrimaryCnvTool.h"

#include "G4Event.hh"

DECLARE_COMPONENT(G4PrimaryCnvTool)

bool G4PrimaryCnvTool::mutate(G4Event* anEvent) {


    return true;
}