/[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.0 - (show annotations) (download)
Sun Mar 6 04:33:01 2005 UTC (19 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_0/03, YODA4_0/02, YODA4_0/01
Changes since 3.0: +1 -1 lines
File MIME type: text/plain
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.h,v $
3 * $Id: TBEndRun.h,v 3.0 2005/03/04 15:54:56 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 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