| 111 |  | public: | 
| 112 |  | GofRTheta(SimInfo* info, const std::string& filename, const std::string& sele1, const std::string& sele2) | 
| 113 |  | : GofRAngle (info, filename, sele1, sele2) { | 
| 114 | < | setOutputName(getPrefix(filename) + ".gt"); | 
| 114 | > | setOutputName(getPrefix(filename) + ".gofrt"); | 
| 115 |  | } | 
| 116 |  |  | 
| 117 |  | private: | 
| 124 |  | public: | 
| 125 |  | GofROmega(SimInfo* info, const std::string& filename, const std::string& sele1, const std::string& sele2) | 
| 126 |  | : GofRAngle (info, filename, sele1, sele2) { | 
| 127 | < | setOutputName(getPrefix(filename) + ".go"); | 
| 127 | > | setOutputName(getPrefix(filename) + ".gofrw"); | 
| 128 |  | } | 
| 129 |  |  | 
| 130 |  | private: |