BOSS 8.0.0
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 <iostream>
4#include <string>
5#include <vector>
6
7using namespace std;
8
10
11public:
13 // deconstructor
14 virtual ~EvtGlobalSet() {}
15
16 static std::vector<double> DV;
17 static std::vector<int> IV;
18 static std::vector<std::string> SV;
19 static bool ConExcPythia;
20 static std::vector<std::vector<double>> dVV;
21 static std::vector<std::vector<int>> iVV;
22
23private:
24};
25
26#endif
static std::vector< std::string > SV
virtual ~EvtGlobalSet()
static std::vector< std::vector< double > > dVV
static std::vector< std::vector< int > > iVV
static std::vector< int > IV
static bool ConExcPythia
static std::vector< double > DV