ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/staticProps/PairCorrType.hpp
(Generate patch)

Comparing trunk/OOPSE/staticProps/PairCorrType.hpp (file contents):
Revision 810 by mmeineke, Fri Oct 17 21:19:07 2003 UTC vs.
Revision 811 by mmeineke, Tue Oct 21 19:33:19 2003 UTC

# Line 95 | Line 95 | class GofR : public PairCorrType{ (protected)
95    
96   };
97  
98 + class GofRtheta : public PairCorrType{
99 +
100 + public:
101 +  GofRtheta( char* key1, char* key2, int theNatoms, int theNbins );
102 +  virtual ~GofRtheta();
103 +
104 +  virtual void correlate( double Rij[3], double dist,
105 +                          double uHatI[3], double uHatJ[3] );
106 +
107 +  virtual void accumulateFrame( void );
108 +  
109 +  virtual void writeCorr( char* outPrefix );
110 +
111 +  virtual void getCorr( CorrWrap* myCorrWrap ){}
112 +
113 + protected:
114 +  
115 +  int *currHist;
116 +  double *currGofR;
117 +  double *avgGofR;
118 +  
119 +  int nFrames;
120 +  
121 +  
122 + };
123 +
124   #endif // __PAIRCORRTYPE_H__

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines