NOscDummyPXSec.cxx
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*
3  Copyright (c) 2003-2017, GENIE Neutrino MC Generator Collaboration
4  For the full text of the license visit http://copyright.genie-mc.org
5  or see $GENIE/LICENSE
6 
7  Author: Costas Andreopoulos <costas.andreopoulos \at stfc.ac.uk>
8  University of Liverpool & STFC Rutherford Appleton Lab
9 
10  For the class documentation see the corresponding header file.
11 
12  Important revisions after version 2.0.0 :
13  @ Nov 10, 2011 - CA
14  First added in v2.7.1.
15 
16 */
17 //____________________________________________________________________________
18 
20 
21 using namespace genie;
22 
23 //____________________________________________________________________________
25 XSecAlgorithmI("genie::NoscDummyPXSec")
26 {
27 
28 }
29 //____________________________________________________________________________
31 XSecAlgorithmI("genie::NOscDummyPXSec", config)
32 {
33 
34 }
35 //____________________________________________________________________________
37 {
38 
39 }
40 //____________________________________________________________________________
42 {
43  return 0;
44 }
45 //____________________________________________________________________________
46 double NOscDummyPXSec::Integral(const Interaction * ) const
47 {
48  return 0;
49 }
50 //____________________________________________________________________________
52 {
53  return true;
54 }
55 //____________________________________________________________________________
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.