GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DummyInteractionListGenerator.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::DummyInteractionListGenerator
5 
6 \brief
7 
8 \author Costas Andreopoulos <c.andreopoulos \at cern.ch>
9  University of Liverpool
10 
11 \created November 10, 2011
12 
13 \cpright Copyright (c) 2003-2024, The GENIE Collaboration
14  For the full text of the license visit http://copyright.genie-mc.org
15 */
16 //____________________________________________________________________________
17 
18 #ifndef _DUMMY_INTERACTION_GENERATOR_H_
19 #define _DUMMY_INTERACTION_GENERATOR_H_
20 
22 
23 namespace genie {
24 
26 
27 public :
29  DummyInteractionListGenerator(string config);
31 
32  // implement the InteractionListGeneratorI interface
34 };
35 
36 } // genie namespace
37 #endif // _DUMMY_INTERACTION_GENERATOR_H_
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:48