| 53 | 
  | 
#include "applications/staticProps/StaticAnalyser.hpp" | 
| 54 | 
  | 
#include "applications/staticProps/GofR.hpp" | 
| 55 | 
  | 
#include "applications/staticProps/GofZ.hpp" | 
| 56 | 
+ | 
#include "applications/staticProps/GofRZ.hpp" | 
| 57 | 
  | 
#include "applications/staticProps/GofRAngle.hpp" | 
| 58 | 
  | 
#include "applications/staticProps/GofAngle2.hpp" | 
| 59 | 
  | 
#include "applications/staticProps/GofXyz.hpp" | 
| 188 | 
  | 
  } else if (args_info.gofz_given) { | 
| 189 | 
  | 
    analyser= new GofZ(info, dumpFileName, sele1, sele2, maxLen, | 
| 190 | 
  | 
                       args_info.nbins_arg); | 
| 191 | 
+ | 
  } else if (args_info.r_z_given) { | 
| 192 | 
+ | 
    analyser  = new GofRZ(info, dumpFileName, sele1, sele2, maxLen,  | 
| 193 | 
+ | 
                              args_info.nbins_arg, args_info.nbins_z_arg); | 
| 194 | 
  | 
  } else if (args_info.r_theta_given) { | 
| 195 | 
  | 
    analyser  = new GofRTheta(info, dumpFileName, sele1, sele2, maxLen,  | 
| 196 | 
  | 
                              args_info.nbins_arg, args_info.nanglebins_arg); |