Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
quarkNumberSusceptibility_Wilson.h
Go to the documentation of this file.
1 
14 #ifndef QUARKNUMBERSUSCEPTIBILITY_WILSON_INCLUDED
15 #define QUARKNUMBERSUSCEPTIBILITY_WILSON_INCLUDED
16 
17 #include "fprop.h"
18 #include "noiseVector_Z2.h"
19 
20 #include "bridgeIO.h"
21 using Bridge::vout;
22 
24 
36 {
37  protected:
39 
40  private:
44 
45  int m_Nnoise;
46 
47  public:
49  : m_vl(CommonParameters::Vlevel()),
50  m_fopr(fopr), m_fprop(fprop), m_nv(nv) {}
51 
52  void set_parameters(const Parameters& params);
53  void set_parameters(const int Nnoise);
54 
56 
58  double measure();
59 };
60 #endif