30 if (row.
GetVal(
"Beam",var))
32 if (row.
GetVal(
"Comment",var))
34 if (row.
GetVal(
"Delay",var))
36 if (row.
GetVal(
"DetSet",var))
38 if (row.
GetVal(
"Duration",var))
40 if (row.
GetVal(
"GainAFTER",var))
42 if (row.
GetVal(
"IMicromegas",var))
44 if (row.
GetVal(
"NSpikes",var))
46 if (row.
GetVal(
"PeakingTime",var))
48 if (row.
GetVal(
"Pressure",var))
50 if (row.
GetVal(
"RunQuality",var))
52 if (row.
GetVal(
"RunType",var))
54 if (row.
GetVal(
"Shifters",var))
56 if (row.
GetVal(
"TPCPosition",var))
58 if (row.
GetVal(
"Temperature",var))
60 if (row.
GetVal(
"TriggerType",var))
62 if (row.
GetVal(
"Vdrift",var))
64 if (row.
GetVal(
"Vgembb",var))
66 if (row.
GetVal(
"Vgembt",var))
68 if (row.
GetVal(
"Vgemtb",var))
70 if (row.
GetVal(
"Vgemtt",var))
72 if (row.
GetVal(
"VmicroMegas",var))
74 if (row.
GetVal(
"Vring",var))
78 if (row.
GetVal(
"angle",var))
80 if (row.
GetVal(
"date",var))
82 if (row.
GetVal(
"nSamplingF",var))
84 if (row.
GetVal(
"nevt",var))
101 if (row.
Lookup(
"Duration"))
103 if (row.
Lookup(
"GainAFTER"))
105 if (row.
Lookup(
"IMicromegas"))
107 if (row.
Lookup(
"NSpikes"))
109 if (row.
Lookup(
"PeakingTime"))
111 if (row.
Lookup(
"Pressure"))
113 if (row.
Lookup(
"RunQuality"))
115 if (row.
Lookup(
"RunType"))
117 if (row.
Lookup(
"Shifters"))
119 if (row.
Lookup(
"TPCPosition"))
121 if (row.
Lookup(
"Temperature"))
123 if (row.
Lookup(
"TriggerType"))
135 if (row.
Lookup(
"VmicroMegas"))
145 if (row.
Lookup(
"nSamplingF"))
190 std::cout <<
"Beam = " <<
Beam << std::endl;
191 std::cout <<
"Comment = " <<
Comment << std::endl;
192 std::cout <<
"Delay = " <<
Delay << std::endl;
193 std::cout <<
"DetSet = " <<
DetSet << std::endl;
194 std::cout <<
"Duration = " <<
Duration << std::endl;
195 std::cout <<
"GainAFTER = " <<
GainAFTER << std::endl;
196 std::cout <<
"IMicromegas = " <<
IMicromegas << std::endl;
197 std::cout <<
"NSpikes = " <<
NSpikes << std::endl;
198 std::cout <<
"PeakingTime = " <<
PeakingTime << std::endl;
199 std::cout <<
"Pressure = " <<
Pressure << std::endl;
200 std::cout <<
"RunQuality = " <<
RunQuality << std::endl;
201 std::cout <<
"RunType = " <<
RunType << std::endl;
202 std::cout <<
"Shifters = " <<
Shifters << std::endl;
203 std::cout <<
"TPCPosition = " <<
TPCPosition << std::endl;
204 std::cout <<
"Temperature = " <<
Temperature << std::endl;
205 std::cout <<
"TriggerType = " <<
TriggerType << std::endl;
206 std::cout <<
"Vdrift = " <<
Vdrift << std::endl;
207 std::cout <<
"Vgembb = " <<
Vgembb << std::endl;
208 std::cout <<
"Vgembt = " <<
Vgembt << std::endl;
209 std::cout <<
"Vgemtb = " <<
Vgemtb << std::endl;
210 std::cout <<
"Vgemtt = " <<
Vgemtt << std::endl;
211 std::cout <<
"VmicroMegas = " <<
VmicroMegas << std::endl;
212 std::cout <<
"Vring = " <<
Vring << std::endl;
213 std::cout <<
"ZS = " <<
ZS << std::endl;
214 std::cout <<
"angle = " <<
angle << std::endl;
215 std::cout <<
"date = " <<
date << std::endl;
216 std::cout <<
"nSamplingF = " <<
nSamplingF << std::endl;
217 std::cout <<
"nevt = " <<
nevt << std::endl;
218 std::cout <<
"run = " <<
run << std::endl;
void Export(HarpoDBRow &row)
Bool_t SetVal(const TString field, TString val)
Bool_t Lookup(const TString field)
Lookup filed exist.
Bool_t GetVal(const TString field, TString &val)
Return value of existing field in Tstring.
void Import(HarpoDBRow &row)
virtual ~HarpoDBrunconfig()