/[PAMELA software]/quicklook/OrbitalRate/inc/physics/trigger/TriggerEvent.h
ViewVC logotype

Annotation of /quicklook/OrbitalRate/inc/physics/trigger/TriggerEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Dec 5 19:49:18 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/trigger/TriggerEvent.h,v $
3     * $Id: TriggerEvent.h,v 6.1 2006/09/12 08:56:28 mocchiut Exp $
4     * $Author: mocchiut $
5     *
6     * Header file for the raw calorimeter events
7     */
8     #ifndef TRIGGER_EVENT_H
9     #define TRIGGER_EVENT_H
10    
11     #include <exception>
12     #include "../../SubPacket.h"
13    
14     namespace pamela {
15     /**
16     * Namespace
17     */
18     namespace trigger {
19     /**
20     * Techmodel trigger data.
21     */
22     class TriggerEvent: public pamela::SubPacket {
23     private:
24    
25     public:
26     TriggerEvent(void);
27     ~TriggerEvent(void);
28     int evcount;
29     int pmtpl[3];
30     int trigrate[6];
31     int dltime[2];
32     int s4calcount[2];
33     int pmtcount1[24];
34     int pmtcount2[24];
35     int patternbusy[3];
36     int patterntrig[6];
37     int trigconf;
38     unsigned short unpackError;
39     ClassDef(TriggerEvent, 2)
40     };
41     }
42     }
43     #endif /* TRIGGER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23