/[PAMELA software]/yoda/event/physics/trigger/TriggerEvent.h
ViewVC logotype

Annotation of /yoda/event/physics/trigger/TriggerEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6.1 - (hide annotations) (download)
Tue Sep 12 08:56:28 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 -3 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/trigger/TriggerEvent.h,v $
3     * $Id: TriggerEvent.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 TRIGGER_EVENT_H
9     #define TRIGGER_EVENT_H
10    
11     #include <exception>
12 kusanagi 4.5 #include "../../SubPacket.h"
13 kusanagi 1.1
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 mocchiut 6.1 unsigned short unpackError;
39     ClassDef(TriggerEvent, 2)
40 kusanagi 1.1 };
41     }
42     }
43     #endif /* TRIGGER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23