RSHelicityAmplModelEMn.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::RSHelicityAmplModelEMn
5 
6 \brief The Helicity Amplitudes, for all baryon resonances, for Electro-
7  Magnetic (EM) interactions on free neutrons, as computed in the
8  Rein-Sehgal's paper.
9 
10  Concrete implementation of the RSHelicityAmplModelI interface.
11 
12 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
13  University of Liverpool & STFC Rutherford Appleton Laboratory
14 
15 \created March 30, 2005
16 
17 \cpright Copyright (c) 2003-2020, 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_N_H_
23 #define _HELICITY_AMPL_MODEL_EM_N_H_
24 
26 
27 namespace genie {
28 
30 
31 public:
34  virtual ~RSHelicityAmplModelEMn();
35 
36  // RSHelicityAmplModelI interface implementation
37  const RSHelicityAmpl & Compute(Resonance_t res, const FKR & fkr) const;
38 
39 private:
41 };
42 
43 } // genie namespace
44 #endif // _HELICITY_AMPL_MODEL_EM_N_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
Simple struct-like class holding the Feynmann-Kislinger-Ravndall (FKR) baryon excitation model parame...
Definition: FKR.h:31
enum genie::EResonance Resonance_t
A class holding the Rein-Sehgal&#39;s helicity amplitudes.
static Config * config
Definition: config.cpp:1054
The Helicity Amplitudes, for all baryon resonances, for Electro- Magnetic (EM) interactions on free n...
const RSHelicityAmpl & Compute(Resonance_t res, const FKR &fkr) const
Pure abstract base class. Defines the RSHelicityAmplModelI interface.