GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DummyHNLInteractionListGenerator.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::DummyHNLInteractionListGenerator
5 
6 \brief
7 
8 \author John Plows <komninos-john.plows \at physics.ox.ac.uk>
9  University of Oxford
10 
11  Costas Andreopoulos <c.andreopoulos \at cern.ch>
12  University of Liverpool
13 
14 \created February 9th, 2022
15 
16 \cpright Copyright (c) 2003-2024, The GENIE Collaboration
17  For the full text of the license visit http://copyright.genie-mc.org
18 */
19 //____________________________________________________________________________
20 
21 #ifndef _DUMMY_HNL_INTERACTION_LIST_GENERATOR_H_
22 #define _DUMMY_HNL_INTERACTION_LIST_GENERATOR_H_
23 
25 
26 namespace genie {
27 
29 
30 public :
32  DummyHNLInteractionListGenerator(string config);
34 
35  // implement the InteractionListGeneratorI interface
37 };
38 
39 } // genie namespace
40 #endif // _DUMMY_HNL_INTERACTION_LIST_GENERATOR_H_
InteractionList * CreateInteractionList(const InitialState &init) const
Defines the InteractionListGeneratorI interface. Concrete implementations of this interface generate ...
A vector of Interaction objects.
Initial State information.
Definition: InitialState.h:48