NOscDummyInteractionListGenerator.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::NOscDummyInteractionListGenerator
5 
6 \brief
7 
8 \author Costas Andreopoulos <costas.andreopoulos \at stfc.ac.uk>
9  University of Liverpool & STFC Rutherford Appleton Lab
10 
11 \created November 10, 2011
12 
13 \cpright Copyright (c) 2003-2017, GENIE Neutrino MC Generator Collaboration
14  For the full text of the license visit http://copyright.genie-mc.org
15  or see $GENIE/LICENSE
16 */
17 //____________________________________________________________________________
18 
19 #ifndef _NOSC_DUMMY_INTERACTION_GENERATOR_H_
20 #define _NOSC_DUMMY_INTERACTION_GENERATOR_H_
21 
23 
24 namespace genie {
25 
27 
28 public :
32 
33  // implement the InteractionListGeneratorI interface
35 };
36 
37 } // genie namespace
38 #endif // _NOSC_DUMMY_INTERACTION_GENERATOR_H_
#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