All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DAQHeader.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 //
3 // DAQHeader class
4 //
5 // brebel@fnal.gov
6 //
7 ////////////////////////////////////////////////////////////////////////
8 
10 
11 namespace raw{
12 
13  //----------------------------------------------------------------------
15  : fStatus(0)
16  , fFixed(0)
17  , fFormat(0)
18  , fSoftware(0)
19  , fRun(0)
20  , fSubRun(0)
21  , fEvent(0)
22  , fTime(0)
23  , fSpare(0)
24  , fNchan(0)
25  {
26 
27  }
28 
29  //----------------------------------------------------------------------
30  DAQHeader::DAQHeader(unsigned int status)
31  : fStatus(status)
32  , fFixed(0)
33  , fFormat(0)
34  , fSoftware(0)
35  , fRun(0)
36  , fSubRun(0)
37  , fEvent(0)
38  , fTime(0)
39  , fSpare(0)
40  , fNchan(0)
41  {
42 
43  }
44 
45  //----------------------------------------------------------------------
46  DAQHeader::DAQHeader(unsigned int status,
47  int fixed,
48  unsigned short format,
49  unsigned short software,
50  unsigned short run,
51  unsigned short subrun,
52  unsigned short event,
53  time_t time,
54  short spare,
55  uint32_t nchan)
56  : fStatus(status)
57  , fFixed(fixed)
58  , fFormat(format)
59  , fSoftware(software)
60  , fRun(run)
61  , fSubRun(subrun)
62  , fEvent(event)
63  , fTime(time)
64  , fSpare(spare)
65  , fNchan(nchan)
66  {
67 
68  }
69 
70 
71  //----------------------------------------------------------------------
72  DAQHeader::DAQHeader(unsigned int status,
73  int fixed,
74  unsigned short format,
75  unsigned short software,
76  unsigned short run,
77  unsigned short event,
78  time_t time,
79  short spare,
80  uint32_t nchan)
81  : fStatus(status)
82  , fFixed(fixed)
83  , fFormat(format)
84  , fSoftware(software)
85  , fRun(run)
86  , fSubRun(0)
87  , fEvent(event)
88  , fTime(time)
89  , fSpare(spare)
90  , fNchan(nchan)
91  {
92 
93  }
94 
95 }
96 ////////////////////////////////////////////////////////////////////////
97 
static std::string format(PyObject *obj, unsigned int pos, unsigned int indent, unsigned int maxlen, unsigned int depth)
Definition: fclmodule.cxx:374
then echo fcl sbnd_project sbnd_project sbnd_project sbnd_project software