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 <constantinos.andreopoulos \at cern.ch>
13  University of Liverpool & STFC Rutherford Appleton Laboratory
14 
15 \created June 30, 2020
16 
17 \cpright Copyright (c) 2003-2020, 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 
27 namespace genie {
28 
30 
31 public :
32 
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 
45 private:
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
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
Defines the InteractionListGeneratorI interface. Concrete implementations of this interface generate ...
Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the Inte...
init
Definition: train.py:42
static Config * config
Definition: config.cpp:1054
A registry. Provides the container for algorithm configuration parameters.
Definition: Registry.h:65
A vector of Interaction objects.
Initial State information.
Definition: InitialState.h:48