/[PAMELA software]/chewbacca/event/endrun/TBEndRun.h
ViewVC logotype

Contents of /chewbacca/event/endrun/TBEndRun.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Sep 23 07:20:02 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: MAIN
Branch point for: v0r00
File MIME type: text/plain
Initial revision

1 /** @file
2 * $Source: /repository/event/endrun/TBEndRun.h,v $
3 * $Id: TBEndRun.h,v 1.1 2008-01-11 17:14:19 messineo Exp $
4 * $Author: messineo $
5 *
6 * Header file for the TBEndRun class.
7 */
8 #ifndef TB_END_RUN_H
9 #define TB_END_RUN_H
10 #include "../SubPacket.h"
11 namespace pamela {
12 /**
13 * TBEndRun data Wrapper
14 */
15 class TBEndRun: public TObject {
16 private:
17
18 public:
19
20 UINT16 TB_ALARM_MASK;
21 UINT16 TB_PMT_MASK_S3;
22 UINT8 TB_PMT_MASK_S2;
23 UINT16 TB_PMT_MASK_S12;
24 UINT16 TB_PMT_MASK_S11;
25 UINT8 TB_S4_MASK;
26 UINT8 TB_CALO_MASK;
27 UINT32 TB_BUSY_MASK;
28 UINT8 TB_CALIB_FLAG;
29 UINT8 TB_S4_TRIG;
30 UINT8 TB_CALO_TRIG;
31 UINT8 TB_TOF_TRIG;
32
33 TBEndRun(void);
34 ~TBEndRun(void){};
35 ClassDef(TBEndRun, 2)
36 };
37 }
38
39 #endif /* TB_END_RUN_H */
40

  ViewVC Help
Powered by ViewVC 1.1.23