| 52 | 
  | 
#include "applications/staticProps/StaticPropsCmd.h" | 
| 53 | 
  | 
#include "applications/staticProps/StaticAnalyser.hpp" | 
| 54 | 
  | 
#include "applications/staticProps/GofR.hpp" | 
| 55 | 
+ | 
#include "applications/staticProps/GofZ.hpp" | 
| 56 | 
  | 
#include "applications/staticProps/GofRAngle.hpp" | 
| 57 | 
  | 
#include "applications/staticProps/GofAngle2.hpp" | 
| 58 | 
  | 
#include "applications/staticProps/GofXyz.hpp" | 
| 182 | 
  | 
  StaticAnalyser* analyser; | 
| 183 | 
  | 
  if (args_info.gofr_given){ | 
| 184 | 
  | 
    analyser= new GofR(info, dumpFileName, sele1, sele2, maxLen,  | 
| 185 | 
+ | 
                       args_info.nbins_arg);         | 
| 186 | 
+ | 
  } else if (args_info.gofz_given) { | 
| 187 | 
+ | 
    analyser= new GofZ(info, dumpFileName, sele1, sele2, maxLen,  | 
| 188 | 
  | 
                       args_info.nbins_arg);         | 
| 189 | 
  | 
  } else if (args_info.r_theta_given) { | 
| 190 | 
  | 
    analyser  = new GofRTheta(info, dumpFileName, sele1, sele2, maxLen,  |