NOscDummyPXSec.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::NOscDummyPXSec
5 
6 \brief
7 
8 \author
9 
10 \created May 05, 2009
11 
12 \cpright Copyright (c) 2003-2017, GENIE Neutrino MC Generator Collaboration
13  For the full text of the license visit http://copyright.genie-mc.org
14  or see $GENIE/LICENSE
15 */
16 //____________________________________________________________________________
17 
18 #ifndef _NOSC_DUMMY_PXSEC_H_
19 #define _NOSC_DUMMY_PXSEC_H_
20 
21 #include "Base/XSecAlgorithmI.h"
22 
23 namespace genie {
24 
26 
27 public:
29  NOscDummyPXSec(string config);
31 
32  // XSecAlgorithmI interface implementation
33  double XSec (const Interaction * i, KinePhaseSpace_t k) const;
34  double Integral (const Interaction * i) const;
35  bool ValidProcess (const Interaction * i) const;
36 };
37 
38 } // genie namespace
39 #endif //
Cross Section Calculation Interface.
#include "Numerical/GSFunc.h"
Definition: AlgCmp.h:26
enum genie::EKinePhaseSpace KinePhaseSpace_t
Summary information for an interaction.
Definition: Interaction.h:53
bool ValidProcess(const Interaction *i) const
Can this cross section algorithm handle the input process?
double Integral(const Interaction *i) const
double XSec(const Interaction *i, KinePhaseSpace_t k) const
Compute the cross section for the input interaction.