| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /repository/event/endrun/TBEndRun.cpp,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/endrun/TBEndRun.cpp,v $ |
| 3 |
* $Id: TBEndRun.cpp,v 1.1 2008-01-11 17:14:19 messineo Exp $ |
* $Id: TBEndRun.cpp,v 1.1.1.1 2008/09/23 07:20:02 mocchiut Exp $ |
| 4 |
* $Author: messineo $ |
* $Author: mocchiut $ |
| 5 |
* |
* |
| 6 |
* Implementation of the TBEndRun class. |
* Implementation of the TBEndRun class. |
| 7 |
*/ |
*/ |
| 10 |
using namespace pamela; |
using namespace pamela; |
| 11 |
|
|
| 12 |
TBEndRun::TBEndRun(void): |
TBEndRun::TBEndRun(void): |
| 13 |
TB_ALARM_MASK(0), |
TB_ALARM_MASK(0), |
| 14 |
TB_S4_MASK(0), |
TB_PMT_MASK_S3S2S12(0), |
| 15 |
TB_CALO_MASK(0), |
TB_PMT_MASK_S11CRC(0), |
| 16 |
TB_BUSY_MASK(0), |
TB_S4_CAL_MASK(0), |
| 17 |
TB_CALIB_FLAG(0), |
TB_BUSY_MASK(0), |
| 18 |
TB_S4_TRIG(0), |
TB_TRIG_CONF(0) |
|
TB_CALO_TRIG(0), |
|
|
TB_TOF_TRIG(0) |
|
| 19 |
{ |
{ |
| 20 |
} |
} |
| 21 |
|
|