Interaction Mode list - twongjirad/LArLiteSoftCookBook GitHub Wiki
From NISIMDATA_INC/SimulationBase/MCNeutrino.h
/// Neutrino interaction categories
enum int_type_{
kUnknownInteraction = -1,
kQE = 0,
kRes = 1,
kDIS = 2,
kCoh = 3,
kCohElastic = 4,
kElectronScattering = 5,
kIMDAnnihilation = 6,
kInverseBetaDecay = 7,
kGlashowResonance = 8,
kAMNuGamma = 9,
kMEC = 10,
kDiffractive = 11,
kEM = 12,
kWeakMix = 13,