All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRNuMIInfo.h
Go to the documentation of this file.
1 #ifndef SRNuMIINFO_h
2 #define SRNuMIINFO_h
3 
4 #include <vector>
5 
6 namespace caf
7 {
8  class SRNuMIInfo
9  {
10  public:
11  SRNuMIInfo();
12 
13  std::vector< double > HP121;
14  std::vector< double > VP121;
15  std::vector< double > HPTGT;
16  std::vector< double > VPTGT;
17  std::vector< double > HITGT;
18  std::vector< double > VITGT;
19  std::vector< double > MTGTDS; //MULTIWIRES
20  float HRNDIR; // horn polarity (based on sign)
21  float NSLINA; // horn current /4
22  float NSLINB; // horn current /4
23  float NSLINC; // horn current /4
24  float NSLIND; // horn current /4
25  float TRTGTD;
26  float TR101D;
27  float TORTGT;
28  float TOR101;
29  float time; //!< Time of device used to lookup spill
30 
31  unsigned long int spill_time_s; //!< The IFDB Beam Spill Time, unit sec
32  unsigned long int spill_time_ns; //!< The IFDB Beam Spill Time, unit nsec
33 
34  unsigned int event;
35  unsigned int daq_gates;
36 
37  };
38 }
39 #endif
unsigned long int spill_time_ns
The IFDB Beam Spill Time, unit nsec.
Definition: SRNuMIInfo.h:32
std::vector< double > HITGT
Definition: SRNuMIInfo.h:17
float time
Time of device used to lookup spill.
Definition: SRNuMIInfo.h:29
std::vector< double > VP121
Definition: SRNuMIInfo.h:14
unsigned int event
Definition: SRNuMIInfo.h:34
std::vector< double > MTGTDS
Definition: SRNuMIInfo.h:19
unsigned long int spill_time_s
The IFDB Beam Spill Time, unit sec.
Definition: SRNuMIInfo.h:31
std::vector< double > HP121
Definition: SRNuMIInfo.h:13
std::vector< double > VPTGT
Definition: SRNuMIInfo.h:16
std::vector< double > HPTGT
Definition: SRNuMIInfo.h:15
std::vector< double > VITGT
Definition: SRNuMIInfo.h:18
unsigned int daq_gates
Definition: SRNuMIInfo.h:35