00001 #ifndef AngleDistributions_H 00002 #define AngleDistributions_H 00003 00004 #include "Array1D.h" 00005 00015 class AngleDistributions 00016 { 00017 public: 00018 00025 static Array1D<double> getPhiArray(int index); 00026 00033 static Array1D<double> getThetaArray(int index); 00034 }; 00035 00036 #endif