HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoDBrunconfig.h
Go to the documentation of this file.
1 #ifndef HARPODBRUNCONFIG_H
2 #define HARPODBRUNCONFIG_H
3 //
5 // HarpoDBrunconfig (Generated by HarpoDBTable::MakeClass())
6 //
8 #include "TObject.h"
9 #include "TString.h"
10 #include "HarpoDB.h"
11 
12 class HarpoDBrunconfig : public TObject {
13 public:
15  virtual ~HarpoDBrunconfig();
16 
17  TString Beam; // varchar(60)
18  TString Comment; // varchar(60)
19  Double_t Delay; // float
20  Long_t DetSet; // int(11)
21  TString Duration; // time
22  Double_t GainAFTER; // float
23  Long_t IMicromegas; // int(11)
24  Long_t NSpikes; // int(11)
25  Double_t PeakingTime; // float
26  Double_t Pressure; // float
27  TString RunQuality; // varchar(12)
28  TString RunType; // varchar(12)
29  TString Shifters; // varchar(22)
30  TString TPCPosition; // varchar(60)
31  Double_t Temperature; // float
32  TString TriggerType; // varchar(60)
33  Double_t Vdrift; // float
34  Double_t Vgembb; // float
35  Double_t Vgembt; // float
36  Double_t Vgemtb; // float
37  Double_t Vgemtt; // float
38  Double_t VmicroMegas; // float
39  Double_t Vring; // float
40  Long_t ZS; // int(11)
41  Long_t angle; // int(11)
42  TString date; // datetime
43  Long_t nSamplingF; // int(11)
44  Long_t nevt; // int(11)
45  Long_t run; // int(11)
46 
47  // Import From Raw
48  void Import(HarpoDBRow &row);
49 
50  // Export to Raw
51  void Export(HarpoDBRow &row);
52 
53  // Reset
54  void Reset();
55 
56  // Print
57  void print();
58 
59 protected:
60 
61 private:
62 
63 ClassDef(HarpoDBrunconfig,1)
64 };
65 
66 
67 #endif // HARPODBRUNCONFIG_H
68 // Local Variables:
69 // mode: c++
70 // End:
void Export(HarpoDBRow &row)
void Import(HarpoDBRow &row)
virtual ~HarpoDBrunconfig()