--- chewbacca/event/endrun/CaloEndRun.h 2008/09/23 07:20:02 1.1 +++ chewbacca/event/endrun/CaloEndRun.h 2008/09/24 08:48:00 1.2 @@ -1,7 +1,7 @@ /** @file - * $Source: /repository/event/endrun/CaloEndRun.h,v $ - * $Id: CaloEndRun.h,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/CaloEndRun.h,v $ + * $Id: CaloEndRun.h,v 1.1.1.1 2008/09/23 07:20:02 mocchiut Exp $ + * $Author: mocchiut $ * * Header file for the CaloEndRun class. */ @@ -20,8 +20,8 @@ UINT8 CALO_BOARD_STATUS_HK; UINT16 CALO_HK0[11]; UINT16 CALO_HK1[11]; - UINT8 CALO_BOARD_ID_REG; - UINT8 CALO_BOARD_STATUS_REG; + UINT8 CALO_BOARD_ID_REG[7]; + UINT8 CALO_BOARD_STATUS_REG[7]; UINT16 CALO_REG[7]; CaloEndRun(void); ~CaloEndRun(void){};