CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Validation/RecoJets/interface/FitHist_fwd.h

Go to the documentation of this file.
00001 #ifndef FitTarget_h
00002 #define FitTarget_h
00003 
00004 namespace FitTarget{
00005   static const char* Fit   = "fit_";
00006   static const char* Cal   = "cal_";
00007   static const char* Res   = "res_";
00008   static const char* Sigma = "sigma_";
00009   static const char* Mean  = "mean_";
00010 }
00011 
00012 #endif