/[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.3 - (show annotations) (download)
Wed Jul 29 15:47:28 2009 UTC (15 years, 4 months ago) by mocchiut
Branch: MAIN
CVS Tags: v10RED, v9r00, v9r01, HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/plain
Error occurred while calculating annotation data.
Class rollback to previous version, compilation warnings ~fixed, some cleaning

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, 2)
28 };
29 }
30
31 #endif /* PHYSENDRUN_EVENT_H */
32

  ViewVC Help
Powered by ViewVC 1.1.23