/[PAMELA software]/chewbacca/event/endrun/PhysEndRunEvent.h
ViewVC logotype

Contents of /chewbacca/event/endrun/PhysEndRunEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Fri Jul 24 13:53:53 2009 UTC (15 years, 4 months ago) by mocchiut
Branch: MAIN
Changes since 1.1: +2 -1 lines
File MIME type: text/plain
Runtime error with ROOT 5.24 fixed, many small changes and warnings fixing

1 #ifndef PHYSENDRUN_EVENT_H
2 #define PHYSENDRUN_EVENT_H
3
4 #include "CaloEndRun.h"
5 #include "TBEndRun.h"
6
7 namespace pamela {
8 /**
9 * Information events about the PhysEndRun.
10 */
11 class PhysEndRunEvent: public pamela::SubPacket {
12 private:
13
14 public:
15
16
17
18
19 //----Calorimeter sections-----
20 CaloEndRun CALO_ENDRUN[4];
21 TBEndRun TB_ENDRUN;
22
23 PhysEndRunEvent(void);
24 ~PhysEndRunEvent(void);
25 //----Calorimeter sections-----
26
27 ClassDef(PhysEndRunEvent, 1)
28 };
29 }
30
31 #endif /* PHYSENDRUN_EVENT_H */
32

  ViewVC Help
Powered by ViewVC 1.1.23