Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Framework
EventGen
InteractionSelectorI.cxx
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*
3
Copyright (c) 2003-2020, The GENIE Collaboration
4
For the full text of the license visit http://copyright.genie-mc.org
5
6
Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
7
University of Liverpool & STFC Rutherford Appleton Laboratory
8
*/
9
//____________________________________________________________________________
10
11
#include "
Framework/EventGen/InteractionSelectorI.h
"
12
#include "
Framework/Interaction/Interaction.h
"
13
14
using namespace
genie
;
15
16
//___________________________________________________________________________
17
InteractionSelectorI::InteractionSelectorI
() :
18
Algorithm
()
19
{
20
21
}
22
//___________________________________________________________________________
23
InteractionSelectorI::InteractionSelectorI
(
string
name
) :
24
Algorithm
(name)
25
{
26
27
}
28
//___________________________________________________________________________
29
InteractionSelectorI::InteractionSelectorI
(
string
name
,
string
config
) :
30
Algorithm
(name, config)
31
{
32
33
}
34
//___________________________________________________________________________
35
InteractionSelectorI::~InteractionSelectorI
()
36
{
37
38
}
39
//___________________________________________________________________________
name
static QCString name
Definition:
declinfo.cpp:673
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
genie::Algorithm
Algorithm abstract base class.
Definition:
Algorithm.h:53
genie::InteractionSelectorI::~InteractionSelectorI
virtual ~InteractionSelectorI()
Definition:
InteractionSelectorI.cxx:35
Interaction.h
config
static Config * config
Definition:
config.cpp:1054
InteractionSelectorI.h
genie::InteractionSelectorI::InteractionSelectorI
InteractionSelectorI()
Definition:
InteractionSelectorI.cxx:17
Generated by
1.8.11