Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Physics
Coherent
XSection
ARWFSolution.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
Daniel Scully ( d.i.scully \at warwick.ac.uk)
7
University of Warwick
8
*/
9
//____________________________________________________________________________
10
11
#include <iostream>
12
#include <sstream>
13
#include <string>
14
#include <complex>
15
16
#include "
Physics/Coherent/XSection/ARWFSolution.h
"
17
18
namespace
genie
19
{
20
namespace
alvarezruso
21
{
22
23
ARWFSolution::ARWFSolution
(
bool
debug
): debug_(debug)
24
{
25
if
(
debug_
) std::cerr <<
"WFS@ constructor"
<<
std::endl
;
26
}
27
28
ARWFSolution::~ARWFSolution
()
29
{
30
}
31
32
}
//namespace alvarezruso
33
}
//namespace genie
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
genie::alvarezruso::ARWFSolution::~ARWFSolution
virtual ~ARWFSolution()
Definition:
ARWFSolution.cxx:28
python.larbatch_posix.debug
string debug
Definition:
larbatch_posix.py:142
alvarezruso
genie::alvarezruso::ARWFSolution::ARWFSolution
ARWFSolution(bool debug=false)
Definition:
ARWFSolution.cxx:23
genie::alvarezruso::ARWFSolution::debug_
bool debug_
Definition:
ARWFSolution.h:40
ARWFSolution.h
endl
QTextStream & endl(QTextStream &s)
Definition:
qtextstream.cpp:2030
Generated by
1.8.11