/[PAMELA software]/quicklook/OrbitalRate/inc/endrun/TBEndRun.h
ViewVC logotype

Contents of /quicklook/OrbitalRate/inc/endrun/TBEndRun.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Dec 5 19:49:16 2006 UTC (18 years ago) by pam-rm2
Branch: MAIN
CVS Tags: v2r02, v2r01, v2r00, HEAD
File MIME type: text/plain
New version of OrbitalRate quicklook.  Initial import.
Nico

1 /** @file
2 * $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/event/endrun/TBEndRun.h,v $
3 * $Id: TBEndRun.h,v 6.0 2006/02/07 17:11:08 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 #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