/[PAMELA software]/yoda/event/physics/tof/TofEvent.h
ViewVC logotype

Contents of /yoda/event/physics/tof/TofEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.0 - (show annotations) (download)
Fri Mar 4 15:54:11 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
Changes since 1.2: +1 -1 lines
File MIME type: text/plain
Error proof version.
Implemented all detectors packets plus all the main telemetries packets.
Missing all the Init and Alarm packets.
Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs
(the data formats seems correct even if CRC get wrong)

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/physics/tof/TofEvent.h,v $
3 * $Id: TofEvent.h,v 1.2 2005/02/08 12:32:56 kusanagi Exp $
4 * $Author: kusanagi $
5 *
6 * Header file for the raw calorimeter events
7 */
8 #ifndef TOF_EVENT_H
9 #define TOF_EVENT_H
10
11 #include "event/SubPacket.h"
12
13 namespace pamela {
14 /**
15 * Namespace
16 */
17 namespace tof {
18 /**
19 * Techmodel tof data.
20 */
21 class TofEvent: public pamela::SubPacket {
22 private:
23
24 public:
25 TofEvent(void);
26 int tdcid[12];
27 int evcount[12];
28 int tdcmask[12];
29 int adc[4][12];
30 int tdc[4][12];
31 int temp1[12];
32 int temp2[12];
33
34 ClassDef(TofEvent, 2)
35 };
36 }
37 }
38 #endif /* TOF_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23