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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.1 - (show annotations) (download)
Tue Mar 15 17:15:46 2005 UTC (19 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: yodaPreTermistors2_1/00, YODA4_1/00, YODA4_0/04, YODA4_3/02, YODA4_3/00, YODA4_3/01, YODA4_2/01, YODA4_2/00, YODA4_2/03, yodaPreTermistores2_0/00
Branch point for: PreThermistores2
Changes since 4.0: +6 -2 lines
File MIME type: text/plain
Added the following parameters:
TB_PMT_MASK_S3
TB_PMT_MASK_S2
TB_PMT_MASK_S12
TB_PMT_MASK_S11

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.h,v $
3 * $Id: TBEndRun.h,v 4.0 2005/03/06 04:33:01 kusanagi Exp $
4 * $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 UINT16 TB_PMT_MASK_S3;
23 UINT8 TB_PMT_MASK_S2;
24 UINT16 TB_PMT_MASK_S12;
25 UINT16 TB_PMT_MASK_S11;
26 UINT8 TB_S4_MASK;
27 UINT8 TB_CALO_MASK;
28 UINT32 TB_BUSY_MASK;
29 UINT8 TB_CALIB_FLAG;
30 UINT8 TB_S4_TRIG;
31 UINT8 TB_CALO_TRIG;
32 UINT8 TB_TOF_TRIG;
33
34 TBEndRun(void);
35 ~TBEndRun(void){};
36 ClassDef(TBEndRun, 2)
37 };
38 }
39
40 #endif /* TB_END_RUN_H */
41

  ViewVC Help
Powered by ViewVC 1.1.23