BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
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
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::string > SV
Definition: EvtGlobalSet.hh:19
virtual ~EvtGlobalSet()
Definition: EvtGlobalSet.hh:15
static std::vector< std::vector< double > > dVV
Definition: EvtGlobalSet.hh:21
static std::vector< std::vector< int > > iVV
Definition: EvtGlobalSet.hh:22
static std::vector< int > IV
Definition: EvtGlobalSet.hh:18
static bool ConExcPythia
Definition: EvtGlobalSet.hh:20
static std::vector< double > DV
Definition: EvtGlobalSet.hh:17