RSHelicityAmplModelCC.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::RSHelicityAmplModelCC
5 
6 \brief The Helicity Amplitudes, for all baryon resonances, for CC neutrino
7  interactions on free nucleons, as computed in the Rein-Sehgal's paper.
8 
9  Concrete implementation of the RSHelicityAmplModelI interface.
10 
11 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
12  University of Liverpool & STFC Rutherford Appleton Laboratory
13 
14 \created May 03, 2004
15 
16 \cpright Copyright (c) 2003-2020, The GENIE Collaboration
17  For the full text of the license visit http://copyright.genie-mc.org
18 */
19 //____________________________________________________________________________
20 
21 #ifndef _HELICITY_AMPL_MODEL_CC_H_
22 #define _HELICITY_AMPL_MODEL_CC_H_
23 
25 
26 namespace genie {
27 
29 
30 public:
33  virtual ~RSHelicityAmplModelCC();
34 
35  // RSHelicityAmplModelI interface implementation
36  const RSHelicityAmpl & Compute(Resonance_t res, const FKR & fkr) const;
37 
38 private:
40 };
41 
42 } // genie namespace
43 #endif // _HELICITY_AMPL_MODEL_CC_H_
The Helicity Amplitudes, for all baryon resonances, for CC neutrino interactions on free nucleons...
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
const RSHelicityAmpl & Compute(Resonance_t res, const FKR &fkr) const
A class holding the Rein-Sehgal&#39;s helicity amplitudes.
static Config * config
Definition: config.cpp:1054
Pure abstract base class. Defines the RSHelicityAmplModelI interface.