Parent Directory | Revision Log
PhysEndRun trigger data unpack upgrade
1 | mocchiut | 1.1 | /** @file |
2 | mocchiut | 1.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 | mocchiut | 1.1 | * |
6 | * Implementation of the TBEndRun class. | ||
7 | */ | ||
8 | #include "TBEndRun.h" | ||
9 | |||
10 | using namespace pamela; | ||
11 | |||
12 | TBEndRun::TBEndRun(void): | ||
13 | mocchiut | 1.2 | 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 | mocchiut | 1.1 | { |
20 | } | ||
21 | |||
22 | |||
23 | ClassImp(TBEndRun) |
ViewVC Help | |
Powered by ViewVC 1.1.23 |