Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Framework
EventGen
EventGeneratorI.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/EventGeneratorI.h
"
12
13
using namespace
genie
;
14
15
//___________________________________________________________________________
16
EventGeneratorI::EventGeneratorI
() :
17
EventRecordVisitorI
()
18
{
19
20
}
21
//___________________________________________________________________________
22
EventGeneratorI::EventGeneratorI
(
string
name
) :
23
EventRecordVisitorI
(name)
24
{
25
26
}
27
//___________________________________________________________________________
28
EventGeneratorI::EventGeneratorI
(
string
name
,
string
config
) :
29
EventRecordVisitorI
(name, config)
30
{
31
32
}
33
//___________________________________________________________________________
34
EventGeneratorI::~EventGeneratorI
()
35
{
36
37
}
38
//___________________________________________________________________________
name
static QCString name
Definition:
declinfo.cpp:673
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
EventGeneratorI.h
genie::EventRecordVisitorI
Defines the EventRecordVisitorI interface. Concrete implementations of this interface use the 'Visito...
Definition:
EventRecordVisitorI.h:29
genie::EventGeneratorI::EventGeneratorI
EventGeneratorI()
Definition:
EventGeneratorI.cxx:16
config
static Config * config
Definition:
config.cpp:1054
genie::EventGeneratorI::~EventGeneratorI
virtual ~EventGeneratorI()
Definition:
EventGeneratorI.cxx:34
Generated by
1.8.11