GENIEGenerator
Loading...
Searching...
No Matches
DummyInteractionListGenerator.cxx
Go to the documentation of this file.
1//____________________________________________________________________________
2/*
3 Copyright (c) 2003-2025, The GENIE Collaboration
4 For the full text of the license visit http://copyright.genie-mc.org
5
6 Costas Andreopoulos <c.andreopoulos \at cern.ch>
7 University of Liverpool
8*/
9//____________________________________________________________________________
10
14
15using namespace genie;
16
17//___________________________________________________________________________
19InteractionListGeneratorI("genie::DummyInteractionListGenerator")
20{
21
22}
23//___________________________________________________________________________
25InteractionListGeneratorI("genie::DummyInteractionListGenerator", config)
26{
27
28}
29//___________________________________________________________________________
34//___________________________________________________________________________
36 const InitialState & /*init_state*/) const
37{
38 return 0;
39}
40//___________________________________________________________________________
InteractionList * CreateInteractionList(const InitialState &init) const
Initial State information.
A vector of Interaction objects.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25