00001 #ifndef PHOTONANALYSISUTIL
00002 #define PHOTONANALYSISUTIL
00003
00004 class PhotonAnalysisSettings;
00005
00006 void getPhotonSpectrum(const PhotonAnalysisSettings &settings);
00007
00008 class PhotonAnalysisUtil {
00009 ClassDef(PhotonAnalysisUtil, 1)
00010 };
00011
00012 #endif