/** @file * $Source: /repository/event/endrun/TBEndRun.cpp,v $ * $Id: TBEndRun.cpp,v 1.1 2008-01-11 17:14:19 messineo Exp $ * $Author: messineo $ * * Implementation of the TBEndRun class. */ #include "TBEndRun.h" 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) { } ClassImp(TBEndRun)