GENIEGenerator
Loading...
Searching...
No Matches
COHDNuInteractionListGenerator.h
Go to the documentation of this file.
1//____________________________________________________________________________
2/*!
3\class genie::COHDNuInteractionListGenerator
4
5\brief Concrete implementations of the InteractionListGeneratorI interface.
6 Generates a list of all the Interaction (= event summary) objects that
7 can be generated by the COHDNu EventGenerator.
8
9\author Iker de Icaza <i.de-icaza-astiz \at sussex.ac.uk>
10 University of Sussex
11
12 Costas Andreopoulos <c.andreopoulos \at cern.ch>
13 University of Liverpool
14
15\created June 30, 2020
16
17\cpright Copyright (c) 2003-2025, The GENIE Collaboration
18 For the full text of the license visit http://copyright.genie-mc.org
19*/
20//____________________________________________________________________________
21
22#ifndef _COHDNu_INTERACTION_LIST_GENERATOR_H_
23#define _COHDNu_INTERACTION_LIST_GENERATOR_H_
24
26
27namespace genie {
28
30
31public :
32
34 COHDNuInteractionListGenerator(string config);
36
37 //-- implement the InteractionListGeneratorI interface
39
40 //-- overload the Algorithm::Configure() methods to load private data
41 // members from configuration options
42 void Configure(const Registry & config);
43 void Configure(string config);
44
45private:
46
47 void LoadConfigData(void);
48
49};
50
51} // genie namespace
52
53#endif // _COHDNu_INTERACTION_LIST_GENERATOR_H_
InteractionList * CreateInteractionList(const InitialState &init) const
Initial State information.
A vector of Interaction objects.
A registry. Provides the container for algorithm configuration parameters.
Definition Registry.h:65
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25