7#ifndef SIMCORE_USERPRIMARYPARTICLEINFORMATION_H_
8#define SIMCORE_USERPRIMARYPARTICLEINFORMATION_H_
11#include "G4VUserPrimaryParticleInformation.hh"
20 :
public G4VUserPrimaryParticleInformation {
Defines extra information attached to a Geant4 primary particle.
int getHepEvtStatus()
Get the HEP event status.
void setHepEvtStatus(int hepEvtStatus)
Set the HEP event status (generator status) e.g.
int hepEvtStatus_
The HEP event status.
UserPrimaryParticleInformation()=default
Class Constructor.
virtual ~UserPrimaryParticleInformation()=default
Class destructor.
void Print() const
Implement virtual method (no-op).