DummyInteractionListGenerator.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::DummyInteractionListGenerator
5 
6 \brief
7 
8 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
9  University of Liverpool & STFC Rutherford Appleton Laboratory
10 
11 \created November 10, 2011
12 
13 \cpright Copyright (c) 2003-2020, 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 
23 namespace genie {
24 
26 
27 public :
31 
32  // implement the InteractionListGeneratorI interface
34 };
35 
36 } // genie namespace
37 #endif // _DUMMY_INTERACTION_GENERATOR_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
Defines the InteractionListGeneratorI interface. Concrete implementations of this interface generate ...
init
Definition: train.py:42
InteractionList * CreateInteractionList(const InitialState &init) const
static Config * config
Definition: config.cpp:1054
A vector of Interaction objects.
Initial State information.
Definition: InitialState.h:48