GENIEGenerator
Loading...
Searching...
No Matches
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-2025, 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
23namespace genie {
24
26
27public :
29 DummyInteractionListGenerator(string config);
31
32 // implement the InteractionListGeneratorI interface
34};
35
36} // genie namespace
37#endif // _DUMMY_INTERACTION_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