Parent Directory | Revision Log
Error proof version. Implemented all detectors packets plus all the main telemetries packets. Missing all the Init and Alarm packets. Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs (the data formats seems correct even if CRC get wrong)
1 | kusanagi | 1.1 | /** @file |
2 | * $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.h,v $ | ||
3 | kusanagi | 3.0 | * $Id: TBEndRun.h,v 1.1 2005/03/03 12:46:22 kusanagi Exp $ |
4 | kusanagi | 1.1 | * $Author: kusanagi $ |
5 | * | ||
6 | * Header file for the TBEndRun class. | ||
7 | */ | ||
8 | #ifndef TB_END_RUN_H | ||
9 | #define TB_END_RUN_H | ||
10 | |||
11 | #include "event/SubPacket.h" | ||
12 | namespace pamela { | ||
13 | /** | ||
14 | * TBEndRun data Wrapper | ||
15 | */ | ||
16 | class TBEndRun: public TObject { | ||
17 | private: | ||
18 | |||
19 | public: | ||
20 | |||
21 | UINT16 TB_ALARM_MASK; | ||
22 | UINT8 TB_S4_MASK; | ||
23 | UINT8 TB_CALO_MASK; | ||
24 | UINT32 TB_BUSY_MASK; | ||
25 | UINT8 TB_CALIB_FLAG; | ||
26 | UINT8 TB_S4_TRIG; | ||
27 | UINT8 TB_CALO_TRIG; | ||
28 | UINT8 TB_TOF_TRIG; | ||
29 | |||
30 | TBEndRun(void); | ||
31 | ~TBEndRun(void){}; | ||
32 | ClassDef(TBEndRun, 1) | ||
33 | }; | ||
34 | } | ||
35 | |||
36 | #endif /* TB_END_RUN_H */ | ||
37 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |