/[PAMELA software]/chewbacca/event/endrun/TBEndRun.cpp
ViewVC logotype

Contents of /chewbacca/event/endrun/TBEndRun.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Wed Sep 24 15:17:29 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: MAIN
CVS Tags: v1r02, v1r00, v1r01, v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +9 -11 lines
PhysEndRun trigger data unpack upgrade

1 /** @file
2 * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/endrun/TBEndRun.cpp,v $
3 * $Id: TBEndRun.cpp,v 1.1.1.1 2008/09/23 07:20:02 mocchiut Exp $
4 * $Author: mocchiut $
5 *
6 * Implementation of the TBEndRun class.
7 */
8 #include "TBEndRun.h"
9
10 using namespace pamela;
11
12 TBEndRun::TBEndRun(void):
13 TB_ALARM_MASK(0),
14 TB_PMT_MASK_S3S2S12(0),
15 TB_PMT_MASK_S11CRC(0),
16 TB_S4_CAL_MASK(0),
17 TB_BUSY_MASK(0),
18 TB_TRIG_CONF(0)
19 {
20 }
21
22
23 ClassImp(TBEndRun)

  ViewVC Help
Powered by ViewVC 1.1.23