GENIEGenerator
Loading...
Searching...
No Matches
InteractionSelectorI.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
13
14using namespace genie;
15
16//___________________________________________________________________________
22//___________________________________________________________________________
24Algorithm(name)
25{
26
27}
28//___________________________________________________________________________
29InteractionSelectorI::InteractionSelectorI(string name, string config) :
30Algorithm(name, config)
31{
32
33}
34//___________________________________________________________________________
39//___________________________________________________________________________
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25