/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenBase/EvtParityC.hh

Go to the documentation of this file.
00001 #ifndef PWAPARITYC_HH
00002 #define PWAPARITYC_HH
00003 
00004 #include <stdlib.h>
00005 #include <string>
00006 #include <iostream>
00007 #include <fstream>
00008 #include <map>
00009 using namespace std;
00010 
00011 class parityC{
00012 
00013 public:
00014   static void readParityC();
00015   static double getC(string parname);
00016 
00017 
00018   virtual ~parityC(){}
00019 private:
00020   static std::map<string, double> _parityCMap_;
00021 
00022 };
00023 
00024 
00025 #endif 

Generated on Tue Nov 29 23:12:14 2016 for BOSS_7.0.2 by  doxygen 1.4.7