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