CHROMA
hadron/hadron.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Hadronic observables
5  *
6  * Central include file for all measurements of hadronic observables
7  */
8 
9 /*! \defgroup hadron Hadronic observables
10  * \ingroup meas
11  *
12  * Measure hadronic observables like spectroscopy, form-factors,
13  * structure functions. Also source construction routines.
14  */
15 
16 #ifndef __hadron_h__
17 #define __hadron_h__
18 
19 #include "stoch_var.h"
20 
21 #include "hadron_w.h"
22 #include "hadron_s.h"
23 
24 #endif
Hadronic observables.
Inline measurements for hadron observables.
Stochastic variable construction.