BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtGlobalSet.hh
Go to the documentation of this file.
1#ifndef GLOBALSET_HH
2#define GLOBALSET_HH
3#include<string>
4#include<iostream>
5#include <vector>
6
7using namespace std;
8
9
10class EvtGlobalSet {
11
12public:
14 //deconstructor
15 virtual ~EvtGlobalSet(){}
16
17 static std::vector<double> DV;
18 static std::vector<int> IV;
19 static std::vector<std::string> SV;
20 static bool ConExcPythia;
21 static std::vector<std::vector<double> > dVV;
22 static std::vector<std::vector<int> > iVV;
23private:
24
25};
26
27#endif
static std::vector< std::vector< double > > dVV
static std::vector< std::vector< int > > iVV