//my class #include"AlgPion.h" //#include //#include //argument class #include #include //used to save the information of a class #include //globle parameters #include //measurement regulation: how offen,lattic.. #include //Conjugate Gradient Method (CG,BICGSTAB) #include //argument class for lattice read and write //algrithm class #include //do the measurement?? //general purpose #include //??? #include //???so we included all the lattice classes?? like GwilsonFdwf #include #include //Global job parameter. What does it do? #include //control the out put verbosity #include //dealing with error output #include //what for?? #include //qioarg argument file #include //read the lattice in. parallel //c++ classes #include #include #include #include //use the chdir(char *) function #include //namespace include using namespace cps; bool testLatticeFit(DoArg &do_arg); void ReadGaugeField(const MeasArg &meas_arg); void ReadRNG(const MeasArg &meas_arg); int main(int argc,char *argv[]) { //CPviolation vmlDirectory starttraj endtraj if(argc!=2){cout<<"CPviolation vmlDirectory "<