Bridge++
Ver. 1.1.x
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source_4spinor_Local.h
Go to the documentation of this file.
1
14
#ifndef SOURCE_4SPINOR_LOCAL_INCLUDED
15
#define SOURCE_4SPINOR_LOCAL_INCLUDED
16
17
#include "
field_F.h
"
18
#include "
index_lex.h
"
19
#include "
parameters.h
"
20
21
#include "
bridgeIO.h
"
22
using
Bridge::vout
;
23
25
34
//- parameters class
35
class
Parameters_Source_4spinor_Local
:
virtual
public
Parameters
36
{
37
public
:
38
Parameters_Source_4spinor_Local
();
39
};
40
//- end
41
42
class
Source_4spinor_Local
43
{
44
protected
:
45
Bridge::VerboseLevel
m_vl
;
46
47
private
:
48
Index_lex
m_index
;
49
std::valarray<int>
m_source_position
;
50
51
public
:
52
53
Source_4spinor_Local
()
54
:
m_vl
(
CommonParameters
::Vlevel()) {}
55
56
void
set_parameters
(
const
Parameters
& params);
57
void
set_parameters
(std::valarray<int>& source_position);
58
59
void
set_parameter_verboselevel
(
const
Bridge::VerboseLevel
vl
) {
m_vl
=
vl
; }
60
61
void
set
(
Field_F
& src,
int
ic,
int
id);
62
};
63
#endif
src
Measurements
Fermion
source_4spinor_Local.h
Generated on Tue Jul 23 2013 10:48:49 for Bridge++ by
1.8.3.1