/[PAMELA software]/quicklook/OrbitalRate/inc/physics/tof/TofEvent.h
ViewVC logotype

Annotation of /quicklook/OrbitalRate/inc/physics/tof/TofEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Dec 5 19:49:17 2006 UTC (18 years ago) by pam-rm2
Branch: MAIN
CVS Tags: v2r02, v2r01, v2r00, HEAD
File MIME type: text/plain
New version of OrbitalRate quicklook.  Initial import.
Nico

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

  ViewVC Help
Powered by ViewVC 1.1.23