Class Reference for E1039 Core & Analysis Software
DecoParam.cc
Go to the documentation of this file.
1 #include <iostream>
2 #include <iomanip>
3 #include <sstream>
4 #include "DecoParam.h"
5 using namespace std;
6 
8  : fn_in ("")
9  , dir_param ("")
10  , is_online (false)
11  , sampling (0)
12  , verb (0)
13  , time_wait (0)
14  , runID (0)
15  , spillID (0)
16  , spillID_cntr (0)
17  , spillID_slow (0)
18  , targPos (0)
19  , targPos_slow (0)
20  , event_count (0)
21  , codaID (0)
22  , rocID (0)
23  , eventIDstd (0)
24  , hitID (0)
25  , has_1st_bos (false)
26  , at_bos (false)
27  , turn_id_max (0)
28 {
29  ;
30 }
31 
33 {
34  //if (dir_param.length() == 0) {
35  // cout << "!!ERROR!! DecoParam::InitMapper(): dir_param is empty.\n";
36  // return 1;
37  //}
38  if (runID == 0) {
39  cout << "!!ERROR!! DecoParam::InitMapper(): runID = 0.\n";
40  return 1;
41  }
42 
43  time_t t0 = time(0);
50  time_t t1 = time(0);
51  if (t1 - t0 > 3) {
52  cout << "DecoParam::InitMapper(): Took too long, " << t1-t0 << " sec.\n"
53  << " Any DNS/DB problem, such as unresponsive DNS server?" << endl;
54  }
55 
56  return 0;
57 }
void ReadFromDB()
void SetMapIDbyDB(const std::string map_id)
Definition: RunParamBase.cc:31
unsigned short int runID
Definition: DecoParam.h:32
int InitMapper()
Definition: DecoParam.cc:32
DecoParam()
Definition: DecoParam.cc:7
ChanMapV1495 chan_map_v1495
Definition: DecoParam.h:26
ChanMapTaiwan chan_map_taiwan
Definition: DecoParam.h:25
ChanMapScaler chan_map_scaler
Definition: DecoParam.h:27