Last change
on this file since 445 was 433, checked in by harald, 24 years ago |
Adding the RawDataFormat for the Crate Data to the repository. This
the starting point for further development. Thanks to Oscar for
the first version.
|
File size:
539 bytes
|
Line | |
---|
1 | #ifndef __MRawCrate__
|
---|
2 | #define __MRawCrate__
|
---|
3 |
|
---|
4 | #include <iostream.h>
|
---|
5 | #include "TObject.h"
|
---|
6 |
|
---|
7 | #include "Mdefine.h"
|
---|
8 |
|
---|
9 |
|
---|
10 | class MRawCrate : public TObject
|
---|
11 | {
|
---|
12 |
|
---|
13 | private:
|
---|
14 |
|
---|
15 | Byte_t DAQCrateNumber ; // Identification number of the crate
|
---|
16 |
|
---|
17 | UInt_t FADCEvtNumber ; // Number of events in this particular FADC
|
---|
18 |
|
---|
19 | UInt_t FADCClockTick ; // Tick of 20 MHz
|
---|
20 |
|
---|
21 | public:
|
---|
22 |
|
---|
23 | MRawCrate() ;
|
---|
24 |
|
---|
25 | ~MRawCrate() ;
|
---|
26 |
|
---|
27 | void Clear() ;
|
---|
28 |
|
---|
29 | ClassDef ( MRawCrate, 1 )
|
---|
30 |
|
---|
31 | }; // end of class definition of MRawCrate
|
---|
32 |
|
---|
33 |
|
---|
34 | #endif
|
---|
35 |
|
---|
36 |
|
---|
37 |
|
---|
38 |
|
---|
39 |
|
---|
40 |
|
---|
41 |
|
---|
42 |
|
---|
43 |
|
---|
44 |
|
---|
45 |
|
---|
46 |
|
---|
47 |
|
---|
48 |
|
---|
49 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.