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

Go to the documentation of this file.
00001 #ifndef GLOBALSET_HH
00002 #define GLOBALSET_HH
00003 #include<string>
00004 #include<iostream>
00005 #include <vector>
00006  
00007 using namespace std;
00008  
00009 
00010 class EvtGlobalSet {
00011   
00012 public:
00013   EvtGlobalSet(){}
00014   //deconstructor
00015   virtual ~EvtGlobalSet(){}
00016   
00017   static std::vector<double> DV;
00018   static std::vector<int> IV;
00019   static std::vector<std::string> SV;
00020   static bool ConExcPythia;
00021   static std::vector<std::vector<double> > dVV;
00022   static std::vector<std::vector<int> > iVV;
00023 private:
00024  
00025 };
00026  
00027 #endif

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