DummyInteractionListGenerator.cxx
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*
3  Copyright (c) 2003-2020, The GENIE Collaboration
4  For the full text of the license visit http://copyright.genie-mc.org
5 
6  Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
7  University of Liverpool & STFC Rutherford Appleton Laboratory
8 */
9 //____________________________________________________________________________
10 
14 
15 using namespace genie;
16 
17 //___________________________________________________________________________
19 InteractionListGeneratorI("genie::DummyInteractionListGenerator")
20 {
21 
22 }
23 //___________________________________________________________________________
25 InteractionListGeneratorI("genie::DummyInteractionListGenerator", config)
26 {
27 
28 }
29 //___________________________________________________________________________
31 {
32 
33 }
34 //___________________________________________________________________________
36  const InitialState & /*init_state*/) const
37 {
38  return 0;
39 }
40 //___________________________________________________________________________
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
Defines the InteractionListGeneratorI interface. Concrete implementations of this interface generate ...
InteractionList * CreateInteractionList(const InitialState &init) const
static Config * config
Definition: config.cpp:1054
A vector of Interaction objects.
Initial State information.
Definition: InitialState.h:48