GENIEGenerator
Loading...
Searching...
No Matches
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-2025, 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
26namespace genie {
27
29
30public :
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
Initial State information.
A vector of Interaction objects.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25