GENIEGenerator
Loading...
Searching...
No Matches
RSHelicityAmplModelEMp.h
Go to the documentation of this file.
1//____________________________________________________________________________
2/*!
3
4\class genie::RSHelicityAmplModelEMp
5
6\brief The Helicity Amplitudes, for all baryon resonances, for Electro-
7 Magnetic (EM) interactions on free protons, as computed in the
8 Rein-Sehgal's paper.
9
10 Concrete implementation of the RSHelicityAmplModelI interface.
11
12\author Costas Andreopoulos <c.andreopoulos \at cern.ch>
13 University of Liverpool
14
15\created March 30, 2005
16
17\cpright Copyright (c) 2003-2025, The GENIE Collaboration
18 For the full text of the license visit http://copyright.genie-mc.org
19*/
20//____________________________________________________________________________
21
22#ifndef _HELICITY_AMPL_MODEL_EM_P_H_
23#define _HELICITY_AMPL_MODEL_EM_P_H_
24
26
27namespace genie {
28
30
31public:
33 RSHelicityAmplModelEMp(string config);
35
36 // RSHelicityAmplModelI interface implementation
37 const RSHelicityAmpl & Compute(Resonance_t res, const FKR & fkr) const;
38
39private:
41};
42
43} // genie namespace
44#endif // _HELICITY_AMPL_MODEL_EM_N_H_
Simple struct-like class holding the Feynmann-Kislinger-Ravndall (FKR) baryon excitation model parame...
Definition FKR.h:31
const RSHelicityAmpl & Compute(Resonance_t res, const FKR &fkr) const
A class holding the Rein-Sehgal's helicity amplitudes.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25
enum genie::EResonance Resonance_t