1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.h,v $ |
* $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.h,v $ |
3 |
* $Id: TBEndRun.h,v 3.0 2005/03/04 15:54:56 kusanagi Exp $ |
* $Id: TBEndRun.h,v 4.0 2005/03/06 04:33:01 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the TBEndRun class. |
* Header file for the TBEndRun class. |
19 |
public: |
public: |
20 |
|
|
21 |
UINT16 TB_ALARM_MASK; |
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; |
UINT8 TB_S4_MASK; |
27 |
UINT8 TB_CALO_MASK; |
UINT8 TB_CALO_MASK; |
28 |
UINT32 TB_BUSY_MASK; |
UINT32 TB_BUSY_MASK; |
33 |
|
|
34 |
TBEndRun(void); |
TBEndRun(void); |
35 |
~TBEndRun(void){}; |
~TBEndRun(void){}; |
36 |
ClassDef(TBEndRun, 1) |
ClassDef(TBEndRun, 2) |
37 |
}; |
}; |
38 |
} |
} |
39 |
|
|