/** @file * $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.cpp,v $ * $Id: TBEndRun.cpp,v 4.4 2005/05/28 10:44:14 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)