StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PhotonAnalysisUtil.h
1 #ifndef PHOTONANALYSISUTIL
2 #define PHOTONANALYSISUTIL
3 
5 
6 void getPhotonSpectrum(const PhotonAnalysisSettings &settings);
7 
9 ClassDef(PhotonAnalysisUtil, 1)
10 };
11 
12 #endif