/** @file * $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.cpp,v $ * $Id: TBEndRun.cpp,v 5.0 2005/08/29 09:46:02 Maurizio Nagni Exp $ * $Author: Maurizio Nagni $ * * 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)