NOscDummyInteractionListGenerator.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 - Sep 03, 2008
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 
22 
23 using namespace genie;
24 
25 //___________________________________________________________________________
27 InteractionListGeneratorI("genie::NOscDummyInteractionListGenerator")
28 {
29 
30 }
31 //___________________________________________________________________________
33 InteractionListGeneratorI("genie::NOscDummyInteractionListGenerator", config)
34 {
35 
36 }
37 //___________________________________________________________________________
39 {
40 
41 }
42 //___________________________________________________________________________
44  const InitialState & /*init_state*/) const
45 {
46  return 0;
47 }
48 //___________________________________________________________________________
#include "Numerical/GSFunc.h"
Definition: AlgCmp.h:26
Defines the InteractionListGeneratorI interface. Concrete implementations of this interface generate ...
InteractionList * CreateInteractionList(const InitialState &init) const
A vector of Interaction objects.
Initial State information.
Definition: InitialState.h:42