/[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 5.0 - (hide annotations) (download)
Mon Aug 29 09:46:12 2005 UTC (19 years, 3 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/00, YODA5_0/01, YODA5_0/02
Changes since 4.5: +1 -1 lines
File MIME type: text/plain
Starting form this version:
1) includes are defined with relative (not absolute) path respect to the YODA aplication
2) RegistryEvent class is foreseen to contain post-unpack data.

1 kusanagi 1.1 /** @file
2 kusanagi 1.2 * $Source: /home/cvsmanager/yoda/event/physics/tof/TofEvent.h,v $
3 kusanagi 5.0 * $Id: TofEvent.h,v 4.5 2005/08/29 08:27:49 kusanagi Exp $
4 kusanagi 1.1 * $Author: kusanagi $
5     *
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    
34 kusanagi 1.2 ClassDef(TofEvent, 2)
35 kusanagi 1.1 };
36     }
37     }
38     #endif /* TOF_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23