CHROMA
link_smearing_aggregate.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief All link smearing constructors
4  */
5 
6 #ifndef __link_smearing_aggregate_w_h__
7 #define __link_smearing_aggregate_w_h__
8 
9 #include "chromabase.h"
10 #include "io/xml_group_reader.h"
11 
12 namespace Chroma
13 {
14  //! Registration aggregator
15  /*! \ingroup smear */
16  namespace LinkSmearingEnv
17  {
18  bool registerAll();
19 
20  //! Returns a no-linksmearing group
21  GroupXML_t nullXMLGroup();
22  }
23 }
24 
25 #endif
Primary include file for CHROMA library code.
GroupXML_t nullXMLGroup()
Returns a no-linksmearing group.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Read an XML group as a std::string.