/** @file * $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.cpp,v $ * $Id: TBEndRun.cpp,v 1.1 2005/03/03 12:46:22 kusanagi Exp $ * $Author: kusanagi $ * * 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)