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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6.1 - (hide annotations) (download)
Tue Sep 12 08:56:27 2006 UTC (18 years, 2 months ago) by mocchiut
Branch: MAIN
CVS Tags: YODA6_3/19, YODA6_3/18, YODA6_3/13, YODA6_3/12, YODA6_3/11, YODA6_3/10, YODA6_3/17, YODA6_3/16, YODA6_3/15, YODA6_3/14, YODA6_3/20, YODA6_3/08, YODA6_3/09, HEAD
Changes since 6.0: +4 -4 lines
File MIME type: text/plain
Added unpackError flag to trigger and tof, small change in the calo unpackError flag

1 kusanagi 1.1 /** @file
2 mocchiut 6.1 * $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/event/physics/tof/TofEvent.h,v $
3     * $Id: TofEvent.h,v 6.0 2006/02/07 17:11:08 kusanagi Exp $
4 kusanagi 6.0 * $Author: kusanagi $
5 kusanagi 1.1 *
6     * Header file for the raw calorimeter events
7     */
8     #ifndef TOF_EVENT_H
9     #define TOF_EVENT_H
10    
11 kusanagi 4.5 #include "../../SubPacket.h"
12 kusanagi 1.1
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 mocchiut 6.1 unsigned short unpackError;
34     ClassDef(TofEvent, 3)
35 kusanagi 1.1 };
36     }
37     }
38     #endif /* TOF_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23